At the moment I am working on a project using Cisco Digital Media System (http://www.cisco.com/web/solutions/dms/index.html) for the use of digital signage. Small boxes (Cisco Digital Media Player - ) serve as a mini-computer where the 46" screens are connected to. One of the parts of this digital signage is the streaming of a business channel. We chose VLC media player on a Windows 2003 server for inputting the TV channel using a Pinnacle TV tuner card and streaming an UDP multicast stream. VLC works like a charm, however for further tuning the system I would like to configure it in a more stable platform e.g. after a reboot VLC starts on it is own etc. and have some questions concerning the setup.
I use following command:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv -I rc --ttl 12 dshow:// :dshow-vdev="Pinnacle PCTV 713x Tuner BDA Analog Capture" :dshow-adev="Capture (Pinnacle PCTV 110i Cap" :dshow-size="320x240" :dshow-tuner-channel=74 :dshow-tuner-country=32 :dshow-tuner-input=1 --sout=#transcode{vcodec=mp2v,vb=512,scale=1,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=udp,mux=ts,dst=239.255.42.12:1234}}
When using above command I get in a pretty constant way following warnings in the logging window:
What does this mean? Can I minimize this warning?
2. Service/startup command
I read some info of installing VLC as a NT service. However when ticking on the box of NT service, I cannot see VLC in the Windows services. How does this work? Is the service still available after a reboot?
3. No capture possible
Another option is to configure a startup command (with above parameters) when the server starts, however after a reboot I do not get any image available. I read somewhere on the Internet that VLC cannot capture any image before another application (I uses Unreal Live Server - http://www.umediaserver.net/umediaserver/download.html) first initiated a connection towards the TV Tuner card. This seems to be true, can someone verify this is normal behavior? Is there a workarround for this?
Thanks in advance for any answers!
Regards,
Christof