GithubHelp home page GithubHelp logo

domin8-iptv / master_thesis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pcjustin/master_thesis

0.0 1.0 0.0 48.77 MB

Adaptive Transcoding HTTP Live Streaming System

License: MIT License

C 25.31% PHP 56.79% HTML 17.90%

master_thesis's Introduction

Adaptive Transcoding HTTP Live Streaming System

The project was my master's thesis. The project is Open Source for sharing if it can help you improve something.

Introduction

The project based on ffmpeg and HTTP Live Streaming (aka. HLS). The ffmpeg is a transcoding tool that use for transcoding video and audio to specified codecs. HLS developed from Apple that is popular streaming technique.

This project is ruuning on Safari and Chrome and all iOS/Mac systems.

Requirements

$ sudo apt-get install ffmpeg

How to run it

$ ffmpeg -i $1 -f mpegts -vcodec libx264 -acodec libmp3lame -async 1 -threads 16 $ip.ts
$ segmenter -i $ip.ts -d 10 -o $ip -x $ip.m3u8 --strict-segment-duration

master_thesis's People

Contributors

pcjustin avatar

Watchers

James Cloos avatar

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.