Page 1 of 1

VLC VoD server and HD Dune player issue

Posted: 18 Jan 2013 11:24
by jpeg73
Hi all,

here is my project (Streaming DVS-S channels to a Dune Player)
I create VoD server on an ubuntu PC with VLC 2.0.5 ( same behaviour with WIN7x64)
here is the launch script:
vlc --intf http --vlm-conf dvb.conf --color --rtsp-host 0.0.0.0 --rtsp-port 5004 --rtsp-tcp --rtsp-session-timeout 9999 -vvv
here is the dvb.conf for my DVB-S TBS Qbox Usb device
new BBCP vod
setup BBCP option dvb-adapter=1
setup BBCP option live-caching=800
setup BBCP option program=10307
setup BBCP option sout-keep
setup BBCP mux ts
setup BBCP input "dvb-s://frequency=10788000000:srate=22000000"
new vid1 vod
setup vid1 option live-caching=800
setup vid1 mux ts
setup vid1 input /home/jp/Documents/movie.mov
setup vid1 enabled
setup BBCP enabled

I watch perfectly both streams with VLC clients ( linux/Win )
But with my HD Dune BD prime, I can only view vid1 stream,
When I try to see BBCP Stream , Dune abort and I see error in VLC server log (tx demux cannot peek)

Is some specialists have ideas ?

Thanks in advance for reading this msg and precious help provided

JP