Hi,
I've just got a link to the flashificator tools, and their sound plugin is able to play audio streams.
audio files were always streamed...
Is it planned for soundinterface of KRPano too ?
Do you mean the support for m3u playlists?
e.g. in your m3u file there is only one stream - 'http://radio.suggerebonheur.com:8000/highband' - and if you want you can play that already with the krpano soundinterface plugin, just use it as url for the playsound action.
Here an example link by loading the soundinterface plugin and starting to play that stream:
http://krpano.com/krpano.html?xml=null&p…8000/highband);
Here the link code split into several lines for better readability:
|
Source code
|
1
2
3
4
5
6
7
|
http://krpano.com/krpano.html
?xml=null
&plugin[si].url=plugins/soundinterface.swf
&plugin[si].preload=true
&onstart=showlog();
trace(playing the stream...);
playsound(auto,http://radio.suggerebonheur.com:8000/highband);
|
Best regards,
Klaus