Re: [FFmpeg-devel] [PATCH] FFPlay on a HLS stream skips audio from time to time.

2016-06-11 Thread Marton Balint
On Wed, 8 Jun 2016, Adrian Cruceru wrote: On Tue Jun 7 Marton Balint wrote: On Wed, 1 Jun 2016, Adrian Cruceru wrote: >/Hi, />//>/Patch is attached, />//>/Quick notes: />/- Playing HLS streams - FFPlay stalls a bit before each segment download />/- Stalls accumulate and FFPlay falls behin

Re: [FFmpeg-devel] [PATCH] FFPlay on a HLS stream skips audio from time to time.

2016-06-08 Thread Adrian Cruceru
On Tue Jun 7 Marton Balint wrote: On Wed, 1 Jun 2016, Adrian Cruceru wrote: >/Hi, />//>/Patch is attached, />//>/Quick notes: />/- Playing HLS streams - FFPlay stalls a bit before each segment download />/- Stalls accumulate and FFPlay falls behind />/- We get log warning and segment skip. /

Re: [FFmpeg-devel] [PATCH] FFPlay on a HLS stream skips audio from time to time.

2016-06-07 Thread Marton Balint
On Wed, 1 Jun 2016, Adrian Cruceru wrote: Hi, Patch is attached, Quick notes: - Playing HLS streams - FFPlay stalls a bit before each segment download - Stalls accumulate and FFPlay falls behind - We get log warning and segment skip. Fix: - Just make sure HLS is marked as a real time stream.

[FFmpeg-devel] [PATCH] FFPlay on a HLS stream skips audio from time to time.

2016-06-01 Thread Adrian Cruceru
Hi, Patch is attached, Quick notes: - Playing HLS streams - FFPlay stalls a bit before each segment download - Stalls accumulate and FFPlay falls behind - We get log warning and segment skip. Fix: - Just make sure HLS is marked as a real time stream. --- ffplay.c | 1 + 1 file changed, 1 inse