From: John Coiner <jpcoiner@gmail.com> To: ffmpeg-devel@ffmpeg.org Cc: "cus@passwd.hu" <cus@passwd.hu> Subject: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc.c -- correctly re-emit extradata ahead of IDR pictures Date: Mon, 30 Jan 2023 10:13:48 -0500 Message-ID: <CAEP=B=GUOF1bCOa7M-yegKrEgZK+d814VSPYn=pE_tovtsux+g@mail.gmail.com> (raw) Hi Marton, Thanks for pointing out https://patchwork.ffmpeg.org/project/ffmpeg/patch/tencent_EE0E40DE9A569FE5AB454E6E700A2DA79A08@qq.com/ Adding prints to h264_mp4toannexb_bsf.c shows that it's not reached in the sequence that reproduces bug 10148 so it seems to be unrelated. I found a simpler process to reproduce bug 10148 with probably any input file: ffmpeg -i <any_input_media> -vf scale=320:-1 -c:v libx264 -x264-params aud=1 -c:a aac -f hls -method PUT 'https://upload.youtube.com/http_upload_hls?cid=<your-stream-key>©=0&nightly=1&file=out.m3u8' ... where 'youtube.com' can be any HTTP server that accepts PUT, there's nothing specific to youtube here. Without the fix, that produces an unjoinable and noncompliant upload where all HLS media segments after the first are not independently decodable. With the fix, all are independently decodable. thanks! John _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next reply other threads:[~2023-01-30 15:14 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-01-30 15:13 John Coiner [this message] 2023-01-30 17:36 ` John Coiner 2023-01-30 21:12 ` Marton Balint 2023-02-02 17:43 ` John Coiner -- strict thread matches above, loose matches on Subject: below -- 2023-01-31 12:45 John Coiner 2023-02-05 23:33 ` Marton Balint 2023-02-11 16:38 ` John Coiner 2023-01-27 21:18 John Coiner 2023-01-29 12:30 ` Marton Balint 2023-01-26 19:16 John Coiner 2023-01-26 18:43 John Coiner
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='CAEP=B=GUOF1bCOa7M-yegKrEgZK+d814VSPYn=pE_tovtsux+g@mail.gmail.com' \ --to=jpcoiner@gmail.com \ --cc=cus@passwd.hu \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git