Git Product home page Git Product logo

ts-flv's Introduction

Name

ts-flv - FLV streaming media, implement as plugin of Apache TrafficServer.

Status

This module is under active development.

Description

This module provides streaming media server support for FLV files. User can send a HTTP request to the server with start argument which is measured in seconds, and the server will respond with the stream such that its start position corresponds to the requested time, for example:

http://v.foo.com/kenshin.flv?start=187.63

This allows performing a random seeking at any time. We can use flash player, vlc, mplayer to play the streaming media.

We can write this in remap.config:

map http://v.foo.com/ http://i.foo.com/ @plugin=/xx/libtsflv.so

System Requirements

  • linux/freebsd 64bits
  • trafficserver

Build

step1: get ts-flv

git clone https://github.com/portl4t/ts-flv.git
cd ts-flv/src

step2: build, requires linux/freebsd (64bits is recommended)

make

step3: modify remap.config and restart the trafficserver

Note

Large flv file is not recommended. As far as I know, many video sites will cut the large video file into many pieces, and each piece will be less than 70M(bytes), it will be a reasonable choice.

History

  • 2014-12-31, output from the last key frame if start time can not be reached.
  • 2014-12-30, first commit.

See Also

  • ts-mp4 MP4 streaming media, implement as plugin of Apache TrafficServer.

ts-flv's People

Contributors

portl4t avatar

Watchers

 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.