Opened 5 years ago

Closed 5 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)

log (107.0 KB ) - added by sylware 5 years ago.
sane console output (no confusion from ffmpeg)

Download all attachments as: .zip

Change History (8)

comment:1 by Carl Eugen Hoyos, 5 years ago

Please provide a simplified command line including the complete, uncut console output to make this a valid ticket.

by sylware, 5 years ago

Attachment: log added

sane console output (no confusion from ffmpeg)

comment:2 by sylware, 5 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 Steven Liu, 5 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 Carl Eugen Hoyos, 5 years ago

Resolution: needs_more_info
Status: newclosed

comment:5 by sylware, 5 years ago

Resolution: needs_more_info
Status: closedreopened

comment:6 by sylware, 5 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 sylware, 5 years ago

Resolution: invalid
Status: reopenedclosed

twitch(amazon) did stop including in-stream ads. closing till they do it again.

Note: See TracTickets for help on using tickets.