![]() |
|
Streaming NTS radio - glitchy - other stations fine - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimStreamer (/forumdisplay.php?fid=11) +--- Thread: Streaming NTS radio - glitchy - other stations fine (/showthread.php?tid=5760) |
Streaming NTS radio - glitchy - other stations fine - xewisog304 - 23-07-2020 16:45 I've been experimenting with minimstreamer and now have it up and running, although I can't claim to understand it well yet. It works well on most streams, but one station in particular - NTS - is very glitchy. I've opened the same stream in VLC and it plays perfectly. In the following `m3u`, NTS1 and NTS2 have problems, but the rest are fine. Code: #EXTM3UGrateful for any suggestions on what I might be doing wrong RE: Streaming NTS radio - glitchy - other stations fine - simoncn - 23-07-2020 17:34 Are you sure these are all streaming in 48000 Hz? The BBC streams use this frequency but I haven't found any others yet. This is unlikely to be the reason for the problem. I will do some experiments and post back here. Edit: Both NTS streams are using HTTP chunked encoding. This is unusual and MinimStreamer doesn't yet support it. I will look into adding this support. RE: Streaming NTS radio - glitchy - other stations fine - xewisog304 - 23-07-2020 17:51 I'm not sure they are using 48000 Hz, to be honest I just took the bbc template and edited it and it worked! I need to tidy it up. Thanks for checking NTS RE: Streaming NTS radio - glitchy - other stations fine - xewisog304 - 28-07-2020 18:54 Same encoding problem with Rinse France? It seems to glitch in the same way as NTS. Code: #EXTM3URE: Streaming NTS radio - glitchy - other stations fine - simoncn - 28-07-2020 20:12 Yes, this is the same issue. Perhaps both these stations are using the same streaming software that encodes the stream in this way. RE: Streaming NTS radio - glitchy - other stations fine - simoncn - 07-09-2020 15:14 The problem with playing streams that use HTTP chunked encoding is now fixed in MinimStreamer 2.0.5. |