ffserver

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 converted into a flv stream by ffmpeg, and streamed back out using ffserver. Does anyone know how to setup a video stream the iPhone can use us...

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) ...

How to do live streaming from WebCamera using ffserver on Windows?

How to do live streaming from WebCamera using ffserver on Windows? I have windows. FFserver installed on it. Web Camera attached to it. How to do streaming of that web camera using FFserver? ...

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 a live streaming view in Firefox or Internet Explorer. Now I want to record the live stream into a video. The parameters to be supplie...

Streamed mp3 only plays for 1 second

Hi, 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 streamed file only for a second. When I run plaympeg again, it starts off from where it left and plays for 1 second. I've tested it out...

Segmentation fault while feeding in an mpeg file through ffmpeg

Hi, I've set up FFserver as the streaming server. I'm trying to feed in an mpeg file. But it comes up with a segmentation fault. Does anyone know how to fix this? The following is the command-line output I get $ ./ffmpeg -i test1.mpg http://localhost:8090/feed1.ffm FFmpeg version SVN-r22945, Copyright (c) 2000-2010 the FFmpeg d...

Production unicast streaming with FFServer

Is FFServer a production grade media streaming server? Do any businesses use it in production? Are there other open-source streaming server options? ...

Video streaming from Android

Hi! 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 in real-time. Any ideas? Regards, MM ...

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 http://webcam/stream.mjpg, but I want people from the outside to be able to access it if they provide a username / pw (HTTP Auth, which isn't built int...