Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - wobblycogs

Pages: 1
1
Questions / Radio playback issues
« on: August 19, 2020, 10:59:59 AM »
I listen to a radio station through MusicBee called "The Rock" (New Zealand) for which I use the stream URL

https://livestream.mediaworks.nz/radio_origin/rock_128kbps/chunklist.m3u8

I find that approximately every thirty seconds MusicBee briefly cuts out and restarts the stream, this doesn't happen when the station is played through the browser.

The M3U8 file that points to the stream has the following typical contents:

Code
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:11
#EXT-X-MEDIA-SEQUENCE:50239
#EXTINF:10.03,
media-uvjthehn8_50239.ts
#EXTINF:10.031,
media-uvjthehn8_50240.ts
#EXTINF:9.961,
media-uvjthehn8_50241.ts


This appears to define three tracks of approximately 10 seconds each. I believe MusicBee is playing these and then reloading the stream to get information about the next three tracks.

Examining the stream playing in the browser using the developer tools in Chrome leads me to believe that is preloading the next playlist when the last track of the existing playlist loads. This leads to a seamless playback experience.

Would it be possible to make MusicBee copy the behaviour of the in browser player?

I'm running MusicBee version 3.3.7491. This issue has been present for as long as I can remember.

Pages: 1