AyrA / DVMusicEdit

Assists you in editing playlists for Derail Valley
MIT License
1 stars 0 forks source link

Problem with URL format #2

Open shmbry opened 2 weeks ago

shmbry commented 2 weeks ago

I am having problems finding the correct URL format at: https://gist.github.com/bpsib/67089b959e4fa898af69fea59ad74bc3#file-bbc-radio-lstn-hls-m3u The station plays when the play button is pressed in DVMusicEdit.exe but the station does not play on the boombox in game.

AyrA commented 2 weeks ago

The links in that file are all .m3u8 files. These do not contain a single audio file but chunks of files that have to be streamed repeatedly. (Wikipedia: HTTP Live Streaming).

FFmpeg understands this type of stream, so it works in the playlist editor, but the DV game does not understands them. You have to find a stream that directly outputs ogg or mp3 data.