How To Code A LIVE Streaming Server: RTMP & Stream Key #1

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 106

  • @fulltimegeek
    @fulltimegeek 3 года назад +10

    I've been looking for this kind of tutorial for a while. this video is just what I need. can't wait for the next part

  • @giangtrungnghia4587
    @giangtrungnghia4587 3 месяца назад

    I've been looking for this kind of tutorial for my graduate project in HUST, Vietnam. Thanks for this series

  • @DaggieBlanqx
    @DaggieBlanqx 3 года назад +1

    Dude! You are a genius. You work has inspired me to do a project that I have been shelving for a while.

  • @teamzonkerzakshay
    @teamzonkerzakshay 3 года назад +2

    Thanks a ton! I have been trying to get a stream working but since I am new to everything streaming, this was the perfect way to learn and understand the works!

  • @slow_start
    @slow_start 3 года назад +1

    what an absolute Chad. Doing God's work.

  • @danieldewindt3919
    @danieldewindt3919 Год назад

    Grate explanation.
    You just unrevealed a huge peace of the blackbox called docker
    How al the files corelate and stuf.
    How to build, use and interpet a Dockerfile.
    setup Auth
    Etc
    Finaly i starting to understand docker
    Thanx bro! ;)
    Keep it up.

  • @israelayokunnu7974
    @israelayokunnu7974 3 года назад +2

    That was a blast... Thank you Abdi

  • @DestinationDub
    @DestinationDub 3 года назад +1

    Brilliant!! Can't wait for part 2!

  • @savanna_harvey
    @savanna_harvey Год назад

    This was awesome, thank you! I built the rtmp server, but then flipped it around. I connected my GoPro to the server and pulled the feed in through OBS to stream for a mobile POV camera 🥳🥳🥳

  •  3 года назад +1

    Hey, man! Great content! Just like everyone in the comments section, I was looking for something like this and just couldn't find :D Thanks a lot! Also, you're a great teacher!! Keep up with the good work! Cheers

  • @manan5
    @manan5 3 года назад +9

    onto building youtube clone lol

  • @LiveMyAssOff
    @LiveMyAssOff 2 года назад

    EXCELLENT! Thanks for not editing out the error. I mean, shoot, "...if i had a dollar for every time I forgot a semi-colon..." yeh know? ;-)

  • @joe5head
    @joe5head 3 года назад +3

    Cool stuff!

  • @SpiderMan-wk4gk
    @SpiderMan-wk4gk 2 года назад +1

    i have did that but show fail connected server !! i have enter key following dissciption

  • @caxupin6666
    @caxupin6666 2 года назад

    Awesome vid! thanks for sharing your knowledge!

  • @elad3958
    @elad3958 Год назад

    You sir are a boss. Thank you brother for this tutorial

  • @pxl-tech
    @pxl-tech 3 года назад +3

    Thank you a lot for this video ! :) This really helped me out on setting a streamkey for multistreaming, to youtube, odysee, twitch & so on. Just one little question: Where can I change the username from "abdi" to sth. else ? Btw great visuals, good audio and good explainations

    • @abdicodes
      @abdicodes  3 года назад

      You can change it in the OBS stream key - then match it to the url you put in VLC

    • @danemiller4852
      @danemiller4852 2 года назад +1

      How did you use this to multistream to different platforms that require different streamkeys?

    • @dabbopabblo
      @dabbopabblo 2 года назад

      @@danemiller4852 he didn't, that wasn't the point of this tutorial, there are tons of tutorials that explain how to do it cheaply with linode tho

  • @loki_py
    @loki_py 3 года назад +1

    재밌겟다 유후후
    힘내서 끝까지 올려주세요!

  • @lilrex2015
    @lilrex2015 3 года назад

    Great video man.

  • @theunknown2090
    @theunknown2090 6 месяцев назад

    Awesome tutorial thanks man.

  • @vijaykumarprasad9149
    @vijaykumarprasad9149 3 года назад +1

    Hi Any video tutorial for live stream on website while we are video running on webcam

  • @kidzeus2433
    @kidzeus2433 3 года назад +1

    Do this authentication using the node media server package... Don't know how to authenticate using this package

  • @surajpisal1237
    @surajpisal1237 Год назад

    Thanks for making this tutorial.

  • @pragnyawadhwa9909
    @pragnyawadhwa9909 3 года назад

    Man is making Twitch
    But very EPIC

  • @jasonmeyer495
    @jasonmeyer495 2 года назад

    Thanks for the video. Quick question: what's the model of the webcam you used? Video quality looks great.

  • @sem_dev
    @sem_dev 2 года назад +1

    Why is this lagging? How to build it without a lag

  • @prometheusli101
    @prometheusli101 2 года назад +2

    but it's seems a few latency?

  • @djnkuli
    @djnkuli 3 года назад +2

    Thanks Abdi, this is so cool. is part out yet?
    I want to build a system more or less like Netflix, I want to stream movies, I figured using these videos I'd have to simply remove the obs part. What are you thoughts

  • @iHariPatel
    @iHariPatel 3 года назад +2

    How to make authentication to live stream video receive side, for TV broadcast ,

    • @abdicodes
      @abdicodes  3 года назад +1

      That’s actually a pretty good idea - some authentication for watching the stream

  • @principe.borodin
    @principe.borodin 3 года назад

    Is fantastic your tutorial. I should want more...

  • @herbertk9266
    @herbertk9266 3 года назад

    Excellent tutorial thanks.

  • @bevedel
    @bevedel 3 года назад +2

    Thank you Abdi for your great tutorials. may I ask what is the difference between players with streaming features and server-side streaming?

    • @abdicodes
      @abdicodes  3 года назад +1

      I’m not sure if I understand the question :/

  • @vinipachecov
    @vinipachecov 3 года назад +2

    Hi Abdisalan! Great job man!
    I was wondering, in on demand video, i can use ffmpeg to encode the video file to HLS and deliver the m3u8 file. However, by delivering the m3u8 file and the subsequent .ts files that compose the video, wouldn't the receiver be able to build the original file?
    Long story short: Is there a way to prevent the client to rebuild the original file from the HLS parts?

    • @abdicodes
      @abdicodes  3 года назад +2

      There's really no way to stop them, data needs to get to them somehow :/ Even if the files were restricted, they can use a screen recorder too

    • @vinipachecov
      @vinipachecov 3 года назад

      @@abdicodes Thank you man, keep it up with the amazing work.

  • @NawakyKase
    @NawakyKase 8 месяцев назад

    COOL!

  • @manan5
    @manan5 3 года назад +2

    finally 😅

  • @gauravmittal3410
    @gauravmittal3410 2 года назад +1

    Hey man
    Awsm content very helpful for me 🤗☺️
    But there is latency about 8 to 10 sec how can we come over that

  • @FrancisArambulaOfficial
    @FrancisArambulaOfficial Год назад

    at this part you did not explain how you create the folder, and what is this window 1:34

  • @blindstoryteller
    @blindstoryteller Год назад

    Love You Sir You Are Great❤

  • @oxoss9401
    @oxoss9401 28 дней назад

    how can i microservice your work with a crud managment springboot angular project ?

  • @dondieferry6891
    @dondieferry6891 Год назад

    Hi boss abdisalan, just a question, Would it be possible to use authentication of website/ip who are requesting access on the stream? Like i have a list of allowed website/ip that auth can cross check with then if the requester is on it, give a status 200 and if not then give a status 403. Hoping to receive some response from anyone soon. Thank you.

  • @damon5606
    @damon5606 3 года назад +1

    I followed everything in the video to the character to the point of testing the live stream, but OBS tells me it can't connect to the server when I click start streaming. Any idea why this might be the case? Great video btw!

    • @abdicodes
      @abdicodes  3 года назад +1

      I can help on the discord server! Link in the description

  • @pjw3d87
    @pjw3d87 2 года назад

    thanks Abdi!!

  • @artificallead499
    @artificallead499 2 года назад

    is there a way to do this say from dropbox where there can be multiple videos i assume with OBS only one video can be streamed at a time

  • @dragoncode5072
    @dragoncode5072 Год назад

    incredible

  • @brunojoaquimtech
    @brunojoaquimtech Год назад

    Thanks a lot

  • @diamondnova7598
    @diamondnova7598 2 года назад

    So you’re saying if I’m using apps that don’t use RTMP I can code them so they can?

  • @hp___n_
    @hp___n_ 2 года назад

    Thanks, Great Tutorial! What about audio streaming?

  • @jomfawad9255
    @jomfawad9255 Год назад

    Will this work for a live streaming app like tiktok or bigo live ? How many people would be able to go live on the server in your video?

  • @punkuzshah9324
    @punkuzshah9324 3 года назад +2

    What’s your thought on live streaming using webrtc?

    • @abdicodes
      @abdicodes  3 года назад +2

      That’s a good question, I think it’s also great for ingest like RTMP but will also need to be converted to HLS and put in a CDN. I think it’s a little harder/expensive to convert from WebRTC to HLS rather than RTMP though, I’d need to do more research :)

  • @justinkess98jk13
    @justinkess98jk13 3 года назад +2

    Hey man nice vid. I need a solution to stream from a device per rtmp to a computer that isnt in the same network. Do you know how to do that? Thank you! :)

    • @abdicodes
      @abdicodes  3 года назад +2

      You'll be able to do that in part 3 :)

    • @morogroupe2516
      @morogroupe2516 Год назад

      @@abdicodes i was looking if someone asked this question before so i don't re-ask it , thank you for this helpful tutorial

  • @aliounebadaradieng6341
    @aliounebadaradieng6341 3 года назад

    you great thanks for all

  • @bikashbhandari5608
    @bikashbhandari5608 2 года назад

    streaming from obs to vlc is too much delay...why delay is there?? how to optimize that??

  • @SpiderMan-wk4gk
    @SpiderMan-wk4gk 2 года назад

    OBS show server dont connected.... what solution this ? pls...

  • @claystation6360
    @claystation6360 2 года назад

    bravo 👏

  • @Nityanand-Jha
    @Nityanand-Jha Год назад

    how to record live streaming in folder?

  • @Wassim971
    @Wassim971 3 года назад

    Can the RTMPS protocol Replace the node authentication?

  • @kapilchauhan7954
    @kapilchauhan7954 3 года назад

    Bro thanks,
    Can you help me with a problem,
    I'm working on a pdf reader,
    I'm sending 4 lines from client side to node.js server, there it creates audio of the text and sends back the audio to client side, then I store the audio data in a blob and makes a url of that blob, and allow user to download it...
    The problem that I am facing is, it is not playing audio after downloading,
    gives an error file not supported,
    It works fine with TXT file but not with MP4 or MP3.
    Please help me with this,
    Cañ I contact you in personal,
    Any email, I need your help🙏🙏🙏

  • @rizaldi4563
    @rizaldi4563 3 года назад

    great!!

  • @meisammofidi13
    @meisammofidi13 3 года назад

    That was great! I am just wondering docker is the only solution ?

    • @abdicodes
      @abdicodes  3 года назад

      You can use the libraries without docker, it'll just be more work for whichever platform you're using

  • @musictorelaxandunwind
    @musictorelaxandunwind 3 года назад

    hi how u do bubble chat along with live stream likr ti tok and embed in website

  • @conbatengineer
    @conbatengineer Год назад

    Where should u start to learn to code like this and only focus on live streaming services without getting into coding for softwares ?

    • @abdicodes
      @abdicodes  Год назад

      Dive in, you learn by doing and overcoming headaches

  • @danemiller4852
    @danemiller4852 2 года назад

    Thank you! This is great! One question.... how do I get the VLC video to stream on my personal website?

    • @thatonecloud.
      @thatonecloud. 5 месяцев назад

      yea, i wanted to know the same

  • @lazarombise8842
    @lazarombise8842 3 года назад

    That good thanks a lot

  • @taptaptuguen3002
    @taptaptuguen3002 3 года назад +1

    Hello! I'm starting to study on the subject and I found this material very interesting. However I have a doubt! What if I have a video file (mp4) instead of generating the video through an OBS transmission. What do I need to do to stream the video file?

    • @AThomasHOODX
      @AThomasHOODX 2 года назад

      Play the video in OBS. It will stream it the same

  • @RupamBumba
    @RupamBumba 2 года назад

    Great

  • @bravsss9984
    @bravsss9984 2 года назад

    How can we reach you out?

  • @Software151Kittu
    @Software151Kittu 2 года назад

    How to play rtmp video in web browser with html 5 or js ?

  • @ivankraev4264
    @ivankraev4264 6 месяцев назад

    Are those veneers on your teeth ?

  • @mozenrathzerksis174
    @mozenrathzerksis174 10 месяцев назад

    how to secure it any body can send on stream server

  • @risingempireentertainment
    @risingempireentertainment 2 года назад

    do i need to make a folder on my desktop that says " live stream part one?

    • @abdicodes
      @abdicodes  2 года назад

      nah

    • @WayneSoBlessed1
      @WayneSoBlessed1 2 года назад

      Good video..do you know how to get a custom rtmp and streaming key for a custom streaming app?

  • @msinfo32
    @msinfo32 3 года назад

    How would i copy this and use this on debian/ubuntu. I've been using RTMP on a Raspberry Pi, but need to have a HLS stream, exactly like this.

    • @abdicodes
      @abdicodes  3 года назад +1

      It should work the same on Ubuntu if you use docker! 😁

    • @msinfo32
      @msinfo32 3 года назад +1

      @@abdicodes Yeah, but how do you install WITHOUT docker. Just using normal NGINX.

  • @JosefCreations
    @JosefCreations 3 года назад +1

    docker isn't opening xD, can I just wait for the next episode?

    • @abdicodes
      @abdicodes  3 года назад

      Maybe you can get some help in the discord? :)

    • @JosefCreations
      @JosefCreations 3 года назад

      @@abdicodes good idea thanks

  • @MrR3set
    @MrR3set 3 года назад

    Bro what camera is that? Damn

  • @vidkeen8465
    @vidkeen8465 Год назад

    i want to make it on my custom website 😣

  • @danemiller4852
    @danemiller4852 2 года назад

    anyone else getting nothing when they try to make a docker image?

  • @idkcoder
    @idkcoder 3 года назад

    Is it a must you must be on the internet can we do it locally on our network

    • @abdicodes
      @abdicodes  3 года назад +1

      No internet needed! You can run it locally on your network.

    • @idkcoder
      @idkcoder 3 года назад

      Thank you

  • @adventure400
    @adventure400 2 года назад

    Hi dear sir help