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

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024
  • 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...

ความคิดเห็น • 42

  • @wardnermaia3569
    @wardnermaia3569 4 ปีที่แล้ว +2

    Thank you for the great tutorial. I was trying to install ngnix for rtmp using docker and your tutorial is very helpfull.

  • @tautostv
    @tautostv 3 ปีที่แล้ว +2

    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.

  • @nikkorocksalot5254
    @nikkorocksalot5254 3 ปีที่แล้ว +1

    This is incredibly simple and exactly the level I needed
    Thank you!

  • @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.

  • @galitubereal
    @galitubereal หลายเดือนก่อน

    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

  • @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 ปีที่แล้ว +1

      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 ปีที่แล้ว +2

    Great video very informative, can you add how to stream to Facebook?

  • @GMNNATBR
    @GMNNATBR หลายเดือนก่อน

    Is it possible to create a web player, RTMP input and web output to place on my internet page?

  • @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?

  • @kodachisolutions
    @kodachisolutions 4 ปีที่แล้ว

    Well done, thanks for this one

  •  3 ปีที่แล้ว

    really good video for beginers!

  • @galitubereal
    @galitubereal 27 วันที่ผ่านมา

    is there an way to add a stream key that needs to be entered to stream to this rtmp server?

  • @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.

  • @MrRafaeldiazgonzalez
    @MrRafaeldiazgonzalez 2 ปีที่แล้ว

    Great video

  • @daniellbrinneman
    @daniellbrinneman 3 ปีที่แล้ว

    Thank you!

  • @Shrumpf
    @Shrumpf ปีที่แล้ว

    Is it possible to configure a wildcard url/streamkey and use it on the push to twitch?

  • @galitubereal
    @galitubereal หลายเดือนก่อน

    and i have a permanently restart... it restarts and restarts so i cant login to the container

    • @fixitfixitfixit
      @fixitfixitfixit  หลายเดือนก่อน +1

      you broke it, all jokes aside any errors in the nginx conf file will break the container. Even forgetting a ;

    • @fixitfixitfixit
      @fixitfixitfixit  หลายเดือนก่อน +1

      delete it and start over

  • @mmcccoy
    @mmcccoy 4 ปีที่แล้ว +1

    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

  • @interceptor001
    @interceptor001 2 ปีที่แล้ว

    Why is your stream that fast? When I tried it was about 5-10 seconds dealy.

  • @DarthArmin
    @DarthArmin 4 ปีที่แล้ว

    Thx mate. Where do I get the Stream
    Url for TH-cam ?:)

  • @SaulGarcia1959
    @SaulGarcia1959 4 ปีที่แล้ว +1

    Everything works great TH-cam, 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 ปีที่แล้ว +1

      @@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 ปีที่แล้ว +2

      @@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!

  • @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.

  • @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. th-cam.com/video/QRVJTrFj0AI/w-d-xo.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: th-cam.com/video/5ClRVHS0cCg/w-d-xo.html

  • @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 ปีที่แล้ว +1

      I can't help you with your own internal lan ip address. Only you can know what that number is.