Re: [FFmpeg-devel] [PATCH 2/2] ffplay: ensure that we buffer at least 1 second of content

2016-06-21 Thread Adrian Cruceru
Hi Marton, I apologize for the delay, I've tested with provided patches and: - With 1 second duration I'm still encountering issue - a lot later though - With 2 second duration - haven't seen issue in ~6 hour runs - will let it run longer next few days. Notes: - Running with debug logs which m

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 w

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

2016-06-01 Thread Adrian Cruceru
| !strcmp(s->iformat->name, "sdp") + || !strcmp(s->iformat->name, "hls,applehttp") ) return 1; -- 2.7.4 Thank you, Adrian >From cf7d13397b996eb0d4b97dadbf9b7250fd96e598 Mon Sep 17 00:00:00 2001 From: Adrian Cruceru Date: Wed, 1 Jun 2016 16:0