Page 1 of 1

Input type "v4l" invalid

Posted: 20 Dec 2003 20:34
by paulschuld
Hi,

what am I doing wrong when I get the following messages starting vls with the command 'vls -vv -f /etc/vls.cfg':

VideoLAN Server v 0.5.3 (Dec 20 2003) - (c)1999-2003 VideoLAN
2003-12-20 20:27:21 [INFO/Vls] Module "channel:file" registered
2003-12-20 20:27:21 [INFO/Vls] Module "channel:network" registered
2003-12-20 20:27:21 [INFO/Vls] Module "mpegreader:file" registered
2003-12-20 20:27:21 [INFO/Vls] Module "mpegconverter:ts2ts" registered
2003-12-20 20:27:21 [INFO/Vls] Module "mpegconverter:ps2ts" registered
2003-12-20 20:27:21 [INFO/Vls] Module "input:local" registered
2003-12-20 20:27:21 [INFO/Vls] Module "input:video" registered
2003-12-20 20:27:21 [INFO/Vls] Browsing modules in directory "."
2003-12-20 20:27:22 [INFO/Vls] Browsing modules in directory "/usr/local/lib/videolan/vls"
2003-12-20 20:27:22 [INFO/Vls] Module "mpegreader:dvd" registered
2003-12-20 20:27:22 [INFO/Vls] Channel 'channel1' created
2003-12-20 20:27:22 [ERROR/Vls] Input type "v4l" invalid
2003-12-20 20:27:22 [INFO/Vls] Executing command1 : 'start video channel1 tuner'
2003-12-20 20:27:22 [WARN/Vls] Unknown pgrm video
2003-12-20 20:27:22 [WARN/Vls] input doesn't exist

:(

My vls.cfg has a section in which I associate "tuner" with "v4l" like "webcam" is associated with "v4l" in http://www.videolan.org/doc/videolan-ho ... ml#AEN1075

Any suggestions?

Thanks

Paul

Posted: 26 Feb 2004 14:36
by nitrox
You are using a 0.5.3 release, it doesn't support v4l input.
Only CVS version support v4l input.

regards

but when i make 0.5.3 CVS version...

Posted: 04 Apr 2004 06:50
by rcoppes
this is the report...

filechannel.cpp:32:29: ../../core/defs.h: No such file or directory
In file included from ../../core/core.h:124,
from filechannel.cpp:34:
../../core/socket.h:97:2: #error "No type available for sock_buff."
In file included from ../../core/core.h:124,
from filechannel.cpp:34:
../../core/socket.h:100: error: syntax error before `*' token
../../core/socket.h:103: error: semicolon missing after declaration of `
C_SocketBuff'
../../core/socket.h: In member function `unsigned int
C_SocketBuff::GetSlotCount() const':
../../core/socket.h:89: error: `m_iSlotCount' undeclared (first use this
function)
../../core/socket.h:89: error: (Each undeclared identifier is reported only
once for each function it appears in.)
../../core/socket.h: At global scope:
../../core/socket.h:103: error: parse error before `:' token
../../core/socket.h:105: error: syntax error before `*' token
../../core/socket.h:125: error: field `m_sInetAddr' has incomplete type
../../core/socket.h: In member function `const sockaddr_in*
C_Inet4Addr::GetInetAddr() const':
../../core/socket.h:121: error: `m_sInetAddr' undeclared (first use this
function)
In file included from filechannel.cpp:36:
../../mpeg/ts.h: At global scope:
../../mpeg/ts.h:58: error: parse error before `)' token
../../mpeg/ts.h:61: error: parse error before `)' token
make[6]: *** [filechannel_la-filechannel.lo] Error 1
make[6]: Leaving directory `/vls/src/modules/filechannel'
make[5]: *** [all-local] Error 2
make[5]: Leaving directory `/vls/src/modules/filechannel'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/vls/src/modules'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/vls/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/vls/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/vls'
make: *** [all] Error 2

any idea???
thank

version 0.5.6 support v4l?

Posted: 05 Apr 2004 13:53
by Guest
I am with the same error, but I installed version VLS 0.5.6, this also I do not support v4l?

Posted: 06 Apr 2004 14:17
by Guest
I am in the same error that vc were, I am installing VLS for v4l, already I used version CVS 0.5.5 for VLS, configured with ./bootstrap and ./configure --enable-v4l but continues giving to the error "Input type v4l invalid". You it more made something to eliminate this error?

Posted: 24 Apr 2004 20:08
by guest
I have exactly the same problem on debian and slackware.

I installed v4l2, compiled the kernel, compiled ivtv, compiled vls with the correct options, and I still get "v4l" input type invalid.


What gives?

Re: Input type "v4l" invalid

Posted: 06 Jun 2006 22:16
by Guest
Hi,

what am I doing wrong when I get the following messages starting vls with the command 'vls -vv -f /etc/vls.cfg':

VideoLAN Server v 0.5.3 (Dec 20 2003) - (c)1999-2003 VideoLAN
2003-12-20 20:27:21 [INFO/Vls] Module "channel:file" registered
2003-12-20 20:27:21 [INFO/Vls] Module "channel:network" registered
2003-12-20 20:27:21 [INFO/Vls] Module "mpegreader:file" registered
2003-12-20 20:27:21 [INFO/Vls] Module "mpegconverter:ts2ts" registered
2003-12-20 20:27:21 [INFO/Vls] Module "mpegconverter:ps2ts" registered
2003-12-20 20:27:21 [INFO/Vls] Module "input:local" registered
2003-12-20 20:27:21 [INFO/Vls] Module "input:video" registered
2003-12-20 20:27:21 [INFO/Vls] Browsing modules in directory "."
2003-12-20 20:27:22 [INFO/Vls] Browsing modules in directory "/usr/local/lib/videolan/vls"
2003-12-20 20:27:22 [INFO/Vls] Module "mpegreader:dvd" registered
2003-12-20 20:27:22 [INFO/Vls] Channel 'channel1' created
2003-12-20 20:27:22 [ERROR/Vls] Input type "v4l" invalid
2003-12-20 20:27:22 [INFO/Vls] Executing command1 : 'start video channel1 tuner'
2003-12-20 20:27:22 [WARN/Vls] Unknown pgrm video
2003-12-20 20:27:22 [WARN/Vls] input doesn't exist

:(

My vls.cfg has a section in which I associate "tuner" with "v4l" like "webcam" is associated with "v4l" in http://www.videolan.org/doc/videolan-ho ... ml#AEN1075

Any suggestions?

Thanks

Paul



ATTENTION!!
HERE IS A BUG.
YOU CAN EDIT USER POSTS WHEN FOLLOWING LINK FROM GOOGLE WITH SID