[FFmpeg-user] HTTP async client does not work with HLS source

2024-08-24 Thread Ali Hussein
Hi, I want ffmpeg to pull the live stream asynchronously from the remote HLS source. However, I have read about the async ( https://www.ffmpeg.org/ffmpeg-all.html#toc-async) parameter that can be added to the source URL. The following logs show that the async cannot request the ts files of the m3u8

Re: [FFmpeg-user] HTTP async client does not work with HLS source

2024-08-24 Thread Vincent Deconinck
> > The following logs show that the async cannot request the ts files of the > m3u8 playlist. > Hi Ali, Before anyone else asks in rude terms ;-), could you please copy and paste here the *full*, *unedited* command line *and* log ? Kind regards, Vincent

Re: [FFmpeg-user] Stream plays with ffplay but doesn't save with ffmpeg

2024-08-24 Thread German Geraskin
сб, 24 авг. 2024 г. в 02:25, Jesse Campbell via ffmpeg-user : > > Hi, > > I'm trying to figure out why ffplay is working and ffmpeg is not working. > > The stream plays episodes of the same TV show. > > When the episode changes, ffplay plays the next video and ffmpeg freezes. > > Is there a differe