[vlc-devel] libvlc & tv tuner
Igor Rosenberg
iggi131 at slovanet.sk
Tue Jan 12 13:47:42 CET 2010
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/ee89218c/attachment.html>
More information about the vlc-devel
mailing list