Questions tagged [rtmp]
62 questions
12
votes
5 answers
How can I verify that an RTMP stream URL is working?
I have been put in charge of setting up a CDN account for streaming video but am not actually running the site that will host the content. How can I test that a published RTMP URL is working? Do I need to create a test page with a Flash video player…
Dave Forgac
- 3,486
- 7
- 36
- 48
5
votes
4 answers
Receiving RTMPS stream on NGINX-RTMP
Standard practice for RTMP is still to have a plain text stream key out on the wires.
I want to acccept RTMPS streams from encoders to NGINX however the RTMP module does not yet have RTMPS.
I'm not interested in all the relay solutions to allow…
johnsonjp34
- 173
- 1
- 1
- 6
4
votes
0 answers
NGINX-RTMP Load Test
I use Roman Arutyunyan's NGINX-RTMP module with RTMP as input and HLS as the output. How can I load test it?
I want to know how much load the server can handle both from simultaneous streaming and viewing.
I found a tools called Flazr that can test…
Christian Dimas
- 41
- 1
4
votes
1 answer
ffmpeg continue listen port
I'm trying to configure restream server, ffmpeg listen on rtmp://ip:port and output to few stream services(youtube, twitch...etc) the problem is when I stop OBS streaming(using this on local pc) ffmpeg on server going down and i need manually run it…
Shadowraze
- 65
- 1
- 6
4
votes
0 answers
HAproxy and nginx RTMP
I am trying to use HAproxy in front of an RTMP nginx server.
It does connect but it does not play the video.
I have 2 servers: one with nginx using RTMP and another one with HAproxy.
This is the HAproxy config:
listen rtmp :1935
mode tcp
balance…
miko
- 41
- 2
3
votes
1 answer
How to save stream in mp4 format?
By default nginx rtmp module records video stream in .flv format if record option is enabled, but I need .mp4
I found that video can be converted to .mp4 when record has finished with exec_record_done callback and ffmpeg
Is there any way to record…
Mike Bohoslavskyi
- 33
- 1
- 3
3
votes
1 answer
RTMP Proxy Server
I have an application which uses both HTTP (content data) and RTMP (video streams) for communications. An nginx server is configured for load balancing and proxying incoming client requests. It works well with HTTP & HTTPS protocols. The issue is…
Vivek
- 66
- 1
- 5
3
votes
1 answer
CloudFront or other CDN with RTSP streaming?
So I've been bouncing between CDN's trying to optimize our serving solution. We're serving short video clips into our code that display either an html5 video element (MP4 or OGG) or a flash swf (FLV) as a fallback.
We're using Amazon S3 for the…
nuecaster
- 153
- 2
- 5
3
votes
1 answer
Wildcard SSL certificate not working with Chrome's built-in Flash player
I'm currently working on a system that has a Flash Client talking to a remote application server via RTMPS. The Flash Client and the app server handshake using an SSL wildcard certificate. For instance, if my app server is on the host…
Brent Writes Code
- 281
- 2
- 7
3
votes
2 answers
Apache as a front end to Red5
I am having a video streaming website.
Which is using Open Source Streaming Server Red5.
Is it possible some how to redirect the traffic for rtmp via Apache to the said Red5 server.
Bond
- 741
- 4
- 11
- 22
2
votes
1 answer
Multi-client architecture AWS EC Nginx rtmp server setup with raspberry pi camera as client for live video streaming
Our Approach
Set up ngnix rtmp webserver on AWS EC ubuntu 16.04. Successfully completed single client(RPi Camera) streaming. Now we want to send multiple Pi Cameras live Feed on this server which will be displayed on the Android client app.
Problem…
Kush Swarnkar
- 21
- 2
2
votes
1 answer
How to reduce latency with Nginx RTMP streaming server
My Virtual Server is configured with 3GB memory, and 1 core.
I'm playing the following mp4 file Sample MP4 Video File through my NGINX RTMP server, as small.mp4. I'm experiencing a latency issue.
Here is my nginx.conf
rtmp {
server {
…
Ian Arman
- 105
- 2
- 8
- 15
2
votes
1 answer
Rebuilding Nginx with Extra Modules Using PPA
I am trying to install the RTMP module on Ubuntu 16.04.4 LTS. Here is what I've done...
add-apt-repository -y ppa:nginx/stable
vim /etc/apt/sources.list.d/nginx-ubuntu-stable-xenial.list
# Uncomment deb-src…
user1960364
- 123
- 5
2
votes
1 answer
Nginx-rtmp-module How edge nodes pull streams from multi Master nodes
I have one master ingest server and multiple edge nodes that each pull from the ingest server.
But now i have 10000 cameras push streams to master ingest server , i m afraid it can't handle it. So i plan to add more master ingest server ( with…
user3500294
- 23
- 1
- 5
2
votes
0 answers
Restart ffmpeg process streaming rtmp video if it fails using shell script
We use ffmpeg to forward streams live. Often due to unknown reasons or due to the stream stopping temporarily the command stops running in the background.
What's the best way to monitor and continue to retry the ffmpeg command in an infinite…
Ben
- 121
- 5