Postby Guest » 04 Oct 2005 12:27
More detailed question: how to stream 2 channels from the same transponder using VLM-telnet iface? I made the following config:
> show channel1
show
channel1
type : broadcast
enabled : yes
loop : no
inputs
dvb:
output : #standard{mux=ts,access=udp,url=239.255.1.1:1111}
options
dvb-frequency=11044000
dvb-srate=29800000
dvb-voltage=13
dvb-fec=3
program=1
sout-udp-caching=1000
instances
> show channel2
show
channel2
type : broadcast
enabled : yes
loop : no
inputs
dvb:
output : #standard{mux=ts,access=udp,url=239.255.1.1:1112}
options
dvb-frequency=11044000
dvb-srate=29800000
dvb-voltage=13
dvb-fec=3
program=5
sout-udp-caching=1000
instances
>
Channel1 plays Ok. But when i start channel2, VLC gives this log:
[cut..]
[00000282] main input debug: creating access 'dvb' path=''
[00000289] main access debug: looking for access2 module: 6 candidates
[00000289] dvb access debug: Opening device /dev/dvb/adapter0/frontend0
[00000289] dvb access error: FrontEndOpen: opening device failed (Device or resource busy)
[00000289] dvb access debug: Opening device /dev/dvb/adapter0/frontend0
[00000289] dvb access error: FrontEndOpen: opening device failed (Device or resource busy)
[00000289] access_file access warning: cannot stat() file `' (No such file or directory)
[00000289] main access warning: no access2 module matching "dvb" could be loaded
[00000282] main input error: no suitable access module for `dvb:'
[00000284] main private debug: destroying chain... (name=standard)
[00000287] mux_ts private debug: Close
So, what is the right VLM-syntax to stream 2 channels from the same transponder?
--
ogin