<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
Try to add dshow-vdev and dshow-adev in command line start of vlc. Then
you can use telnet to start streaming.<br>
<br>
<br>
Best Regards<br>
<br>
Gregor Fuis<br>
<br>
<br>
pille wrote:
<blockquote cite="mid43C3CFD6.10601@happycowboys.de" type="cite">
  <pre wrap="">Viktor Kompaneyets wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">pille wrote:


    </pre>
    <blockquote type="cite">
      <pre wrap="">i am using vlc 0.8.4 on windows xp.
i can not select a tv card via the telnet interface.

i try it the following way:

new test broadcast
setup test input dshow://
setup test output #duplicate{dst=std{access=udp,mux=ts,url=:1234}}
setup test option dshow-vdev="Hauppauge WinTV Capture"
setup test enabled
control test play

after the last comand, i recieve the error message:
...
[00000343] dshow demuxer error: can't use device: "Hauppauge WinTV
Capture", unsupported device type
...

when i try it via the vlc command line interface and simillar commands
everything works fine.

is that a bug? maybe its a problem with the leading and ending quotes?

thanks for any help
      </pre>
    </blockquote>
    <pre wrap="">
Can You watch TV from GUI? Sometimes You need some additional 'options' to
be set properly to get VLM working.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
hello viktor,

yes, i can watch tv with the GUI, selecting the tv card in the
directshow tab works. starting vlc via commandline works as well.

here are two examples that are working with a pinnacle card:

select via directshow tab in the GUI is working:
dshow:// :dshow-vdev="Pinnacle PCTV 110i BDA Analog Capture"
:dshow-adev="Pinnacle PCTV 110i BDA Analog A" :dshow-size=""
:dshow-caching=200 :dshow-chroma="" :dshow-fps=0.000000 :no-dshow-config
:no-dshow-tuner :dshow-tuner-channel=1 :dshow-tuner-country=0
:dshow-tuner-input=0

starting via command line works as well:
vlc.exe --intf=http --http-host=127.0.0.1:7999 dshow://
--dshow-vdev="Pinnacle PCTV 110i BDA Analog Capture"
--dshow-adev="Pinnacle PCTV 110i BDA Analog A" --dshow-tuner-channel=1
:sout=#duplicate{dst=std{access=udp,mux=ts,url=:1234}}


starting it via the telnet interface with the same options do not work
new test broadcast
setup test input dshow://
setup test output #duplicate{dst=std{access=udp,mux=ts,url=:1234}}
setup test option dshow-vdev="Pinnacle PCTV 110i BDA Analog Capture"
setup test option dshow-adev="Pinnacle PCTV 110i BDA Analog A"
setup test option dshow-tuner-channel=1
setup test enabled
control test play

is producing the following logging message:
[00000284] logger interface: Using the logger interface module...
[00000297] dshow demuxer error: can't use device: "Pinnacle PCTV 110i
BDA Analog Capture", unsupported device type
[00000297] dshow demuxer error: can't open video
[00000297] dshow demuxer error: can't use device: "Pinnacle PCTV 110i
BDA Analog A", unsupported device type
[00000297] dshow demuxer error: can't open audio
[00000298] dshow access error: can't use device: "Pinnacle PCTV 110i BDA
Analog Capture", unsupported device type
[00000298] dshow access error: can't open video
[00000298] dshow access error: can't use device: "Pinnacle PCTV 110i BDA
Analog A", unsupported device type
[00000298] dshow access error: can't open audio
[00000286] main input error: no suitable access module for `dshow://'

  </pre>
</blockquote>
<br>
</body>
</html>