ffserver Questions
2
Solved
I have an EC2 instance with Apache as a reverse proxy and ffserver as a streaming server. There is an ELB (Classic) in front of the EC2 instance which works as an SSL termination point.
Apache con...
Newark asked 11/4, 2017 at 15:56
2
Solved
I hope to stream my video camera and audio mic. using ffserver.
ffserver says it could do such, but I just can't find any working source?
If someone knows, could you please show me how it's done?
2
Solved
1
Hi i want to stream videos over web using ffserver. i got this link as reference.
Now what i am not able to figure out is how to pass a folder(which content all videos i want to stream) as input ...
Hyohyoid asked 18/6, 2013 at 9:54
2
Days I trying to stream mp4 file with ffserver.
I read many questions like these:
https://superuser.com/questions/563591/streaming-mp4-with-ffmpeg
Begin stream simple mp4 with ffserver
http://ffmpe...
2
I am trying to concatenate some mp4 files one after another. I execute the following:
ffmpeg -i concat:1.mp4\|2.mp4\|3.mp4\|4.mp4 -c copy final_output.mp4
But always get the message "[mov,mp4,m4...
Mainsail asked 8/10, 2014 at 15:38
3
I'm trying to broadcast a native .H264 webcam feed from a Logitech C920 webcam in realtime from an Odroid device (a robot) via ffserver running on a separate server (CentOS 7.1) to users' browser w...
0
I grab the image from my camera using ffmpeg and the following command:
ffmpeg -y -f vfwcap -r 25 -i 0 http://10.172.180.235:8090/feed2.ffm
and on other machine (with the ip mentioned above) I h...
Benitabenites asked 29/5, 2015 at 9:38
1
I want to stream a mp4 and for this I read about ffserver.
So I search and read ffserver documentations but still cant stream a simple file.
For this I done these:
1-A win 8 and last VLC installed....
Theodoratheodore asked 10/2, 2015 at 15:34
3
Solved
So to record webcam video with ffmpeg on linux you may use something like...
ffmpeg -f video4linux2 -s 640x480 -i /dev/video0 out.avi
But on a mac this doesn't work, so i was wondering how do yo...
4
Solved
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 con...
Tiruchirapalli asked 7/7, 2009 at 17:29
1
Solved
I have a server with 16 video capture card channels coming into it and want to stream them with ffmpeg, is it possible to have another stream going out that is a 4x4 collage of the 16 unique channe...
2
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 3000...
0
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 runn...
Theall asked 19/1, 2011 at 18:15
1
© 2022 - 2024 — McMap. All rights reserved.