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
1
vote
1 answer

How to stream WebRTC to WebSocket?

Hi I want to stream a WebRTC (MediaStream) video to a WebSocket (Twisted+Autobahn) and process the stream for OpenCV object detection and send it back to the client via FFServer (FFMPeg)? I have try using only WebRTC, WebSocket and OpenCV, but the…
1
vote
1 answer

Streaming webm with ffserver error-

I have setup ffserver to stream mpeg-ts, flv from a live rtsp feed via ffmpeg, but when i also include webm format in the configuration and try to play the webm file in browser i get the following error in the log "Only VP8,VP9 video and…
1
vote
1 answer

In FFMpeg Ubuntu “rtmp://url live=1” not working

Trying to excute following ffmpeg command in ubuntu. *ffmpeg -i "rtmp://IP/live/1234 live=1" -f flv rtmp://IP/live/1234_56 * ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers built on Apr 8 2014 13:15:21 with gcc 4.6…
Yuvraj Kakkar
  • 1,123
  • 1
  • 11
  • 24
1
vote
0 answers

Create a channel system using FFMPEG and FFserver

I have been looking all over the internet but cannot find the answer, am I able to create a channeling system with FFMPEG and ffserver? what I want to do is give users the ability to dynamically add their ip address and start restreaming their…
Dnaso
  • 1,335
  • 4
  • 22
  • 48
1
vote
2 answers

FFServer does not stop

I am trying to stream video from my webcam to a website that I created, using FFMpeg and FFServer on my Ubuntu 12.04 machine. I can successfully start FFServer with an ffserver1.conf file I've made, but when I stop FFServer (with crtl+c) to make…
user3235818
  • 13
  • 1
  • 4
1
vote
0 answers

ffserver — live streaming to iOS, Android, Flash

I'm creating live streaming transcoding from IPTV to Web into several formats like WebM, Flash, HLS using FFServer and FFMpeg at once. ffserver.conf located at http://pastebin.com/hUky5Jsh Translating of source-stream to FFServer: ffmpeg -i…
1
vote
1 answer

C - FFmpeg streaming from a C program?

I'm looking to replicate an FFmpeg command-line command in my C code. Specifically I would like to be able to run: ffmpeg -re -i video.mp4 -f mpegts udp://localhost:7777 One thing I've noticed when looking at people's code who have used the…
golmschenk
  • 11,736
  • 20
  • 78
  • 137
1
vote
0 answers

Stream to FFServer without FFmpeg

I have just started exploring and developing streaming applications to stream media to FFServer... The basic format would be to use FFmpeg either using command line or JNI to stream media to FFServer... But is it possible to stream media to…
Stryker33
  • 473
  • 1
  • 5
  • 16
1
vote
1 answer

Workaround for webbrowsers buffering live webm streams and introducing a delay (how to play live webm stream)

I have webm streams coming from an ffserver (16 streams), managed to get all 16 to load at once within a browser, but whether I am playing just one or 16 there is a delay of 3-5 seconds introduced due to either buffering or the handshake plus some…
CoryG
  • 2,429
  • 3
  • 25
  • 60
1
vote
2 answers

Not able to configure FFserver for RTSP

I am kind of new to the streaming world... so, please forgive me if I ask kind of dumb question. I am trying to stream my pre-recorded file over RTSP through FFserver. My config file is : RTSPPort 8544 File…
Sujith
  • 21
  • 1
  • 3
1
vote
1 answer

Stream 3gp media content through ffserver to mobile devices

I want to use FFserver to stream my 3gp content to mobile devices. I understand that ffserver needs an input feed in .ffm format. I am not sure what this format is. Does ffserver support streaming of 3gp contents?
Sujith
  • 21
  • 1
  • 3
1
vote
1 answer

ffmpeg SDP file for Darwin Streaming Server

I am making a streaming server to view live video feed of my webcam on my mobile device. I considered using ffmpeg , VLC and DSS and made the following setup that worked somewhat, though the frames were skipped :- video4linux2 > ffserver …
SP Sandhu
  • 2,718
  • 3
  • 20
  • 18
0
votes
1 answer

FFSERVER streaming to any network

Is there some way to stream a media file using ffserver to any network from a local network as my ffserver is configured on subnet machine. Right now I have it working only machines on the LAN (connected to my network) can view the file using…
0
votes
1 answer

Convert RTP to RTSP in Jetson Nano

How Do I convert the RTP (provided by jetson.utils.videoOutput(“rtp://@:1234”)) to RTSP so that the same can ve streamed and be viewed over network. I tried with FFserver as well as Streamer, but don't have much of an expertise in those.
Vinay
  • 203
  • 4
  • 7
0
votes
0 answers

When I run ffmpeg Im getting "output file #0 does not contain any stream"

Im trying to feed live stream from ffmpeg to ffserver but Im getting this error libavutil 55. 78.100 / 55. 78.100 libavcodec 57.107.100 / 57.107.100 libavformat 57. 83.100 / 57. 83.100 libavdevice 57. 10.100 / 57. 10.100 …
0 day
  • 21
  • 1
  • 6
1 2 3
8 9