Questions tagged [rtmp]
62 questions
1
vote
1 answer
RTMP alternative for Streaming on HTML5 video player?
I have a CDN with Level3 via VPS.net.
Anyway to use this CDN with html5 video players. The support people say it can only be used via RTMP, and RTMP seems to be flash only.
I want to give the ability for the video to be viewed on mobile, and…

Chad
- 11
- 1
- 3
1
vote
3 answers
RTSP to RTMP streaming
I am trying to set up a server for converting a video stream, live. The input stream is in RTSP format, and the output should be RTMP (to use in a Flash application).
I've had a look at crtmp, which seems like a good solution; however, I can't…

Timothy
- 113
- 1
- 1
- 5
1
vote
1 answer
Force RTMP streams playing flash to be requested via Proxy Server
I have a network squid proxy server that all our network traffic is routed through. I have a problem when a RTMP stream is viewed, flash is sending the request directly to the RTMP server and not through my proxy server.
HTTP streamed videos work…

Tobias M
- 131
- 1
- 1
- 4
1
vote
2 answers
Real time transcoding of multiple RTMP-Streams
I am very frustrated after talking to many companies doing live-streaming or selling streaming-products and I hope someone could get me to the right direction.
Here is my problem:
We are broadcasting sportevents live to the internet via flash media…

funkdoobiest
- 140
- 2
- 7
1
vote
2 answers
Check if a RTMP-Stream is running and start ffmpeg to transcode the stream
I'm using ffmpeg to transcode a rtmp-stream and re-stream it with ffmpeg.
I have 2 problems:
how can I check if the remote rtmp-stream is running and then start ffmpeg
sometimes ffmpeg breaks up transcoding and it must be restarted…

funkdoobiest
- 140
- 2
- 7
1
vote
0 answers
H.323 to RTSP gateway?
Is there such a thing as a H.323 to RTSP gateway? Am I searching for the wrong terms? This site seems to imply that such a thing should already exists, but I cannot find anything at all. My end goal is to connect a Flash applet (via RTMP) on one end…

davr
- 1,729
- 3
- 14
- 25
1
vote
0 answers
Setup a streaming server
I would like to setup a streaming server, with RTMP and HLS protocols (and with Nginx). For that, I have a VPS (running Debian). I succeed to make everything works, but I still have an important security problem: anyone can use my server to stream…

GoldFrite
- 11
- 1
1
vote
0 answers
nginx - rtmp multi-stream just fails to stream to a source randomly
Mind you I talk about stream services here like Youtube, but rtmp streaming is used widely.
OS: Debian Testing
nginx: 1.22.0-3.1
My issue is that I have a full rtmp config set up for multi-streaming. It works. But randomly it fails to push to this…

Apache
- 294
- 6
- 19
1
vote
1 answer
Nginx with rtmp module and ffmpeg adaptive stream is not creating master dash manifest
I have a working setup of nginx with the rtmp module working like a charm creating live streams with both dash and hsl. No problem so far.
When I try to enable ffmpeg transcoding for adaptive streaming, it creates the hls version just fine, the…

Luis Falcón
- 21
- 3
1
vote
0 answers
Can I use conditions in NGINX config with RTMP module?
I want to do different actions according to the stream key, like this:
application live {
if(streamKey = 'stream_key_1') {
#action1
push rtmp://xxxxxx1
}
if(streamKey = 'stream_key_') {
…

Zdeněk Musil
- 11
- 1
1
vote
1 answer
NGINX rtmp to hls setup with video.js buffering
I am trying to setup a streaming server for a local school that runs on their local network. I setup Ubuntu 18.04 on a virtual machine and gave it it's own dedicated 1 Gigabit connection on the server. It has 4 processing cores and 8GB of memory.…

Rogerwilcos
- 21
- 1
- 5
1
vote
0 answers
ffmpeg rtsp to hls streaming choppy and stops automatically
I use ffmpeg + nginx/rtmp to restream video from ip cam to web page. The command I use is:
ffmpeg -rtsp_transport tcp -use_wallclock_as_timestamps 1 -i rtsp://admin:admin@192.168.28.120/ -f flv -c:v copy -c:a copy…

xrfang
- 185
- 1
- 1
- 10
0
votes
1 answer
Load balancer HTTP & RTMP
I need to set a load balancer on an instance (or more instances, [compute engine]) with http and rtmp.
Tried the default load balancers of Google, but they can't get both http and rtmp works :(
I've create a TCP load balancer with port 80 for HTTP…

tidpe
- 201
- 3
- 12
0
votes
1 answer
How to configure AWS classic load balancer to use AWS SSL for both 80 and 8080?
We are using Nginx-RTMP Streaming and trying to redirect both 80 and 8080 to https. We have tried with redirecting different SSL port in AWS Classic load balancer but its doesn't work.
Nginx RTMP Statistics URL->http://domainname:8080/stats
Please…

bhuva nesh
- 1
- 1
0
votes
4 answers
stats for nginx rtmp server
I am trying to get stats for nginx as rtmp server, below is my config file, but I'm getting 403 on http://ip:8080/stat.xsl (also tried http://ip/stat.xsl which gives 404 and http://ip:8080/stat/stat.xsl which gives a blank page, no error).
I've…

omega1
- 416
- 3
- 9
- 29