I'm looking for a way to have FFserver automatically save the current stream to a file locally. I have a server setup with Ubuntu 12 that has FFserver on it, we stream to it from our classroom using FFmpeg.
This all works fine, but what I want is for it to do the stream out but at the same time save it to a local file.
Hi,
I am working on developing an app in which one of its features includes receiving a video stream from a webcam and displaying it through a videoView.
My command:
Code:
sudo avconv -f video4linux2 -i /dev/video0 -r 25 -pix_fmt yuv420p -bt 512k -f flv http://localhost:8090/feed1.flv
Output:
Code:
avconv version 0.8.2-6:0.8.2-1+rpi1+b1, Copyright (c) 2000-2011 the Libav developers
built on Jun 27 2012 01:07:05 with gcc 4.6.3
[video4linux2 @ 0x111b2e0] Estimating duration from bitrate, this may be inaccurate
Input #0, video4linux2
I'm trying to stream the video and audio a USB webcam using avconv (or ffmpeg) using just port 8080 over a network.
I can successfully stream audio using the following command:
Code:
avconv -f oss -ar 8000 -ac 1 -i /dev/dsp1 -acodec mp2 -f rtp rtp://172.17.2.2:9090
and VLC will read it just fine, with maybe a 1 second delay.
I can successfully stream video using:
Code:
avconv
I'm trying to stream a live feed from a webcam connected to a raspberry pi board. I need the feed to be sent over to the client (an android device).
Any thoughts on how I can do this? Any resources especially library are much appreciated.
I am running xubuntu 12.04 and every time I attempt to use any program running my webcam it errors out.
using guvcview
I get this error:
fps is set to 1/1
Checking video mode 320x240@32bpp : OK
Could not grab image (select timeout): Resource temporarily unavailable
Could not grab image (select timeout): Resource temporarily unavailable
Could not grab image (select timeout): Re
I have a Logitech HD Pro Webcam C920 and I have installed on my Ubuntu the guvcviewer. I need help in setting up the guvcviewer? My Webcam is an updated model of the Logitech C910 which was compatible with the uvcviewer lists, so I am assuming the C920 is also good to go??
I see my face when I open the guvcviewer so it must recognize the webcam.
I have a web-cam which I want to use to stream h264 video. Now I'm streaming mjpg video with mjpg-streamer. And now I'd like to stream h264. I've found that it could be done with gstreamer, but I'm totally new to it. Also after reading some blogs/articles/etc it seems to me that there were some issues with h264 and gstreamer.
I don't know if now is too old to came back to this thread but, for me the loopback sound did not work.When I do:ffmpeg -f alsa -ac 2 -i hw:Loopback,1,0 http://localhost:8090/feed1.ffmI get no sound, but the stream is fine.However, if I put on hw: "hw:0,0" I can get the sound from my internal mic.I tried other possibilities but, could not get it.I've checked the .asoundrc file