Skip to content
View krzemienski's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report krzemienski

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. awesome-video awesome-video Public

    A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.

    HTML 1.4k 159

  2. Packaging multi codec DASH and HLS w... Packaging multi codec DASH and HLS with cenc and cbcs encryption for widevine, playready, and fairplay w/ shaka & bento4
    1
    def package_local_targets(input_dir, output_dir):
    2
        trace = 'package_local_targets'
    3
        os.chdir(input_dir)
    4
    
                  
    5
        try:
  3. Lambda edge logic to determine what ... Lambda edge logic to determine what dash manifest
    1
    'use strict';
    2
    
                  
    3
    const https = require('https');
    4
    
                  
    5
    exports.handler = (event, context, callback) => {