Opened 6 years ago
Closed 6 years ago
#7805 closed defect (invalid)
[hls] new in-stream twitch ads confuses ffmpeg
Reported by: | sylware | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
ffmpeg -i "$(youtube-dl -f best "https://www.twitch.tv/any_twitch_streamer_with_ads")" -map 0 -f mpegts -c copy pipe:1 </dev/null | mplayer -
I remux in mpeg-ts because I did not see a way to output the concatened ts files from the hls demuxer. That said, I think the pb is to tell the mpeg-ts muxer to get a whole hls segment, I may be severely wrong though.
Attachments (1)
Change History (8)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
The minimal command line is in the initial ticket comment.
The log in attachment is with some ads running at the start of the stream, which does _not_ confuse ffmpeg. ffmpeg is getting confused when some ads run in the middle of the stream, that I cannot reproduce when I want for obvious reasons.
comment:3 by , 6 years ago
liuqideMBP:su liuqi$ youtube-dl -f best "https://www.twitch.tv/any_twitch_streamer_with_ads"
[twitch:stream] any_twitch_streamer_with_ads: Downloading stream JSON
ERROR: any_twitch_streamer_with_ads is offline
comment:4 by , 6 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
comment:5 by , 6 years ago
Resolution: | needs_more_info |
---|---|
Status: | closed → reopened |
comment:6 by , 6 years ago
twitch in-stream ads were ok on dreamleague live broadcast... may have been an issue on twitch side. Testing more to confirm.
comment:7 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
twitch(amazon) did stop including in-stream ads. closing till they do it again.
Please provide a simplified command line including the complete, uncut console output to make this a valid ticket.