utgg wrote: 
> Tried this as well:
> 
> <snipped>
> 
> That seems to average out at under 20% total load, most in faad, which
> comes in with a large burst of activity every 5 seconds or so.
> 
> I've been doing a bit of delving into the HLS protocol itself, and the
> data comes in chunks of 6 seconds, which probably accounts for the
> burstiness here. It's actually looking like the decoding and demuxing of
> the HLS stream data is pretty trivial if all that is required is to
> extract the aac stream - especially given that for these BBC streams
> only a single bit rate is listed for each top-level URL. This makes
> ffmpeg a very large hammer to crack a small nut, if we can rely on
> existing transcoding tools to deal with the aac stream when necessary. I
> may have a play doing my own decoder later this week...

Interesting.

I've been noticing a number of small dropouts this afternoon, using the
PCM approach. I don't know if this is because I'm using PCM, or if
ffmpeg is missing segments, or BBC issues, or what.

Now, if your HLS parsing efforts could be wound into LMS, 'natively',
handling all stream variants, that would be a score !


------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to