main demuxer warning - no access_demux

*nix specific usage questions
greg221b
New Cone
New Cone
Posts: 4
Joined: 02 May 2006 03:06

main demuxer warning - no access_demux

Postby greg221b » 05 May 2006 06:54

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]

lkondrad
Blank Cone
Blank Cone
Posts: 14
Joined: 14 Apr 2006 12:21
Location: Tampere/Finland

Postby lkondrad » 05 May 2006 10:14

try this

vlc --color dvb:// :dvb-frequency=226500 --sout '#transcode{vcodec=mp4v,vb=3000,ab=256,deinterlace}:std{access=mmsh,dst=:8080}' --ttl 12

BR
lukasz

greg221b
New Cone
New Cone
Posts: 4
Joined: 02 May 2006 03:06

Thanks for the reply

Postby greg221b » 08 May 2006 06:01

Thanks for the reply -
However I get a very similar error message:

$ vlc --color dvb:// :dvb-frequency=226500 --sout '#transcode{vcodec=mp4v,vb=3000,ab=256,deinterlace}:std{access=mmsh,dst=:8080}' --ttl 12
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 "dvb"
status change: ( new input: dvb:// )
status change: ( audio volume: 256 )
status change: ( play state: 1 )

So, I assume I have a problem with my v4l-dvb drivers not being loaded?
Also, I I'm a bit stuck on having a dvb config file - should I have one in /etc/dvb/ (.config) ?

Thanks,
Greg
:roll:

c0w

Postby c0w » 08 May 2006 11:32

chown -R /dev/dvb/**whatever the adapter is**
chown -R /dev/**what ever the video device is**

and this should get you up and running..


c0w

greg221b
New Cone
New Cone
Posts: 4
Joined: 02 May 2006 03:06

Thanks c0w for your reply ----

Postby greg221b » 09 May 2006 03:19

However it has't affected the no access_demux error I get:

[00000249] main private: creating httpd
[00000244] stream_out_transcode private warning: bad aspect ratio
[00000255] main demuxer warning: no access_demux module matched "dvb"
[00000256] access_file access warning: : No such file or directory
status change: ( new input: dvb:// )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000256] access_gnomevfs access warning: cannot parse MRL dvb:// or unsupported protocol
[00000256] main access warning: no access2 module matching "dvb" could be loaded
[00000241] main input error: no suitable access module for `dvb://'
[00000249] access_output_http private warning: HTTP sout access cannot seek

I'm looking at mplayer now - and having slightly more success..... :)

Gregoire

greg221b
New Cone
New Cone
Posts: 4
Joined: 02 May 2006 03:06

Back to v4l for another try...

Postby greg221b » 09 May 2006 10:37

Hi - trying this command I now get the following (after compiling vlc with --enable-vl4 on the ./configure ;) ):

$ vlc -vvv v4l://

Gives:
[00000252] main input debug: `v4l://' gives access `v4l' demux `' path `'
[00000252] main input debug: creating demux: access='v4l' demux='' path=''
[00000254] main demuxer debug: looking for access_demux module: 1 candidate
[00000254] v4l demuxer error: cannot get capabilities (Invalid argument)
[00000254] v4l demuxer error: cannot open audio device (No such file or directory)
[00000254] main demuxer warning: no access_demux module matching "v4l" could be loaded
[00000252] main input debug: creating access 'v4l' path=''
[00000256] main access debug: looking for access2 module: 5 candidates
[00000256] access_file access warning: : No such file or directory
status change: ( new input: v4l:// )
status change: ( audio volume: 256 )
status change: ( play state: 1 )
[00000256] access_gnomevfs access warning: cannot parse MRL v4l:// or unsupported protocol

Does this look familiar to anyone?
Greg


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 34 guests