nginx-rtmp-module | NGINX-based Media Streaming Server | Stream Processing library

 by   arut C Version: v1.2.2 License: BSD-2-Clause

kandi X-RAY | nginx-rtmp-module Summary

kandi X-RAY | nginx-rtmp-module Summary

nginx-rtmp-module is a C library typically used in Data Processing, Stream Processing applications. nginx-rtmp-module has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

NGINX-based Media Streaming Server
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              nginx-rtmp-module has a medium active ecosystem.
              It has 12631 star(s) with 3459 fork(s). There are 660 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1017 open issues and 547 have been closed. On average issues are closed in 505 days. There are 86 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of nginx-rtmp-module is v1.2.2

            kandi-Quality Quality

              nginx-rtmp-module has 0 bugs and 0 code smells.

            kandi-Security Security

              nginx-rtmp-module has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              nginx-rtmp-module code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              nginx-rtmp-module is licensed under the BSD-2-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              nginx-rtmp-module releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of nginx-rtmp-module
            Get all kandi verified functions for this library.

            nginx-rtmp-module Key Features

            No Key Features are available at this moment for nginx-rtmp-module.

            nginx-rtmp-module Examples and Code Snippets

            No Code Snippets are available at this moment for nginx-rtmp-module.

            Community Discussions

            QUESTION

            send nginx rtmp fragments to WebRTC
            Asked 2021-Feb-14 at 03:31

            I'd like to use OBS to stream via RTMP to a nginx server, and then locally send the RTMP fragments to WebRTC, so that they can be transmitted to the client via a MediaStream. I think this possible as it is essentially described here. I'm doing this because the multi-second latency of HLS is not appropriate for what I'm trying to do.

            I'm having trouble extracting the RTMP fragments from nginx, the only plausible command I could find for doing this in the documentation was pull rtmp://.... When I tried this I did not see any files appearing in my root folder, where I would normally find the HLS files if I were using hls on. Does anyone know how to accomplish what I'm trying achieve above?

            Thanks!

            ...

            ANSWER

            Answered 2021-Feb-14 at 03:31

            This is easily possible! You could base it off Pion’s rtp-to-webrtc example. This allows you to easily get media from ffmpeg into the browser.

            The ffmpeg command you run instead would be like this one ffmpeg -re -i rtmp://localhost:1935/$app/$name -vn -acodec libopus -f rtp rtp://localhost:6000 -vcodec copy -an -f rtp rtp:localhost:5000 -sdp_file video.sdp

            I would consider transcoding to VP8 since not all browsers support H264.

            —-

            If you want sub-second playback in the browser I would check out Project Lightspeed that’s your best option today IMO.

            Source https://stackoverflow.com/questions/66183141

            QUESTION

            Nginx RTMP streaming is not reaching the RTMP endpoint
            Asked 2020-Aug-27 at 07:20

            I'm trying to redirect an RTMP streaming from my pc into Ngninx using the nginx-rtmp-module following the examples to redirect the stream into an Azure Media Service live event. But it won't detect the encoder. I'm using the following nginx.conf:

            ...

            ANSWER

            Answered 2020-Aug-27 at 07:20

            Push URL should be like below. It works for me.

            Source https://stackoverflow.com/questions/63607182

            QUESTION

            How to send RTP stream to Janus from NGINX RTMP module?
            Asked 2020-Jul-16 at 05:39

            This is my first post here, even though this platform has already helped me a lot.

            So, i'm trying to create a stream and display it in a browser. I have already configured NGINX with the rtmp module and my stream works very well with HLS (between 5 and 10 seconds of latency).

            Now I would like to set up a low-latency stream and that's why I have installed the janus-gateway webRTC server that allows to take in input an RTP stream and provide in output a webRTC stream.

            Here's the schema I'd like to follow :

            OBS -> RTMP -> Nginx-rtmp-module -> ffmpeg -> RTP -> Janus -> webRTC -> Browser

            But I have a problem with this part : "nginx-rtmp-module -> ffmpeg -> janus"

            In fact, my janus's server is running and demos streaming works very well in localhost, but when i try to provide an RTP stream, Janus don't detect the stream in the demos (it shows "No remote video available").

            Anyone can help me, please ?

            Ressources :

            • My janus.plugin.streaming.jcfg configuration :
            ...

            ANSWER

            Answered 2020-Jul-07 at 09:12

            Do you solve problem? I try console " ffmpeg -i rtmp://0.0.0.0:1935/live/test03 -an -c:v copy -flags global_header -bsf dump_extra -f rtp rtp://127.0.0.1:5004 " " sudo ffmpeg -i "rtmp://0.0.0.0:1935/live/test03" -map 0:2 -c:v libx264 -profile:v main -preset ultrafast -tune zerolatency -f rtp rtp://127.0.0.1:5005 "

            I have same issue like you

            Source https://stackoverflow.com/questions/62711875

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install nginx-rtmp-module

            cd to NGINX source directory & run this:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/arut/nginx-rtmp-module.git

          • CLI

            gh repo clone arut/nginx-rtmp-module

          • sshUrl

            git@github.com:arut/nginx-rtmp-module.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Stream Processing Libraries

            gulp

            by gulpjs

            webtorrent

            by webtorrent

            aria2

            by aria2

            ZeroNet

            by HelloZeroNet

            qBittorrent

            by qbittorrent

            Try Top Libraries by arut

            htstress

            by arutC