Search found 11 matches

Go to advanced search

by glok_twen
27 Feb 2009 17:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] accessing 2 different web cams on the same pc
Replies: 6
Views: 3757

Re: [solved] accessing 2 different web cams on the same pc

it boiled down to what xtophe said, that v4l2 needed to be followed by 3 slashes. i had originally used only 2. so when i went to v4l2:///dev/vid... it worked.

i had also made some typos along the way. the bottom line of what works though is posted in my previous post in case others find it useful.
by glok_twen
27 Feb 2009 16:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] accessing 2 different web cams on the same pc
Replies: 6
Views: 3757

Re: [solved] accessing 2 different web cams on the same pc

got this working with the following command and vlm config file. thanks to all who read/helped. command: vlc -I http --vlm-conf vlm1.conf vlm configuration file: new channel1 broadcast enabled setup channel1 input v4l2:///dev/video0:norm=secam:frequency=543250:size=640x480:channel=0:adev=/dev/video0...
by glok_twen
27 Feb 2009 15:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] accessing 2 different web cams on the same pc
Replies: 6
Views: 3757

Re: accessing 2 different web cams on the same pc

i did another experiment and collected some more data about this. there is still a very big difficulty running 2 web cams. to test it, i tried just simple command line commands to show the 2 cams locally at the same time. it seems somewhere my system is getting confused there are indeed 2 cameras. f...
by glok_twen
27 Feb 2009 14:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] accessing 2 different web cams on the same pc
Replies: 6
Views: 3757

Re: accessing 2 different web cams on the same pc

thank you. so i changed my config file to this: new channel1 broadcast enabled setup channel1 input v4l2:///dev/video0:norm=secam:frequency=543250:size=640x480:channel=0:adev=/dev/video0:audio=0 setup channel1 output #transcode{vcodec=mp4v,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:standard{acces...
by glok_twen
27 Feb 2009 01:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] accessing 2 different web cams on the same pc
Replies: 6
Views: 3757

[solved] accessing 2 different web cams on the same pc

hi. i have been able to make some good progress on streaming a web cam both via the gui and command line. so i've added a second web cam to the same pc. when both web cams are in, i can access the local gui and get a picture on each one separately by first using /dev/video0, stopping that capture, t...
by glok_twen
26 Feb 2009 02:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] getting a basic http stream working
Replies: 7
Views: 24338

Re: getting a basic http stream working

this is basically solved. thanks to those who read and provided feedback. for posterity, and those who may search on this later, here are some pointers on the items i addressed in getting this to work. - make sure you have the right drivers. this example used a logitech quickcam communicate mp (s 55...
by glok_twen
25 Feb 2009 18:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] getting a basic http stream working
Replies: 7
Views: 24338

Re: getting a basic http stream working

also when connecting to the server from a different node, the same error is returned after a few seconds "main stream error: connot pre fill buffer"

any suggestions?

thanks.
by glok_twen
25 Feb 2009 17:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] getting a basic http stream working
Replies: 7
Views: 24338

Re: getting a basic http stream working

also i should add yes i changed the sout to 192.168.1.5:1234 and removed any references to 127.0.0.1 -- that got rid of my connection refused error so thanks for the tip.
by glok_twen
25 Feb 2009 17:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] getting a basic http stream working
Replies: 7
Views: 24338

Re: getting a basic http stream working

thanks also i used your suggestion with nmap. it did indeed show my server listening on port 1234 and ready for connection. so then i fired up the client and got no video output. just the gui screen itself, but no video screen. here is the command i used and messages: VLC media player 0.9.8a Grishen...
by glok_twen
25 Feb 2009 17:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] getting a basic http stream working
Replies: 7
Views: 24338

Re: getting a basic http stream working

thanks for taking the time to reply. am giving that a try now.

note that in my example both the client and server are indeed on the same machine. does this change your thinking at all?
by glok_twen
25 Feb 2009 06:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [solved] getting a basic http stream working
Replies: 7
Views: 24338

[solved] getting a basic http stream working

have to admit i'm having some difficulties. end goal is just to be able to stream live video from 2 webcams on 2 newborns. for now, i'm just trying to get the output of one vlc session to be sent to another. this is a first step toward putting it onto a web page, etc. but i'm very stuck. here are th...

Go to advanced search