Page 1 of 1

Streaming all tracks from playlist

Posted: 12 Dec 2010 01:07
by giaur
Hello,

When I choose option to stream playlist track (right click on track), it won't play - instead, it will be streamed over network. But, the next track on list plays normally, without streaming.

So: how can I enable streaming for ALL TRACK ON LIST? I mean after the first track end, second track should be streamed with the same settings etc. Is this supported?

Re: Streaming all tracks from playlist

Posted: 16 Dec 2010 00:55
by netimports
you can goto Tools > Preferences >> Show Setting ALL > Stream Output and put your stream parameters in the default stream output chain and click on save. Now whatever is in your playlist will be streamed. To disable it, remove the parameters from the settings, as everything you play now will be using that setting.

Re: Streaming all tracks from playlist

Posted: 19 Dec 2010 15:29
by giaur
Sorry but this does not work. I've enetered this:

Code: Select all

:sout=#transcode{vcodec=none,acodec=mp3,ab=320,channels=2,samplerate=44100}:http{mux=raw,dst=:8080/} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
And nothing works. Error:

Code: Select all

[0xb70057e4] stream_out_standard stream out error: no mux specified or found by extension [0xb700557c] main stream output error: stream chain failed for `standard{mux="",access="",dst="sout=#transcode{vcodec=none,acodec=mp3,ab=320,channels=2,samplerate=44100}:http{mux=raw,dst=:8080/} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep"}' [0xb7000744] main input error: cannot start stream output instance, aborting [0x8efb024] stream_out_standard stream out error: no mux specified or found by extension [0x8ec7b84] main stream output error: stream chain failed for `standard{mux="",access="",dst="sout=#transcode{vcodec=none,acodec=mp3,ab=320,channels=2,samplerate=44100}:http{mux=raw,dst=:8080/} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep"}' [0x8e739fc] main input error: cannot start stream output instance, aborting
What have I ommited ?