Hello..<br>
<br>
This is my project..<br>
I have 2 tv card and use debian sarge with vlc 8.2, <br>
<span style="text-decoration: underline;">1st stream</span>:<br>
vlc --color -I rc
v4l:/dev/video0:adev=/dev/dsp2:norm=0:size=320x240:frequency=647250:channel=0:audio=0
:sout="#transcode{vcodec=mp4v,vb=800,scale=1,acodec=vorb,ab=20,channels=1}:standard{access=http,mux=ogg,url=<a href="http://192.168.1.222:1234">192.168.1.222:1234</a>}"<br>
<span style="text-decoration: underline;"><span style="text-decoration: underline;"></span>2nd stream</span>:<br>
vlc --color -I rc
v4l:/dev/video1:adev=/dev/dsp4:norm=0:size=320x240:frequency=583250:channel=0:audio=0
:sout="#transcode{vcodec=mp4v,vb=800,scale=1,acodec=vorb,ab=20,channels=1}:standard{access=http,mux=ogg,url=<a href="http://192.168.1.222:1235">192.168.1.222:1235</a>}"<br>
<br>
1st stream is work fine, but 2nd stream only the video and this is the message:<br>
[00000245] main playlist: adding playlist item
`v4l:/dev/video1:adev=/dev/dsp4:norm=0:size=320x240:frequency=583250:channel=0:audio=0'
(
v4l:/dev/video1:adev=/dev/dsp4:norm=0:size=320x240:frequency=583250:channel=0:audio=0
)<br>
Remote control interface initialised, `h' for help<br>
[00000258] main private: creating httpd<br>
[00000262] mux_ogg private: Open<br>
[00000264] v4l demuxer error: cannot open audio device (No such file or directory)<br>
<br>
So.. anybody can help me..?<br>