This is not a bug, I have tested streaming from port 80 and another port number.
The port numbers have to be added to all URL’s in the playlist.
This is not necessary for port 80, because this is the default http port number.
See the two examples below:
Streaming from
http://www.website.com/netjukebox/ (port 80)
Code: Select all
#EXTM3U
#EXTINF:520,Tosca - Fuck dub part 1+2
http://www.website.com/netjukebox/stream.php?command=stream&track_id=.....
#EXTINF:88,Tosca - Amalienbad
http://www.website.com/netjukebox/stream.php?command=stream&track_id=.....
#EXTINF:363,Tosca - Worksong
#Expire: Fri, 11 Feb 2005 03:02:00 +0100
Streaming from
http://www.website.com:1080/netjukebox/
Code: Select all
#EXTM3U
#EXTINF:520,Tosca - Fuck dub part 1+2
http://www.website.com:1080/netjukebox/stream.php?com:1080mand=stream&track_id=.....
#EXTINF:88,Tosca - Amalienbad
http://www.website.com:1080/netjukebox/stream.php?com:1080mand=stream&track_id=.....
#EXTINF:363,Tosca - Worksong
#Expire: Fri, 11 Feb 2005 03:02:00 +0100