Top "Transport-stream" questions

MPEG2 Transport Stream is a Audio/Video container format used to encapsulate a multimedia stream containing audio, video and other metadata.

Subtitles for AVPlayer/MPMoviePlayerController

I am using m3u8 video format for streaming the video and now I need to display subtitles for the …

mpmovieplayercontroller avfoundation avplayer subtitle transport-stream
How to use MediaCodec without MediaExtractor for H264

I need to use MediaCodec without the MediaExtractor and I'm reading the file using a FileInputStream. Currently it is not …

android h.264 stagefright android-mediacodec transport-stream
Detecting I-frame data in an MPEG-4 transport stream

I am testing a project. I need to break the payload data(making zero some bytes) of the MPEG-4 ts …

c mpeg-4 mpeg2-ts transport-stream
Using OpenSSL to decrypt a .ts file

Everything is in the same directory. M3u8 File: #EXTM3U #EXT-X-ALLOW-CACHE:NO #EXT-X-TARGETDURATION:10 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-KEY:METHOD=AES-128,URI=MyKeyFile.…

openssl http-live-streaming ffprobe transport-stream
Multiplexing multiple single video MPEG-TS into MPTS using ffmpeg

I tried to find a solution for multiplexing different inputs (ts) into one MPTS, so that can be used as …

video ffmpeg multiplexing transport-stream