Fedora :: Webcam Streaming Software That Can Stream Over HTTP
May 2, 2011
I'm looking for Webcam Streaming software that can stream over HTTP.I've done a bit of looking on google and can't find a good solution.Ideally it would be streaming video with sound.
View 1 Replies
ADVERTISEMENT
Aug 10, 2011
I've got an old laptop with F15 installed. I want to use it together with two usb-webcams to monitor my wood boiler in the basement. And I want to stream it via http. I tried zoneminder and it didn't found my cheap cams. I tried vlc but it didn't work that well. Are there any other options to put out the streams on a webpage? Sent from my Transformer TF101 using Tapatalk
View 3 Replies
View Related
Jun 27, 2010
Computer A has two network interfaces. One is on a 255.255.255.240(eth0) subnet and has an IP of 192.168.1.6 and the other is on 255.255.255.0(eth1) subnet and has an IP of 192.168.1.64.
eth1 can communicate with modem(192.168.1.254), which also acts as a gateway to the Internet.
eth0 can communicate with my internal LAN, which consists of several computers including Computer B. This subnet 255.255.255.240 has it's own gateway to the internet at 192.168.1.1. However gateways will not apply to this scenario. I just added them to help paint a picture of my network.
What I am trying to do is tunnel http from a web server running on the modem(192.168.1.254) across to Computer B within my internal LAN and be able to view the http content via a browser. Sure I can just open a browser on Computer A, but I'm running Computer A headless. I can also curl it from a command line, but I'd like to learn how to tunnel across a subnet. If I get this to work, would I be able to interact with the site(i.e. make modem configuration changes)? or would it just be one way? How do I tunnel data from the eth1 subnet over to the eth0 subnet and over to Computer B on my internal LAN?
What I tried was the following:
I setup a proxymini to run on Computer A and have it listening on the eth0 interface on port 8080 by using this command 'proxymini -l 192.168.1.6 -p 8080'.
Then on computer B, I setup httptunnel -a 80 -p 192.168.1.254:80 -d 192.168.1.64:8080.
Then I should be able to view the site through a browser on port 80 on the computer I run httptunnel? This setup isn't working.
View 1 Replies
View Related
Mar 16, 2011
As a former TVersity user, I enjoyed being able to remotely access my server on my phone outside of my home network to search for and download/stream songs. The ability to search for a song and download it to my phone (via HTTP) was my favorite feature. Looking through the popular media servers available for Ubuntu Server, I have not found anything that can accomplish this (they are meant to just stream on internal network).
View 1 Replies
View Related
Apr 2, 2010
I can open the stream fine from Firefox and I have recorded streams using VLC, however this one uses cookies as authentication and VLC will not play it Apparently it's considered a security issue so cookie support has not been implemented for VLC.
View 2 Replies
View Related
Feb 22, 2010
Has anyone ever streamed video and audio using VLC before? Try as I might, nothing seems to work (get garbled video or lots of buffer underrun messages from VLC server). The videolan website claims that all the documentation on streaming is outdated too, so there's no help there.
View 1 Replies
View Related
Jul 23, 2011
I have been using WebcamXP, but changed over to Ububtu. Is there a similar program that works like that?
View 2 Replies
View Related
Mar 7, 2010
I wonder if anyone here has succeeded in streaming the video of a local webcam to the internet? Some research has turned up webcam_server Project Home Page but unfortunately it only supports v4l, not v4l2 and is no longer maintained. It seems to be possible with VLC server, but I'm a bit reluctant, because their repo is said to break other things. I still have 11.1 here.
View 4 Replies
View Related
May 30, 2010
Step #1: Generate DSA Key PairUse ssh-keygen command as follows:$ ssh-keygen -t dsaOutput:
Enter file in which to save the key (/home/vivek/.ssh/id_dsa): Press [Enter] key
Enter passphrase (empty for no passphrase): myPassword
Enter same passphrase again: myPassword
[code]...
View 3 Replies
View Related
Jun 7, 2011
I have a USB webcam connected to a server (dmesg output below). It is currently running Ubuntu 10.04.2 LTS server edition. So it has no X, and I don't want to install any. What I am looking for is a command line program to capture video from this webcam and store it. Also, something that can capture just pictures would be nice (but once I have a video file, I know how to get individual pictures from that). A nice plus would be setting this up as a video stream for other computers to stream the video from (to do what they can do with a stream, like view it in real time, capture individual pictures, save it). If setting up a stream makes the capture part easier, I could go for that. This camera works in the cheese GUI program on a desktop. Colors are bad in bright lights, but then, it's a cheap camera.
I prefer the output/stream in a free/libre video format (vp8/webm, ogg/theora, or dirac), but other formats that Linux software exists for (to record and play) can work if the free ones can't be done. Google finds lots of GUI ways to do this (mostly references to cheese). I did find one page that suggests "mencoder". But it doesn't find this webcam. I found a camera stream server called "camserv". It seems to find this camera, but then freezes. When I start camserv, the camera's blue light goes off, but no video is ever delivered from a web page reference. When I stop it, the camera is in an unusable state and has to be unplugged to reset it (so it can be used with "cheese"). So I'm looking for other software.
Code:
[1805518.412294] usb 2-2: new high speed USB device using ehci_hcd and address 5
[1805518.955647] 5:3:1: cannot get freq at ep 0x84
[1805518.965047] usbcore: registered new interface driver snd-usb-audio
[1805518.978527] Linux video capture interface: v2.00
[1805518.989915] uvcvideo: Found UVC 1.00 device VF0380 Live! Cam Optia Pro (041e:4065)
[1805518.997000] input: VF0380 Live! Cam Optia Pro as /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/input/input4
[1805518.997051] usbcore: registered new interface driver uvcvideo
[1805518.997053] USB Video Class driver (v0.1.0)
View 2 Replies
View Related
Feb 17, 2011
So I have a notebook with a web cam and ubuntu on it, I would like to use the webcam to stream videos that I take in class to my desktop at home (dual booting ubuntu and 7). The idea is that I can take video notes in class and when I get home I can look them over because they've been saved to my desktop. What would the best course of action be in this instance?
View 5 Replies
View Related
Jun 2, 2010
Linux machine is running a webcam. I export my webcam with fswebcam for the moment on a ftp and ssh, but it is so slow.
I wanna stream it, how can I make it and make it simple for the friends ?
View 1 Replies
View Related
Jul 19, 2010
I have a high bandwidth linux server and a lower bandwidth windows computer. I want to have the windows computer send my webcam stream to the linux server, then have the linux server redistribute the stream with it's higher available speed to any users connected to it (via http, or whatever will work).
View 3 Replies
View Related
Mar 16, 2009
How could I (using c++ language on linux machine) put media stream (like mpeg4 movie) into the udp packets and send it to other computer in the network?
View 1 Replies
View Related
Mar 23, 2011
I'm trying to use a Panasonic DVCPro HD camera as a webcam to stream live video from the camera to services like ustream.tv. Currently, the only way I can find to connect the camera to my computer puts the camera into a special pc connect mode (which does not allow recording) and makes the cameras p2 cards detected as drives. Obviously, this doesn't help me do live streaming (I don't even need to record on the camera).I've seen that on Mac OS X a program called camtwist can be used to do what I want, but it would be nice to find an ubuntu/linux solution.
View 3 Replies
View Related
Nov 3, 2010
I have an apache server here that i would like to add a webcam to, to stream video to a webpage hosted on said server. Now i hit some trouble using 10.10 with v4l2 not being able to make use of my webcam.
So this is where i stand right now:
I have ubuntu 9.10 Server installed Apache2 (good install, shows default page on networked computers) Static IP of 192.168.1.4 openssh (works fine) Samba sharing /var/www to my windows machine Logitech C120m connected via USB 2.0
I have tryed 2 guides using both webcam-server and VLC, Neither worked however one would show a single frame when i connected to the webpage when i tryed on other ubuntu desktop, but wouldn't refresh unless i rebooted. I tryed the webcam on my other 9.10 computer and it worked fine with cheese (Video0 is there on the server)
The server has pretty much a clean install with nothing on it (yet). I have 3 empty 40GB hard drives, so installing and testing another release of ubuntu.
View 2 Replies
View Related
Jul 24, 2011
I am having problems with ffmpeg. My goal is to capture a video stream from my webcam and feed that into a webcam-capturing program. But to get that to work, I will need ffmpeg to work. I need the following command to work, but I get an error:
Code:
$ ffmpeg -b 100K -an -f video4linux2 -s 320x240 -r 10 -i $device -b 100K -f image2pipe -vcodec mjpeg - | perl -pi -e 's/\xFF\xD8/KIRSLESEP\xFF\xD8/ig'
ffmpeg: relocation error: /usr/lib/libavfilter.so.2: symbol avformat_find_stream_info, version LIBAVFORMAT_53 not defined in file libavformat.so.53 with link time reference
View 1 Replies
View Related
Sep 20, 2010
I am fed up of listening to my (Windows XP) gaming computer through headphones so I want to get it hooked to the stereo.
Rather than use a heck of a lot of wire, I can sit my Ubuntu 9.10 netbook on top of the stereo and stream the audio across WiFi.
So, ideally what I am after is something to capture the outgoing audio on the Windows computer, stream it across the wifi to the Ubuntu netbook and finally play it through the speakers.
View 2 Replies
View Related
Aug 14, 2010
how to find out what driver my webcam is using and where its located the webcam it self works but goes from normal to dark after a minute of use and would like to fix it
View 2 Replies
View Related
May 26, 2009
I successfully installed darwin streaming server .. I stream Audio through internet well but videos I can stream locally in my network only .. when I am connected to internet outside my network .. it doesn't stream I think their must be ports opened for that .. or any 1 have any ideas .. the audio is streamed on port 8000 .. video is streamed on port 7070 but locally only .. I opened those 2 ports in my router only the audio is working .. also I opened ports 554,7170 disabled the firewall of the router .. is it a problem of ports or something else .
View 2 Replies
View Related
Sep 27, 2010
Using netcat, nc(1), craft a valid http/1.1 request for getting http headers (not the html file itself!) for the main index page of www dot aalto dot fi. What request method did you use? Which headers did you need to send to the server? What was the status code for the request? Which headers did the server return? Explain the purpose of each header.
nc -v www dot aalto dot fi 8080
HEAD / HTML/1.1
host: www dot aalto dot fi
And it returns:
200 OK
Content-Length: 858
Content-Type: text/html
Last-Modified: Thu, 02 Sep 2010 12:46:01 GMT
[Code]....
I really don't know what does it mean. Question 2: Using netcat, nc(1), start a bogus web server listening on the loopback interface port 8080. Verify with netstat(, that the server really is listening where it should be. Direct your browser to the bogus server and capture the User-Agent: header "Direct your browser to the bogus server and capture the User-Agent: header" I don't understand this question.
View 2 Replies
View Related
Aug 4, 2010
I installed Nagios on my Ubuntu 10.04 server using apt-get and when I accessed the web console, everything was OK. I made some changes to apache (creating some new virtual sites) and since then Nagios gives me a warning message for HTTP with the message, HTTP WARNING: HTTP/1.1 404 Not Found. The sites that I created are working perfectly. I noticed that the attemps are 4/4. Does this need to be reset or does Nagios automatically reset that once it detects the issue is resolved?
View 1 Replies
View Related
Dec 26, 2010
It seems I might be having an issue that's a non-issue. I am not able to stream/ connect to a stream using vlc.I've looked at a few walk-throughs; I follow the steps and as often as not I get no error messages but cannot connect to a stream.
View 1 Replies
View Related
Apr 24, 2010
I've tried every how-to I can find! If it simply not possible to stream audio with pulseaudio?Flumotion says all audio devices are busy, no matter what i do!My perfered method would be icecast with pulse, but I can't get it to work! Icecast is no problem but the streams are always blank! The only suitable method I can find is using gst:
Any suggestion? Even better would be a audio streaming distro as I have a dedicated pc, but I'm having no luck with that also.
View 2 Replies
View Related
May 18, 2011
:is it possible to add streaming url's to streamtuner2 ?if possible, how?
View 1 Replies
View Related
Apr 8, 2011
I am trying to configure VLC to work with my Logitech Webcam. When I startup the program with the following command line
vlc v4l2:///dev/video1 alsa://plughw:Q9000,046d:0990 -vvv input_stream --sout='#duplicate{dst=display, dst="transcode{venc=x264{keyint=60,idrint=2},vcodec=h264,vb=300,acodec=mp4a,ab=32,channels=2,sampler ate=44100}:rtp{dst=127.0.0.1,port=1234,sdp=file:///home/mulder/vlc.sdp}"}'
The cam opens up and displays the video, however I cannot configure the microphone on the card. I can open up System>Preferences>Sound and the QuickCam microphone is listed, and I can configure input volume. However when I try and configure a capture device for streaming, it sees the QuickCam, but I cannot input a sound device. in /dev there is no sound devices listed, no asp, no dsp, nothing.
arecord -l returns:
card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Q9000 [QuickCam Pro 9000], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
Now when I use Cheese Webcam Booth to record a video with the webcam, it does capture the audio, so I know the microphone is working. In Audacity, I can select the Quickcam as the input device, and can record audio. My guess is that I need to know what to specify on the command line to get the mic on the webcam working.
View 5 Replies
View Related
Jul 5, 2011
i have sony viao vgn-fz11 Can someone please help ,im new user to ubuntu been trying to get webcam working properly at the moment its upside down and does not work in skype at all just get black screen does this look correct? do i have the right driver?i will try and give as much information as i can.
View 1 Replies
View Related
Aug 3, 2010
I have a problem making work a webcam. At the begining, after the instalation of 10.04 in a new laptop, the webcam did not work but with a lsusb I see that the webcam was Webcam 5986:0241 acer. I was not able to config neither use the webcam with any application. After lots of test and forums reading I could not do my webcam to work, and now when I do a lsusb my webcam does not appear.
View 1 Replies
View Related
Mar 1, 2010
what the trick is to getting Amarok to stream once you install it?
View 9 Replies
View Related
Jul 1, 2011
For some reason while Cheese will take photos with my webcam there's no photo stream and it doesn't save photos to my /home/jonquil/Pictures/Webcam directory. Does anyone know of a way to fix this, or is there another application I can use to take photos?
View 1 Replies
View Related