Skip to main content

All Questions

Tagged with
0 votes
0 answers
229 views

Connection reset when streaming rtmp from ffmpeg to nginx

I'm trying to stream video file to nginx rtmp server with ffmpeg, I've posted the exact commands/configuration i've used, but i get Connection reset by peer/Broken pipe errors from ffmpeg I'm running ...
Dinamo's user avatar
  • 1
0 votes
1 answer
1k views

How do I secure my hls link so that no other site will use it

I made a streaming server using Nginx RTMP. I installed it and tested it and it works fine but when I broadcast and use the m3u8 link on my site, I find that some sites can take it and put it there ...
SHERLOV's user avatar
1 vote
0 answers
664 views

NGINX RTMP stream with Hamachi

In summary, I builded a NGINX server on my Raspberry PI 4 to stream to my cousin when we are doing a multiStream on Twitch (Did this because I found nothing free that can stream 1080p60). In others ...
geekdan97's user avatar
1 vote
2 answers
2k views

ffmpeg inside nginx-rtmp module doesn't work when scaling video

So I setup an nginx RTMP server using this rtmp module. Below is my nginx.conf that I made following this guide. rtmp { server { listen 1935; chunk_size 4096; ...
ROODAY's user avatar
  • 243
2 votes
1 answer
2k views

Reload nginx RTMP config file without restarting nginx

My scenario is: I have an nginx server that is used to forward RTMP live stream to YouTube. I would like to add some additional destinations in the config file (nginx.conf), while the livestream is ...
Dhiyaaul Auliyaa's user avatar
3 votes
0 answers
1k views

Nginx RTMP to HLS issue

I am trying to figure out the issue when pushing to RTMP which has HLS turned on. Below is the command I am using: ffmpeg -i hls.m3u8.url -vcodec: copy -acodec libfdk_aac - -f flv rtmp://serverurl/...
Peter Patel's user avatar
0 votes
1 answer
2k views

How to use variables in NGINX RTMP and what do they do?

I've been trying to get my head around how the variables work specifically $name and $app. What are the benefits of using variables within a multi-stream and multiple stream qualities? This is the ...
willowen100's user avatar
0 votes
1 answer
1k views

ffmpeg- Multiple Outputs in NGINX RTMP

I would like to compress down a live video and send it two different RTMP Server at once via ffmpeg without pushing it to two local outputs. My Code looks like live on; meta copy; ...
Deex's user avatar
  • 175
2 votes
1 answer
4k views

Setting up a nginx RTMP server. I have everything working minus Facebook Live

Hi all I am trying to set up a new RTMP server, using the directions found at https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/ and am running into an ...
dragos_kai's user avatar
0 votes
1 answer
3k views

RTMP to HLS conversion frame rate issues with ffmpeg/nginx

Currently, I'm pushing a RTMP stream to nginx 1.15.3 running on Ubuntu 18.04 LTS from a raspberry pi 3 camera (which seems to be working well on its own, I can pull the stream with no issues on VLC ...
tommy61157's user avatar
2 votes
0 answers
1k views

Nginx RTMP variables for push

Im trying to setup a nginx server to push an incoming stream to different streaming platforms for me and some friends. the problem to this is, that one of these platforms changes streamkey on every ...
c0wtschpotato's user avatar
1 vote
1 answer
4k views

ffmpeg restreaming to nginx, connection refused

New to ffmpeg and read a dozen of guides and howto, but still can't get it to work. I have a Tvheadend server that receives channels from DVB, the channels work without any problem, but I need to ...
hans gerte's user avatar
0 votes
1 answer
5k views

ffmpeg exec command not running in nginx rtmp

I am using nginx and rtmp module to stream live hls and mpeg-dash. here is my rtmp command in nginx .conf rtmp { server { listen 1936; application mypull { live on ; meta copy; ...
user700272's user avatar
0 votes
1 answer
3k views

Standby/Offline stream image with ffmpeg/nginx RTMP

Is there a way to script NGINX RTMP to show a Offline/Standby video or static image when there is no incoming streams to rebroadcast? The idea is that when there is no incoming RTMP streams (ffmpeg, ...
user419541's user avatar
4 votes
2 answers
6k views

Add module to nginx after installation

Hi i did install nginx with this command on centos 6 sudo yum install nginx and it work but i need to compile wit rtmp module so How can I find the path to make some changes ./configure --add-...
Abdelmoula Nami's user avatar

15 30 50 per page