I am trying to display HD TV with my Pinnacle PCTV 801e. I am able to view the channels with Pinnacle's TVCenter but not VLC.
I found this XML in the pinnacle directories
<ChannelList MaxId="188" Name="" TunerType="DVB-C">
:
<Channel MajorChannelNo="32" MinorChannelNo="1" SourceId="3" Frequency="513000" Modulation="256QAM" ServiceId="3" OriginalNetworkId="0" TransportStreamId="35393" PmtPid="63" PcrPid="2944" ServiceType="DigitalTelevision" Id="99" Name="WLKY HD" TeletextCache="00000010-00000063.ttx" CountryCode="1" MaxId="2">
<MediaStream Type="Mpeg2Video" Pid="2944" Id="1" />
<MediaStream Type="Ac3Audio" LanguageCode="eng" Pid="2945" StreamType="NOT_SET" Id="2" />
</Channel>
:
</ChannelList>
I've tried start VLC like this without sucess.
vlc.exe dvb-c://frequency=513000 --dvb-bandwidth=6 --dvb-modulation=256 --dvb-major-channel=872 --dvb-minor-channel=19 --dvb-physical-channel=19
Any help would be greatly appreciated.