Giter Club home page Giter Club logo

load-m3u8

License

Import

if __name__ == '__main__':
    from load_m3u8.generate.resolve import CreateM3U8
    
    # Make sure the D:/test/test.ts video file exists
    CreateM3U8('D:/test/test.ts', hls_enc_key='5dd0a99887d8c801').run()

    from load_m3u8.load.resolve import LoadM3U8

    LoadM3U8("D:/test//test.ts.m3u8", video_path="D:/test/load/test_load.ts").run()

    # Download from the Server
    LoadM3U8("http://127.0.0.1/m3u8/test.m3u8").run()

Usage

install load-m3u8

pip --no-cache-dir install load-m3u8

Decrypt and Encrypt

# Make sure the D:/test/test.ts video file exists
gen-m3u8 D:/test/test.ts -key 5dd0a99887d8c801

# Download the video and decrypt it
load-m3u8 "D:/test//test.ts.m3u8" -o "D:/test/load"

Specifying a aes key server

# Make sure the http://127.0.0.1/enc has access
gen-m3u8 D:/test/test.ts -key 5dd0a99887d8c801 -iv 5dd0a99887d8c801 -t 120 -base "D:/test/segment" -m3u8 "D:/test/m3u8/test.m3u8" -seg "test_stream" -url "http://127.0.0.1/enc" -method POST -d

# Download the video and decrypt it
load-m3u8 "D:/test/m3u8/test.m3u8" -o "D:/test/load" -d -tw 2

OR

load-m3u8 "D:/test/m3u8/test.m3u8" -o "D:/test/load" -d -pw 2

m3u8's Projects

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.