Giter Site home page Giter Site logo

Comments (5)

whatvn avatar whatvn commented on August 9, 2024

I'm at step of implementing something likes this http://nginx.org/en/docs/http/ngx_http_hls_module.html?&_ga=1.235310721.1808295330.1409133637#hls_forward_args for secure_link to work. stay tune!

from ngx_http_estreaming_module.

whatvn avatar whatvn commented on August 9, 2024

with latest commit, you could use secure_link likes this:

        secure_link           $arg_st,$arg_e;
        secure_link_md5       "axcDxSVnsGkAKvqhqOh$host$arg_e";

        if ($secure_link = "")  { return 403; }
        if ($secure_link = "0") { return 410; }

        rewrite ^(.*)/(adbr)/([0-9]+p)/([0-9]+)/(.*ts)?(.*) $1/$5?video=$4&$2=true&vr=$3&$6 last;
        rewrite ^(.*)/(adbr)/([0-9]+p)/(.*\.m3u8)?(.*) $1/$4?$2=true&vr=$3&$5 last;
        rewrite ^(.*)/(org)/(.*\.m3u8)?(.*) $1/$3?$2=true&$6 last;
        rewrite ^(.*)/(org)/([0-9]+)/(.*\.ts)?(.*) $1/$4?video=$3&$2=true&$5 last;
        rewrite ^(.*)/([0-9]+)/(.*ts)?(.*)  $1/$3?video=$2&$4 last;
        access_log logs/streaming.access.log;

Remember rewrite rule has been changed a little bit. With that configuration, you have to request secured link in order to access media stream:
curl "http://localhost/test1.m3u8?st=7OBVzKXTSbFYe0ZBfNlI0A&e=2147483647"
Please check

from ngx_http_estreaming_module.

whatvn avatar whatvn commented on August 9, 2024

@arty777 did you manage to work with secure link module? I close this ticket now, you can re-open it later if you still have problem with it.

from ngx_http_estreaming_module.

arty777 avatar arty777 commented on August 9, 2024

Ok , I will try to work in the near future

from ngx_http_estreaming_module.

arty777 avatar arty777 commented on August 9, 2024

I may be interested in the question of how to use secure_link in conjunction with proxy_cache module that would cache was correct and not overwritten permanently
May be need clean agrs? for cache

from ngx_http_estreaming_module.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.