TV capture card -- no audio
Posted: 06 Apr 2008 19:28
I have a Dell Inspiron 830 with Avermedia OEM capture card M779 PCIe Audio/Video Capture. OS = Vista home premium.
My purpose is to stream TV over my LAN with far more flexibility than MMC. The problem occurs also with simple screen output, so I'll use this in the sample command line.
The Command line is:
The video displays fine but I have no audio. Tried adev="none", same result.
The vdev can be reduced to nothing (""), even further simplifying the command line.
The message panel says (excerpt):
Also tried all possible dshow-* options, same result.
Other programs don't show this problem. In VirtualDub the sound is OK. I also constructed a filter graph using graphedit, and this also is OK. The graph is straightforward.
I'm completely in the dark about possible causes.
Anyone any ideas...?
My purpose is to stream TV over my LAN with far more flexibility than MMC. The problem occurs also with simple screen output, so I'll use this in the sample command line.
The Command line is:
Code: Select all
C:\Program Files\VideoLAN\VLC\vlc.exe --sout=#display{} dshow:// :dshow-vdev="M779 PCIe Audio/Video Capture 1" :dshow-adev=""
The vdev can be reduced to nothing (""), even further simplifying the command line.
The message panel says (excerpt):
I tried the latest VLC nightly build (v9.0), the problem remains identical.dshow debug: found existing route for output 0 (type 12) to input 0 (type 1)
dshow debug: crossbar at depth 0, found route for output 0 (type 12) to input 0 (type 1)
dshow debug: filters connected successfully !
dshow debug: MEDIATYPE_Video
dshow debug: selected video pin accepts format: YUY2
dshow error: no capture device was detected
dshow error: can't open audio
dshow debug: crossbar at depth 0, routed video output 0 to video input 0
dshow debug: crossbar at depth 0, routed audio output 1 to audio input 5
dshow debug: Playing...
Also tried all possible dshow-* options, same result.
Other programs don't show this problem. In VirtualDub the sound is OK. I also constructed a filter graph using graphedit, and this also is OK. The graph is straightforward.
I'm completely in the dark about possible causes.
Anyone any ideas...?