Page 1 of 1

Help Me!

Posted: 30 Aug 2004 17:25
by Gotrex
Hi all!
I'm trying to acquire a video from my dc10plus card and send it into my lan. My OS is linux redhat 9.
I try to use vls. But when i launch it, i'll obtain this error

Code: Select all

VideoLAN Server v 0.5.6 (Aug 30 2004) - (c)1999-2003 VideoLAN 2004-08-30 17:16:39 [INFO/Vls] Module "channel:file" registered 2004-08-30 17:16:39 [INFO/Vls] Module "channel:network" registered 2004-08-30 17:16:39 [INFO/Vls] Module "mpegreader:file" registered 2004-08-30 17:16:39 [INFO/Vls] Module "mpegconverter:ts2ts" registered 2004-08-30 17:16:39 [INFO/Vls] Module "mpegconverter:ps2ts" registered 2004-08-30 17:16:39 [INFO/Vls] Module "input:local" registered 2004-08-30 17:16:39 [INFO/Vls] Module "input:video" registered 2004-08-30 17:16:39 [INFO/Vls] Browsing modules in directory "." 2004-08-30 17:16:39 [INFO/Vls] Browsing modules in directory "/usr/local/lib/videolan/vls" 2004-08-30 17:16:39 [INFO/Vls] Channel 'channel1' created 2004-08-30 17:16:39 [ERROR/Vls] Input type "v4l" invalid 2004-08-30 17:16:39 [INFO/Vls] Executing command1 : 'start v4l channel1 dc10plus' 2004-08-30 17:16:39 [WARN/Vls] Unknown pgrm v4l 2004-08-30 17:16:39 [WARN/Vls] input doesn't exist

My vls.cfg is:

Code: Select all

#.cfg (VLS configuration file) # Example of the VideoLAN HOWTO for the Video for Linux input BEGIN "Inputs" dc10plus = "v4l" END BEGIN "dc10plus" # V4L device Device = "/dev/video0" # Channel Source : Webcam is often "0" # TV Card, may be Tuner(0), Composite(1), Svideo(2) Channel = "0" # Norm: PAL=0, NTSC=1, SECAM=2 Norm = "0" # Size possibilities: can be either: # - empty string : default size # - width x height # - subQCIF(128x96), QSIF(160.120), QCIF(176x144), SIF(320x240), # CIF(352x288), VGA (640x480) Size = "" # DeInterlace: "0" = no ; "1" = yes DeInterlace = "0" # Video compression format: "mpeg1" or "mpeg4" Compression = "mpeg4" # Video bitrate (approx.) in kbps Bitrate = "500" # Quality: "1.0" (good) to "31.0" (bad) Quality = "1.0" # Sound device AudioDevice = "/dev/dsp" # Audio compression format: "mp2", "mp3" or "ogg" AudioCompression = "mp2" # Audio bitrate in kpbs AudioBitrate = "64" # Audio frequency ("16000", "22050", "24000", "32000", "44100" or "48000") AudioFreq = "16000" # Audio channel: "1" = mono ; "2" = stereo AudioChannel = "2" END BEGIN "Channels" channel1 = "network" END BEGIN "channel1" # Unicast or multicast IP address DstHost = "192.168.1.255" # Destination port DstPort = "1234" # If it's a multicast IP address, uncomment the line below Type = "multicast" # If it's a multicast IP address, set the "Time To Live" below TTL = "12" END BEGIN "LaunchOnStartUp" command1 = "start v4l channel1 dc10plus" END

Thanks for your help

Posted: 30 Aug 2004 17:52
by markfm
Please don't double post. Just pick the forum area that you think is closest, and post there. People who are able to help generally look at all the posts.

If you want to delete an item, I believe you are able to delete your own posts (at least before anyone has answered them).

Posted: 31 Aug 2004 09:55
by Gotrex
Ok, i'll delete the other post!

Someone know some other program that could i use to do streaming from a source acquire by a dc10plus?

Thanks