Post Reply 
Transcoding HLS streams to MP3 output
27-02-2015, 22:36
Post: #11
RE: Transcoding HLS streams to MP3 output
(27-02-2015 00:27)Tell Wrote:  Simon will settle on the first one then if you can get it to handle the 0-0 probe or whatever it's doing. As said happy to give it a go with any test code.

I've looked at the mp3 log that you posted. Here is the sequence of byte-range requests that the Humax is sending to MinimServer:

Range: bytes=0-0
Range: bytes=0-1
Range: bytes=0-524287
Range: bytes=0-0
Range: bytes=0-1
Range: bytes=0-0
Range: bytes=0-1
Range: bytes=0-1048575
Range: bytes=1048576-

It isn't possible for MinimStreamer to handle this sequence of requests when playing a live network stream, for the following reasons:

1) "byte 0" is likely to have moved to a different point in the stream when the next request in the sequence is received

2) some of these requests require seeking / reading ahead, which isn't possible with a live stream
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Transcoding HLS streams to MP3 output - simoncn - 27-02-2015 22:36

Forum Jump:


User(s) browsing this thread: 1 Guest(s)