Questions tagged [rtmp]

62 questions
0
votes
1 answer

Unable to stream to nginx deployed on compute engine from OBS

I have been trying to setup nginx with rtmp module on google compute engine by creating a Debian vm. I have successfully installed and configured nginx to use rtmp module. I am able to get to the welcome message in the browser when I use…
Core7s
  • 1
0
votes
0 answers

No rule to make target 'install'. Stop. Error, when installing Nginx RTMP

I have Ubuntu 18 running on a VPS. I'm attempting to install an Nginx RTMP Server. I'm receiving the following error 'No rule to make target 'install'. Stop. after running the following series of commands: ./configure --with-http_ssl_module…
Ian Arman
  • 123
  • 3
  • 8
  • 15
0
votes
0 answers

nginx streaming loadblance

i want to create a loadbalancing system for my streaming server but the problem is that nginx or haproxy both uses proxy and this will make the loadbalance server get overloaded on bandwidth. is there away to make nginx forward the request to one of…
0
votes
0 answers

Distribute "RTMP to HLS" process on multiple servers

I have configured a simple live streaming service, for a limited broadcaster, according to this schema: actual service configuration There is a "origin" server where I've installed the NGINX and RTMP modules. This server receives RTMP streams and…
0
votes
1 answer

PHP CURL does not support RTMP protocol

I am trying to fetch RTMP url using PHP CURL, but unfortunately php curl says >Protocol "rtmp" not supported or disabled in libcurl I have installed rtmpdump and upgraded CURL to 7.47.1 latest stable version on my Centos 6.7 VPS. Following is the…
0
votes
1 answer

Wowza SSL error PR_END_OF_FILE_ERROR

I have installed the SSL certificate by following https://www.wowza.com/forums/content.php?128-How-to-request-an-SSL-certificate-from-a-certificate-authority The certificate was imported properly & now when i try accessing my https://HOST:8443, it's…
serverliving.com
  • 885
  • 7
  • 15
0
votes
1 answer

RTMP load-balancing via HAProxy

I've got a little problem to solve: I need to find a way to load balance, bandwidth-wise, the incoming RTMP streams on my servers. I have 2 RTMP servers (nginx-rtmp), let's call them S1 and S2. The RTMP servers are listening on the 1936 port, with…
Canard
  • 3
  • 1
  • 2
0
votes
1 answer

Block rtmp and make it retry on port 80 via iptables

We have a proxy filtering connections but some sites use RTMP, which runs on port 1935. This cannot go through the proxy as proxies are port 80 only. As far as I know if RTMP fails, it will retry on port 80. So, how can I block 1935 in iptables to…
user3718057
0
votes
1 answer

Reasonable file size for streaming video?

I currently have some video files ranging from 2 - 3 hours that I'd like to stream over RTMP/HLS. I'm wondering if there are any best practices to ensure smooth streaming, for example: Is there a best ratio for file-size/duration when streaming? Is…
GhostCode
  • 3
  • 1
0
votes
2 answers

Safely run two versions of Nginx

I'm running a webserver and streaming video server on the same ubuntu box. I have the resources on the box to handle everything and in time will probably use two boxes but I don't want the overhead of two boxes right now. I would like to run two…
Andrew Grothe
  • 195
  • 1
  • 7
0
votes
1 answer

Capturing network traffic (rtmp) between VMs or using loopback in the same VM using wireshark

I need to to capture RTMP traffic between two virtual machines (server and client) or atleast have the server and client on the same machine and capture the traffic. I am able to capture the traffic if I run wireshark on the host rather than on the…
ssn
  • 111
  • 5
0
votes
1 answer

Anyone using RTMP on CloudFront? I can't specify a crossdomain.xml file

I'm using a streaming distribution on CloudFront to serve media via RTMP. Obviously I want to restrict the crossdomain.xml file but CloudFront is only serving it's default one. The docs give instruction on how to overwrite their default -> I have…
0
votes
1 answer

Installing SSL with Certbot on RTMP enabled Nginx Server in Ubuntu

I have a Ubuntu 18.04 OS. I installed rtmp-module for nginx v18.01 and send streams on it. I can access to server with IP and domain name. Indeed I need SSL on this server. But when I install SSL with CertBot on the server, all the settings of the…
0
votes
0 answers

Split variable $name NGINX server (rtmp-module)

I need to split the $name variable from my nginx conf file. I got a $name that is something like "12345_stream". I need to split this and use the part before "_" (12345) inside the execution to puth the value 12345 inside the FFMPEG execution and…
tidpe
  • 201
  • 3
  • 12
0
votes
1 answer

RTMP / TCP extra byte in packet?

I'm analyzing the RTMP(Real-Time Messaging Protocol) and found something really weird. In one of the captured packets, the TCP payload length is longer than expected. Here's the packet in Wireshark: The C3 byte makes the RTMP longer than expected.…
Wilson Luniz
  • 101
  • 1