Тёмный

Re-Stream to Twitch, YouTube, etc - Self Hosted RTMP ( LINUX / DOCKER SERVER) 

fixitfixitfixit
Подписаться 63 тыс.
Просмотров 33 тыс.
50% 1

In this tutorial I teach you how to setup your very own custom RTMP streaming server using NGINX, Docker and linux mint.
Set up your own RTMP Transcoding Server Playlist
• Setup a Dedicated Stre...
Docker NGinx image: hub.docker.com/r/tiangolo/ngi...

Хобби

Опубликовано:

 

27 апр 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@wardnermaia3569
@wardnermaia3569 4 года назад
Thank you for the great tutorial. I was trying to install ngnix for rtmp using docker and your tutorial is very helpfull.
@nikkorocksalot5254
@nikkorocksalot5254 3 года назад
This is incredibly simple and exactly the level I needed Thank you!
@kodachisolutions
@kodachisolutions 4 года назад
Well done, thanks for this one
3 года назад
really good video for beginers!
@ricardog2007
@ricardog2007 3 года назад
Amazing video! Set it up without major problems.thank you!! I have another question tho, how do I enable this over IPV6?
@MrRafaeldiazgonzalez
@MrRafaeldiazgonzalez Год назад
Great video
@daniellbrinneman
@daniellbrinneman 3 года назад
Thank you!
@tautostv
@tautostv 3 года назад
Hey! Thanks for the video. 3 questions if I may: 1) How to enable secure stream (rtmps)? 2) Don't we need the Stream Key? Won't anyone be able to stream anything to our server if they know the URL without it? 3) How to do PC (OBS Studio) - NGINX server - Website (Wordpress) live stream embed into a page? Thanks!
@ahmidiyasser376
@ahmidiyasser376 Год назад
this server is running locally, so for anyone to be able to stream to it, they gotta be on your local network. that's why he didn't bother setting it up.
@rahweekhum9931
@rahweekhum9931 2 года назад
Thank for good tutorial. Please do a videos like this by using ffmpeg rtmp encoder to get video from external rtmp protocol and push to nginx.
@QuikTechSolutions
@QuikTechSolutions 3 года назад
Great video! Do you have a video explaining how to record the high quality ingest stream you speak about in this video?
@fixitfixitfixit
@fixitfixitfixit 3 года назад
I do not, but I can make one. Stay tuned il see if i can throw one together over the next week or so. It's a bit more of a process to set that up while using docker
@QuikTechSolutions
@QuikTechSolutions 3 года назад
@@fixitfixitfixit hey man, that would awesome. I’ll keep my eyes peeled. Have a great weekend.
@SaulGarcia1959
@SaulGarcia1959 4 года назад
Great video very informative, can you add how to stream to Facebook?
@rigordon0
@rigordon0 3 года назад
This has been helpful in better understanding the config, but one thing you glossed over was the IP address of the server. Shouldn’t it be the IP address of the docker container? Yet in your video I saw you use a host computer pop up to read the io address from. (I’ve been having a few different problems getting my own config to work - I’m starting to think it has to do with the frame rate or something. I was getting audio but not video when I tried it.
@DarthArmin
@DarthArmin 4 года назад
Thx mate. Where do I get the Stream Url for RU-vid ?:)
@Shrumpf
@Shrumpf Год назад
Is it possible to configure a wildcard url/streamkey and use it on the push to twitch?
@GMNNATBR
@GMNNATBR 27 дней назад
Is it possible to create a web player, RTMP input and web output to place on my internet page?
@galitubereal
@galitubereal 11 дней назад
is there an way to add a stream key that needs to be entered to stream to this rtmp server?
@mmcccoy
@mmcccoy 3 года назад
Thanks For the Video! Im having issues getting it to work with facebook over rtmps.. Any suggestions?
@MrTipsoTV
@MrTipsoTV 3 года назад
Same here, unable to work with facebook gaming
@galitubereal
@galitubereal 25 дней назад
Okay i have a question.: While im streaming IRL to this server it works fine but in case my stream crahses because my phone internet crashes or something is it possible to a backup solution to this? so i upload some Video Files or something and while my Phone is offline it plays the videos for about 5 minutes and goes offline
@damizan8331
@damizan8331 3 года назад
Btw, how applicable are this for remote VM? Didn't have any experience with docker before. Install docker, and nginx-rtmp server. How much resource will it consume?
@fixitfixitfixit
@fixitfixitfixit 3 года назад
Docker nginx rtmp used for restreaming to other sources used very little cpu and ram. At most it will use up bandwidth.
@interceptor001
@interceptor001 2 года назад
Why is your stream that fast? When I tried it was about 5-10 seconds dealy.
@Gigabyteserviceofficial
@Gigabyteserviceofficial 3 года назад
Can add multiple applications live { Live on; Record off; } I want to allow multiple people to live streaming there will be multiple obs source & they have specific social media end point? In short multiple sources and multiple push Is it possible?
@fixitfixitfixit
@fixitfixitfixit 3 года назад
Yes all if it is possible just create more applications, also here is a companion video I made for transcoding. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QRVJTrFj0AI.html
@asoet77
@asoet77 4 года назад
Hi, why I always need to add "sudo" command following docker command? Your video isn't need any "sudo" at all
@fixitfixitfixit
@fixitfixitfixit 4 года назад
my docker setup video near the end explains how to set permissions in linux for this: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5ClRVHS0cCg.html
@SaulGarcia1959
@SaulGarcia1959 4 года назад
Everything works great RU-vid, RTMP, but Facebook requires RTMPS so how do you add stunnel? to get Facebook to receive the stream?
@fixitfixitfixit
@fixitfixitfixit 4 года назад
If i remember correctly, its been a while but when i tested facebook i think i just typed rtmp:// if that doesnt work then rtmps://
@True_Muslim_Momin
@True_Muslim_Momin 4 года назад
@@fixitfixitfixit unfortunately, that does not work anymore. It used to work but now facebook has removed the rtmp support. One way to do it is by pushing rtmp to stunnel and then pushing rtmps from stunnel to FB.
@HoldenRiot
@HoldenRiot 4 года назад
@@True_Muslim_Momin hey have you figured out how to get this to push to FB by chance? I'm wanting to do the same and was curious what you ended up doing!
@True_Muslim_Momin
@True_Muslim_Momin 4 года назад
@@HoldenRiot Yes, kinda. Let me find the guide I used and I will drop the link here
@HoldenRiot
@HoldenRiot 4 года назад
Attiq Haroon thanks so much!
@galitubereal
@galitubereal 25 дней назад
and i have a permanently restart... it restarts and restarts so i cant login to the container
@fixitfixitfixit
@fixitfixitfixit 25 дней назад
you broke it, all jokes aside any errors in the nginx conf file will break the container. Even forgetting a ;
@fixitfixitfixit
@fixitfixitfixit 25 дней назад
delete it and start over
@ThePirateGod
@ThePirateGod 4 года назад
Only Problem I have is you do something then tell us now go back and use all your information...... So the IP address that you said to type in was supposed to be something else. but you dont tell us how to get back to where we were.
@fixitfixitfixit
@fixitfixitfixit 4 года назад
I can't help you with your own internal lan ip address. Only you can know what that number is.
Далее
Why Are Open Source Alternatives So Bad?
13:06
Просмотров 591 тыс.
Schoolboy - Часть 2
00:12
Просмотров 6 млн
Symmetrical face⁉️🤔 #beauty
00:15
Просмотров 3,8 млн
HLS Streaming Server with NGINX
34:49
Просмотров 172 тыс.
You want a real DNS Server at home? (bind9 + docker)
32:31
Running Windows in a Docker Container!
10:07
Просмотров 295 тыс.
The NGINX Crash Course
50:53
Просмотров 480 тыс.
Best the best 2024❤️ Subscribe
0:14
Просмотров 5 млн
Я не голоден
1:00
Просмотров 8 млн