Skip to content
View krzemienski's full-sized avatar
💭
📼
💭
📼

Highlights

  • Pro

Organizations

@streaming-video-technology-alliance

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 Loading

  1. awesome-video awesome-video Public

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

    HTML 1.6k 171

  2. awesome-list-manager awesome-list-manager Public

    A rest api and admin panel to manage an awesome list.

    JavaScript 3 1

  3. 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:
  4. 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) => {
  5. flacjacket flacjacket Public

    audio analysis tool that can identify and extract individual tracks from lengthy audio files

    Python 1