![]() |
#1 |
Junior Member
Join Date: Nov 2014
Posts: 9
|
Embedded Player, default html doesn't seem to work
I've noted that the embedded player on the default index.html doesn't seem to work with html5 players in firefox/chrome on windows.
The default <audio> code, apparently, needs a semi-colon to do the right thing. default index.html: <audio controls="" preload="none"> <source src="http://shout.ignoranthack.me:8000/" type="audio/mpeg"> </audio> If I modify the html to have a semi colon at the end of the url string, the player starts working again: <audio controls="" preload="none"> <source src="http://shout.ignoranthack.me:8000/;" type="audio/mpeg"> </audio> |
![]() |
![]() |
![]() |
#2 |
Join Date: Sep 2003
Posts: 27,873
|
was reported in the release discussion thread a month or two back and is fixed for the pending release (along with a number of other stream url related fixes to resolve such 'quirks').
|
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|