Skip to content
/ ts-split Public

Split an MPEG2 transport stream into chunks on GOP boundaries

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

AndyA/ts-split

Repository files navigation

HLS (HTTP Live Streaming - the HTTP streaming technology used by iOS
devices) represents a video and audio as a series of chunks each of
which, in the case of video,  must start on a GOP boundary.

This program accepts as input an MPEG 2 transport stream and splits it
into suitable chunks for use with HLS.

It's based on ffmpeg and uses libavformat, libavcodec and friends to
copy GOP (or multi-GOP) chunks. The audio and video is not re-encoded as
it passes through tssplit.

http://tools.ietf.org/html/draft-pantos-http-live-streaming-04
http://en.wikipedia.org/wiki/HTTP_Live_Streaming

About

Split an MPEG2 transport stream into chunks on GOP boundaries

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published