Page 1 of 1

SAP Group

Posted: 07 Jan 2017 23:43
by meins_da
Hello

I want to use one VLC only for Radio Channels. So i wrote follwing script:

Code: Select all

new oe1 broadcast enabled setup oe1 input "mms://apasf.apa.at/oe1_live_worldwide" setup oe1 output #udp{dst=224.0.0.1:1234,sdp=sap,sap,group="Radio",name="OE1"} setup oe1 option network-caching=1000 setup oe1 option network-caching=1000 control oe1 play new oe2-N broadcast enabled setup oe2-N input "http://mp3stream8.apasf.apa.at:8000/listen.pls" setup oe2-N output #udp{dst=224.0.0.2:1234,sdp=sap,sap,group="Radio",name="Radio Niederösterreich"} setup oe2-N option network-caching=1000 setup oe2-N option network-caching=1000 control oe2-N play new Radio-Wien2 broadcast enabled setup Radio-Wien2 input "http://mp3stream17.apasf.apa.at:8000" setup Radio-Wien2 output #rtp{access=udp,mux=ts,dst=224.255.1.1,port=1234,sdp=sap,sap,group="Video",name="2007 Movie"} setup Radio-Wien2 option network-caching=1000 setup Radio-Wien2 option network-caching=1000 control Radio-Wien2 play
If a look at a other vlc it shows me only the "2007 Movie" with no Group. Why only this entry and no Group?
Other question: is there a option i can set the position at the receiver? So Radio-Wien is always on 2?


Peter