Are you searching to arrange steady and secure on-line video streaming? NGINX Gadgets Engineer James Jones will wander you by means of methods to get began out with NGINX Open Supply, which helps each of these reside streaming and film storage. You’ll perceive methods to set up set up instruments and dependencies, configure HLS or Dash, and established your playback system of other.

Uncover much more
https://www.nginx.com/blog/movie-streaming-for-remote-understanding-with-nginx/
https://github.com/outcast/live-streaming-demo

resource

29 thoughts on “Making use of NGINX Open Supply for Video clip Streaming and Storage”

  1. Hola, alguien sabe porque tengo este error, cuando ejecuto el comando "make"
    ../nginx-rtmp-module/ngx_rtmp_eval.c: In function ‘ngx_rtmp_eval’:

    ../nginx-rtmp-module/ngx_rtmp_eval.c:160:17: error: this statement may fall through [-Werror=implicit-fallthrough=]

    160 | switch (c) {

    | ^~~~~~

    ../nginx-rtmp-module/ngx_rtmp_eval.c:170:13: note: here

    170 | case ESCAPE:

    | ^~~~

    cc1: all warnings being treated as errors

    make[1]: * [objs/Makefile:1339: objs/addon/nginx-rtmp-module/ngx_rtmp_eval.o] Error 1

    make[1]: Leaving directory '/home/jerry/nginx/nginx'

    make: * [Makefile:8: build] Error 2

  2. You guys rock! I'm starting to fall in love with nginx. If I could ask for an improvement I would be to get better lighting/white balance or warm up the face am a bit. As it is it works, but whenever you do a face close up it starts looking really crummy. Thanks again for the video

  3. I missed build for the rtmp module, which I assume is another configure make, otherwise how does the nginx make know the rtmp.git is in 1 directory up and over? I'll watch again, just in case I missed it. Besides this point, This was exactly what I needed to understand the pieces involved! Thanks! (edit) My question is answered in the blog:
    ./auto/configure –add-module=../nginx-rtmp-module

  4. I am having an issue when running 'make' eval of ngx_rtmp fails
    ../nginx-rtmp-module/ngx_rtmp_eval.c: In function ‘ngx_rtmp_eval’: && ../nginx-rtmp-module/ngx_rtmp_eval.c:160:17: error: this statement may fall through [-Werror=implicit-fallthrough=]

  5. Not worked
    After Make
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    ../nginx-rtmp-module/ngx_rtmp_eval.c: In function ‘ngx_rtmp_eval’:
    ../nginx-rtmp-module/ngx_rtmp_eval.c:160:17: error: this statement may fall through [-Werror=implicit-fallthrough=]
    switch (c) {
    ^~~~~~
    ../nginx-rtmp-module/ngx_rtmp_eval.c:170:13: note: here
    case ESCAPE:
    ^~~~
    cc1: all warnings being treated as errors
    make[1]: * [objs/Makefile:1657: objs/addon/nginx-rtmp-module/ngx_rtmp_eval.o]
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  6. Hi it was great video , i subscribed your channel in first look, Can you help me over a point that how can i make changes in any config files of nginx like if i have created an rtmp.conf file and you know the basic application of this to push any live video stream to any cdn , i just wanted to make a web page that can allow me /user to fill whatever user wants in that web page and the same url can also get updated in that particular rtmp.conf file.
    Can you share any idea or any other brilliant guys who are reading my comments here ??

  7. So followed the install on the site for nginx and got the at to work. Wanted to install the rtmp module that when nothing made sense or work.
    Followed the steps for centOS and it appear to install all the pre from yum. did the build with the the auto and make and make install and that seem to work. Problem is that went test the rtmp says uknown directive. Only talks for possible answer was needed to be compile with preq. which is what we did based on your install steps. Any ideas??

  8. Great love this tutorial. Can you please make a video on how to stream to a web page. http and https. with video.js or any other html 5 player. and also how to stream to multiple locations at the same time. Thank You So Much.

  9. thank you for making and sharing this but Many TV channel broadcasts are intended for only one time zone, and if we speak about Russia, it is often only the Moscow time zone.

    If you want to distribute the same channel to users in Germany or in the USA, you will face a problem: people have an early morning, but they are already watching evening broadcasts.

    how to make delay stream playback for a few hours, so that people in a different time zone watch the «Good morning» broadcast in the morning, and not late at night. 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *