Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
6answers
48k views

HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3

In iPhone OS 3, Apple has introduced HTTP Live Streaming which should allow live streaming of video from the internet. I am currently operating a webcam, which feeds into my server, and is then ...
3
votes
0answers
456 views

What would be the equivalent to /dev/video0 in OSX Snow Leopard on a MacBook Pro (integrated iSight Camera) [closed]

I'm trying to do a live video stream of the webcam with ffserver and ffmpeg. I've found some resources on the net (#1 and #2), which more or less do the same thing. I'm on a MacBook Pro running OS X ...
2
votes
0answers
423 views

TCP connection error when using FFServer / FFMpeg

I am getting a "TCP connection to localhost:8090 failed: Connection refused" error when trying to use FFServer on Ubuntu 10.04LTS Desktop. I am typing: ffmpeg -f video4linux2 -s 640x480 -r ...
1
vote
1answer
869 views

Command-line streaming webcam with audio from Ubuntu server in WebM format

I am trying to stream video and audio from my webcam connected to my headless Ubuntu server (running Maverick 10.10). I want to be able to stream in WebM format (VP8 video + OGG). Bandwidth is ...
1
vote
0answers
1k views

Convert RTP/UDP Stream to HTTP with ffmpeg

As you may know, Android uses a strange implementation of RTP - It can only play low bitrate RTP streams. On the other hand, it can play Full HD HTTP stream flawlessly. I'm trying a workaround for ...
1
vote
0answers
509 views

ffserver documentation & Sample codes

Since I have been experimenting live-streaming with Android 2.2, in my application I try to use ffserver & ffmpeg. I successfully ported ffmpeg to Android by using Bambuser's build. And now I ...
1
vote
1answer
1k views

Video streaming from Android

I want to live stream video from android device. I found out that ffserver (ffmpeg) can be compiled and run on android. Now i need to get video from camera in android device and get it to the ffserver ...
1
vote
0answers
135 views

Streamed mp3 only plays for 1 second

I'm using the plaympeg.c (modified) code of smpeg as a media player. I've got ffserver running as a streaming server. I'm a streaming an mp3 file over http. But when I run plaympeg.c, it plays the ...
1
vote
1answer
1k views

How do I use ffmpeg with live streaming from an IP camera

My question is very basic because I am a newbie to all these technologies. I have an IP camera connected to my internal network. http://192.168.1.20/videostream.cgi?user=admin&pwd= ...gives ...
0
votes
1answer
45 views

ffserver: bind(port 8090): Address family not supported by protocol

I install at myself Ubuntu server ffserver and try to run it with default config and get this error: bind(port 8090): Address family not supported by protocol I tryed to change address (8082, 8083) ...
0
votes
0answers
194 views

FFMpeg and WebM/VP8

I am trying to use ffmpeg and ffserver to stream VP8 video. I am using the following command to start FFMpeg: ffmpeg -v 9 -loglevel 99 -f x11grab -s 1440x900 -r2 -i :0.0 -f webm ...
0
votes
0answers
278 views

How can I convince ffserver to save a locally-sourced webcam stream to a file in high resolution AND stream it in lower resolution?

We have a remote Linux machine, accessible over VPN, which has a USB webcam. We want to use this for video conferencing, but we also want to store the stream for archiving. Since the streaming ...
0
votes
1answer
481 views

FFserver: Securing with HTTP Authentication? (Apache?)

Is there some way to secure an ffserver webcam stream using Apache / HTTP Authentication? Some type of Apache proxy perhaps? Right now I have it so only machines on the LAN can view the ...
0
votes
1answer
2k views

How to do Simple video streaming with ffserver on windows?

I found a tutorial for configuring server here http://www.organicdesign.co.nz/Simple_video_streaming_with_ffserver but it is for linux... how to do such thing on windows? (with a real web cam)