Hi -
I'm trying to stream a tv signal from a DVico HDTV DVB-T Dual digital card using VLC 0.8.5test3 and video4linux - however VLC tells me main demuxer warning: no access_demux module matched "v4l"
As far as I can see video4linux installed fine;
VLC 0.8.5test3 installed fine;
and using the linuxtv-dvb-apps program tzap I get:
$ ./tzap -c ~/.tzap/channels.conf-dvbt-adelaide "ABC TV 2"
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
tuning to 226500000 Hz
video pid 0x0200, audio pid 0x028a
status 01 | signal 107f | snr 0000 | ber 00000000 | unc 00000000 |
status 1f | signal 1ebf | snr 8686 | ber 00000000 | unc 000035b7 | FE_HAS_LOCK
status 1f | signal 1f2f | snr 8585 | ber 00000000 | unc 00003cf5 | FE_HAS_LOCK
status 1f | signal 1f1f | snr 8585 | ber 00000000 | unc 00003cf9 | FE_HAS_LOCK
etc
But when I run:
$ vlc --color v4l:/dev/video:norm=pal:frequency=226500:channel=0 --sout '#transcode{vcodec=mp4v,vb=3000,ab=256,deinterlace}:std{access=mmsh,dst=:8080}' --ttl 12
I get the following output:
VLC media player 0.8.5-test3 Janus
Remote control interface initialized. Type `help' for help.
[00000249] main private: creating httpd
[00000244] stream_out_transcode private warning: bad aspect ratio
[00000255] main demuxer warning: no access_demux module matched "v4l"
[00000256] access_file access warning: /dev/video:norm=pal:frequency=226500:channel=0: No such file or directory
status change: ( new input: v4l:/dev/video:norm=pal:frequency=226500:channel=0 )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000256] access_gnomevfs access warning: cannot parse MRL v4l:///dev/video:norm=pal:frequency=226500:channel=0 or unsupported protocol
[00000256] cdda access warning: could not open /dev/video:norm=pal:frequency=226500:channel=0
[00000256] main access warning: no access2 module matching "v4l" could be loaded
[00000241] main input error: no suitable access module for `v4l:/dev/video:norm=pal:frequency=226500:channel=0'
[00000249] access_output_http private warning: HTTP sout access cannot seek
So, being new to this, I was wondering if I've missed something basic - or have not installed something I need to install. If anyone could help me I'd be eternally grateful.
Greg Jones
[/b]