Questions tagged [ffserver]

ffserver is a streaming server for both audio and video. Questions about using ffserver that do not involve programming should be asked at Super User.

ffserver receives prerecorded files, or FFM streams from ffmpeg, then streams them over RTP/RTSP/HTTP. It is configured through a configuration file.

More info:

125 questions
0
votes
2 answers

Loop playback with ffmpeg + ffserver

I have ffserver that multicast some stream to other devices and ffmpeg that send some input video to ffserver using following command: ffmpeg -re -y -i ~/videofile.mp4 http://192.168.2.38:8090/f.ffm Is it possible to loop video playback, I mean…
Dmitry Stukalov
  • 194
  • 1
  • 13
0
votes
1 answer

How do you start ffserver when the server starts up?

I have ffmpeg's ffserver installed on Ubuntu but want to start it as a daemon feeding it a config file when the server boots, how do I go about doing so?
CoryG
  • 2,429
  • 3
  • 25
  • 60
-1
votes
1 answer

Nginx returns 502 if service not ready on start

I'm working on a webcam I built with a Raspberry Pi. It has these components: Node.js on port 3000 FFmpeg / FFserver on port 8090 Nginx in front to proxy these services together over ports 80/443 (HTTP/HTTPS) The problem that I am having is that…
jocull
  • 20,008
  • 22
  • 105
  • 149
-1
votes
1 answer

Is compatible ffserver with drupal?

ffmpeg the command line encoding tool but ffserver is a multimedia streaming server for live broadcasts. With it, you can stream over HTTP, RTP and RSTP. first: I used video module in drupal for convert videos and play all. In this module have a…
-1
votes
1 answer

Android streaming screen

Im able to share screen via ffmpeg ./ffmpeg -f fbdev -r 24 -i /dev/graphics/fb0 http://localhost:8090/feed1.ffm But the output live stream is very slow. Following is the conf file which I'm using. `Port 8090 RTSPPort 7654 BindAddress…
blganesh
  • 3
  • 3
1 2 3
8
9