[vlc-devel] libvlc & tv tuner

Igor Rosenberg iggi131 at slovanet.sk
Tue Jan 12 20:11:40 CET 2010


Hi,

 

Which API functions should I use to play from TV tuner? Is there anybody
using libvlc to access TV tuner?

The command line args are fine. If I use it with vlc.exe, it works just
fine.

 

Thanks

I.

 

From: vlc-devel-bounces at videolan.org [mailto:vlc-devel-bounces at videolan.org]
On Behalf Of Igor Rosenberg
Sent: Tuesday, January 12, 2010 1:48 PM
To: vlc-devel at videolan.org
Subject: [vlc-devel] libvlc & tv tuner

 

Hi all,

 

I'm developing an application using libvlc to play from TV tuner device.
I've found out the arguments as follow:

 

"-I", "dummy", "--ignore-config",

        @"--plugin-path=d:\Work\Kvant\VideoWallPresenter\To
use\VlcTest\VlcTest\bin\Debug\plugins",

        @"dshow://",

 
"--dshow-vdev=\"AVerMedia Hybrid TV Video Capture\"",

 
"--dshow-adev=none",

 
"--dshow-tuner-channel=6",

 
"--dshow-tuner-country=1",

 
"--dshow-tuner-input=2",

 
"--dshow-video-input=-1",

 
"--dshow-amtuner-mode=1"

 

but don't know how to start playing.

I use libvlc_new to create new instance and libvlc_media_player_new to
create the player. I set the drawable panel via
libvlc_media_player_set_drawable and start play by libvlc_media_player_play.
The result is no error (no exception), but also no play.

 

Please help.

 

Thanks

Igor

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100112/97fbd3bc/attachment.html>


More information about the vlc-devel mailing list