nginx-vod-module | NGINX-based MP4 Repackager | Video Utils library

 by   kaltura C Version: 1.31 License: AGPL-3.0

kandi X-RAY | nginx-vod-module Summary

kandi X-RAY | nginx-vod-module Summary

nginx-vod-module is a C library typically used in Video, Video Utils applications. nginx-vod-module has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has medium support. You can download it from GitHub.

NGINX-based MP4 Repackager
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              nginx-vod-module has a medium active ecosystem.
              It has 1821 star(s) with 408 fork(s). There are 120 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 217 open issues and 661 have been closed. On average issues are closed in 92 days. There are 13 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of nginx-vod-module is 1.31

            kandi-Quality Quality

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

            kandi-Security Security

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

            kandi-License License

              nginx-vod-module is licensed under the AGPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              nginx-vod-module releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.
              It has 4905 lines of code, 293 functions and 39 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            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-vod-module
            Get all kandi verified functions for this library.

            nginx-vod-module Key Features

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

            nginx-vod-module Examples and Code Snippets

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

            Community Discussions

            QUESTION

            NGINX open() failed (20: Not a directory) hls vod with secure link module
            Asked 2020-Jan-15 at 07:15

            I have a problem with nginx config for hls streaming. I use kaltura nginx vod module and try to add ngx_http_secure_link_module to protect the stream. The strange thing is I have 404 error if I enable ngx_http_secure_link_module (logs below). I think that is because it can't find a file with index.m3u8 on the end, but if I comment secure link block it works fine.

            Also I tried to add alias inside location ~ \.m3u8$ {} block, but it didn't work. What am I doing wrong? How to protect my stream?

            My stream link: https://stream.example.com/hls/c14de868-3130-426a-a0cc-7ff6590e9a1f/index.m3u8?md5=0eNJ3SpBd87NGFF6Hw_zMQ&expires=1609448340

            My NGINX config:

            ...

            ANSWER

            Answered 2020-Jan-15 at 07:15

            Just moved out this block to server directory and added vod hls; inside.

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

            QUESTION

            How to save HTTPS protocol after proxy_pass to HTTP protocol?
            Asked 2019-Dec-27 at 16:20

            I have 3 docker containers in the same network:

            1. Storage (golang) - it provides API for uploading video files.
            2. Streamer (nginx) - it streams uploaded files
            3. Reverse Proxy (let's call it just Proxy)

            I have HTTPS protocol between User and Proxy.

            Let's assume that there is a file with id=c14de868-3130-426a-a0cc-7ff6590e9a1f and User wants to see it. So User makes a request to https://stream.example.com/hls/master.m3u8?id=c14de868-3130-426a-a0cc-7ff6590e9a1f. Streamer knows video id (from query param), but it doesn't know the path to the video, so it makes a request to the storage and exchanges video id for the video path. Actually it does proxy_pass to http://docker-storage/getpath?id=c14de868-3130-426a-a0cc-7ff6590e9a1f.

            docker-storage in an upstream server. And protocol is http, because I have no SSL-connection between docker containers in local network.

            After Streamer gets path to the file it starts streaming. But User's browser start throwing Mixed Content Type error, because the first request was throw HTTPS and after proxy_pass it became HTTP.

            Here is nginx.conf file (it is a Streamer container):

            ...

            ANSWER

            Answered 2019-Dec-27 at 16:20

            I think proxy_pass isn't the problem here. When the vod module returns the index path it uses an absolute URL with HTTP protocol. A relative URL should be enough since the index file and the chunks are under the same domain (if I understood it correctly).

            Try setting vod_hls_absolute_index_urls off; (and vod_hls_absolute_master_urls off; as well), so your browser should send requests relative to stream.example.com domain using HTTPS.

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install nginx-vod-module

            For Debian Wheezy [7], Debian Jessie [8], Ubuntu 14.04 and 14.10, add this repo:.
            Thumbnail capture
            Playback rate change - 0.5x up to 2x

            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/kaltura/nginx-vod-module.git

          • CLI

            gh repo clone kaltura/nginx-vod-module

          • sshUrl

            git@github.com:kaltura/nginx-vod-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