MinimServer Forum
Challenging HLS stream - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimStreamer (/forumdisplay.php?fid=11)
+--- Thread: Challenging HLS stream (/showthread.php?tid=5350)



Challenging HLS stream - maraarni - 28-07-2019 08:23

First thank you for great minimserver.

I have it working great with most HLS except one specific type of streams in Finland.

I am using VLC to verify stream from minim. For this bad HLS stream I get no data at all even vlc is connecting to my minimserver. I have tried transcoding, but no success with that either.

Can you get anything out from log I am attaching and is there anything that could be done to get it working?

http://digitacdn.akamaized.net/hls/live/629243/radiorock/master.m3u8:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
## Created with Z/IPStream R/2 v1.03.23
#EXT-X-STREAM-INF:BANDWIDTH=137315,CODECS="mp4a.40.2"
master-128000.m3u8

Example of master-128000.m3u8
#EXTM3U
#EXT-X-VERSION:3
## Created with Z/IPStream R/2 v1.03.23
#EXT-X-MEDIA-SEQUENCE:6561722
#EXT-X-TARGETDURATION:6
#EXT-X-PROGRAM-DATE-TIME:2019-07-28T07:19:52Z
#EXTINF:5.99, no desc
03281/seg128000-06561722.aac
#EXTINF:5.99, no desc
03281/seg128000-06561723.aac
#EXTINF:5.99, no desc
03281/seg128000-06561724.aac
#EXTINF:5.99, no desc
03281/seg128000-06561725.aac
#EXTINF:5.99, no desc
03281/seg128000-06561726.aac
#EXTINF:5.99, no desc
03281/seg128000-06561727.aac


RE: Challenging HLS stream - simoncn - 28-07-2019 18:39

Thanks for letting me know about this problem. It is caused by a bug in MinimStreamer. This stream has a MIME type of application/x-mpegURL and MinimStreamer is expecting application/x-mpegurl. Both of these are valid and should be accepted by MinimStreamer. This is fixed now in MinimStreamer 0.7.14.


RE: Challenging HLS stream - maraarni - 29-07-2019 18:05

Fix is working great - thanks!