FULL STREAMING POWER! HLS And DASH On A Nginx Server With RTMP Support - A Complete Walkthrough

Sdílet
Vložit
  • čas přidán 22. 08. 2024

Komentáře • 22

  • @samansamadi1656
    @samansamadi1656 Před 6 dny

    Thanks for sharing video❤❤❤

  • @dritonismaili5635
    @dritonismaili5635 Před 5 měsíci +1

    In a very short short period of time I learned a lot from your videos. But one thing I noticed, my CPU is overworked.

    • @devstefit
      @devstefit  Před 5 měsíci

      Thank you very much!
      I think your CPU doesn't thank me so much for the stress anyway...
      Soon there will be GPU stressing!

  • @AdmV0rl0n
    @AdmV0rl0n Před rokem

    I need to re-watch - thank you for the time you put in.

  • @raulmejiaj
    @raulmejiaj Před 6 měsíci

    Hello Stef, very helpful your video and the use of nginx, another interesting topic is the use of hls and dash but allocate the output hls or dash files in a server using Webdav, I've seen that this can be done with nginx or with apache, it would be great if you could do a video about it.
    Greetings from a fan from Mexico, keep it up with your cool content I've learned so much 👍👍👍

    • @devstefit
      @devstefit  Před 6 měsíci

      Hi! Thanks for your kind words and for your suggestion!
      I think this will be on my list of next videos 👍🏻

  • @devstefit
    @devstefit  Před rokem

    And you? Do you have a HLS/DASH server set already? Let me know what are you doing with it

    • @krclinic
      @krclinic Před rokem +1

      done in the arch linux! thanks. i try to set the youtube live

  • @MrDpof
    @MrDpof Před rokem

    Great video, thank you for your time and work 👌🏽💪🏽👍🏽❤️

  • @TrueWodzu
    @TrueWodzu Před rokem +2

    Hi, thank you for the video. Thumb up from me, however I think you've misted couple important aspects if not THE most important aspects of this. First of all, you did not present what HLS/DASH is used for: it is used for a stream seeking. That is why you generate a playlist - to be able to jump to a given position in the file. In your case I suspect you could jump into beginning and middle of the file, because you have two parts. What you should do is to take longer video, divide it into 10 parts and show us how seeking in the file actually works. There are some other important things that you should point out, like generating list on the fly while consuming the stream.

    • @devstefit
      @devstefit  Před rokem +2

      Hi! Thanks for the thumbs up and for the clarification! The point is missing in the video and I did not focus on this aspect at all. I hope this comment can be useful for somebody!

  • @abdouspaindz5270
    @abdouspaindz5270 Před rokem

    Okay

  • @Rafael-es5dp
    @Rafael-es5dp Před 4 měsíci

    Is there a way or work around with the delay? Im trying to stream with obs to nginx rtmp hls😅

    • @devstefit
      @devstefit  Před 2 měsíci

      Can't help with this... there can be a world around a delay! The most probable reason may be the video decoding and encoding along with the streaming, filling the resources and causing the delay.

  • @aviralsingh9579
    @aviralsingh9579 Před rokem

    Hi Dev, I liked your video can you make a video on RTMP OBS Streaming. Like CZcams Live or Twitch Live waiting for those videos!

    • @devstefit
      @devstefit  Před rokem

      I would like to do some videos about OBS, both for streaming or for creating files. Thanks for the suggestion!

  • @SanthoshKumar-mr5ss
    @SanthoshKumar-mr5ss Před 6 měsíci

    Can we able to record the streamed footage in the nginx server?

    • @theritikchoure
      @theritikchoure Před 3 měsíci

      yes

    • @devstefit
      @devstefit  Před 2 měsíci

      Sure, you can capture the stream to a file if you would like. Even better than recording!