HydrogenAudio

Hosted Forums => foobar2000 => foobar2000 mobile => Topic started by: omtinez on 2021-10-03 01:00:13

Title: [bug][iOS] Various issues with m3u files over the network
Post by: omtinez on 2021-10-03 01:00:13
Only tested on the iOS version of the app. My playlist looks like this:

#EXTM3U
#EXTINF:-1, artist - song 1
https://my-server.com/song1.mp3
#EXTINF:-1, artist - song 2
https://my-server.com/song2.mp3
#EXTINF:-1, Continue
https://my-server.com/playlist.m3u

There are two issues I've observed:

1. Player assumes that the items in the playlist have a relative URL
For the player to start media playback, I had to convert all of the items to a relative URL.

2. Player only plays the first item of the continuation playlist
The player successfully loads and plays the first item of https://my-server.com/playlist.m3u, but then it fails to play subsequent items.
Title: Re: [bug][iOS] Various issues with m3u files over the network
Post by: omtinez on 2021-10-04 06:35:02
Here are a couple of playlists that can be used for testing purposes, which fail to play on the iOS version of fb2k:

Absolute path: https://raw.githubusercontent.com/owahltinez/m3u8test/main/playlist/absolute.m3u8
Continuation playlist: https://raw.githubusercontent.com/owahltinez/m3u8test/main/playlist/a.m3u8
Recursive playlist: https://raw.githubusercontent.com/owahltinez/m3u8test/main/playlist/recursive.m3u8
Title: Re: [bug][iOS] Various issues with m3u files over the network
Post by: omtinez on 2021-10-30 16:04:03
Hello, I see that no one has confirmed this bug report yet. Is this not the appropriate channel to report issues?