I'm using a script where each channel is defined by an entry like this
new LA7 vod enabled
setup LA7 input dvb/ts:adapter=1:frequency=786000000:inversion=0:bandwidth=8:code-rate-hp=2:code-rate-lp=0:modulation=64:transmission=8:guard=32:budget-mode=1
setup LA7 option ":program=20"
...
The channels i want to stream are all on the same transponder.
I found 2 issues:
- It works fine if i play a stream only from one pc.. i if try to access to a stream from another ip it doesn't work and vlc server shows me this message :
- Some channels seem to drop frames when i stream it with rtsp (vod) but they work fine with broadcast..[00000463] [Media: LA7] dvb access error: FrontEndOpen: opening device failed (Dispositivo o risorsa occupata)
[00000463] [Media: LA7] vcdx access warning: Can't get file status for adapter=1:frequency=786000000:inversion=0:bandwidth=8:code-rate-hp=2:code-rate-lp=0:modulation=64:transmission=8:guard=32:budget-mode=1:
Nessun file o directory
[00000463] [Media: LA7] access_file access warning: adapter=1:frequency=786000000:inversion=0:bandwidth=8:code-rate-hp=2:code-rate-lp=0:modulation=64:transmission=8:guard=32:budget-mode=1: Nessun file o directory
[00000463] [Media: LA7] cdda access warning: could not open adapter=1:frequency=786000000:inversion=0:bandwidth=8:code-rate-hp=2:code-rate-lp=0:modulation=64:transmission=8:guard=32:budget-mode=1
[00000463] [Media: LA7] main access warning: no access2 module matching "dvb" could be loaded
[00000460] [Media: LA7] main input error: no suitable access module for `dvb/ts:adapter=1:frequency=786000000:inversion=0:bandwidth=8:code-rate-hp=2:code-rate-lp=0:modulation=64:transmission=8:guard=32:budget-mode=1'
[00000467] [Media: LA7] dvb access error: FrontEndOpen: opening device failed (Dispositivo o risorsa occupata)
[00000467] [Media: LA7] vcdx access warning: Can't get file status for adapter=1:frequency=786000000:inversion=0:bandwidth=8:code-rate-hp=2:code-rate-lp=0:modulation=64:transmission=8:guard=32:budget-mode=1:
Nessun file o directory
[00000467] [Media: LA7] access_file access warning: adapter=1:frequency=786000000:inversion=0:bandwidth=8:code-rate-hp=2:code-rate-lp=0:modulation=64:transmission=8:guard=32:budget-mode=1: Nessun file o directory
This is a feature i wanna include into a php interface i'm developing and i wanna release asap, i hope someone here could help me.
thanks