Questions tagged [mpeg2-ts]

Questions related to creation, playing and program interaction with MPEG 2 Transport stream, a standard format for transmission and storage of audio, video, and Program and System Information Protocol data. It is used in broadcast systems such as DVB, ATSC and IPTV. Transport Stream is specified in MPEG-2 Part 1, Systems (formally known as ISO/IEC standard 13818-1 or ITU-T Rec. H.222.0)

MPEG 2 Transport stream is a standard format for transmission and storage of audio, video, and Program and System Information Protocol data. It is used in broadcast systems such as DVB, ATSC and IPTV.

Transport Stream is specified in MPEG-2 Part 1, Systems (formally known as ISO/IEC standard 13818-1 or ITU-T Rec. H.222.0). It defines how MPEG audio, video and program information is multiplexed and synchronized.

More information at http://en.wikipedia.org/wiki/MPEG_transport_stream

280 questions
0
votes
0 answers

HLS H264/AAC stream functions perfectly except on OS X and iOS?

We are developing an open-source streaming server and are running into some trouble with our implementation of HLS. We've been able to successfully convert to TS and segment into HLS segments any stream we want to, and it plays back beautifully on…
bdijs
  • 1
0
votes
1 answer

Buffering and processing real-time multicast data with .NET

I am trying to parse MPEG2-TS data being received over multicast. The problem is that the receiving method sometimes skips packets - and I believe this is heavily dependent on what extra processing is done between successive Receive() methods…
0
votes
1 answer

How to find frame end when MPEG2 stream coming in MPEG-TS Container over RTP?

I am receiving MPEG2-TS stream over RTP. But i am unable to find the end of a particular frame. When only MPEG2 stream came over RTP then marker bit in RTP header is set to 1 when there is end of any frame , but in this case marker bit is always 0.…
Amol
  • 47
  • 1
  • 8
0
votes
1 answer

LibAV Mpeg_TS stream doesn't appear to contain I frames

I'm trying to take a YUV 420 stream, convert it to MPEG2 and send it via UDP as a transmport stream. The conversion appears to work correctly, by saving the output I can create a playable MPEG. When viewing the transmitted packets in wireshark I am…
dougie
  • 67
  • 6
0
votes
1 answer

is it possible to play h264-mpegts format in ios?

Server transcodes the video to the h264/aac, and send video data to client simultaneously. To play and save the video data at the same time, I use mpegts as the container format, but the problem is that ios MediaPlayer can not play mpegts file.…
jAckOdE
  • 2,402
  • 8
  • 37
  • 67
-1
votes
1 answer

Strange problem with reencoding AUDIO with FFMPEG from UDP Multicast MPEG TS stream

I want to re-encode the audio streams from mp2 to aac from one udp multicast MPEG TS Stream top another. I have an udp multicast mpeg ts streram with 1 video, 3 audio, and 1 subtitles streams inside. I want to change the protocol of the audio…
Ivan Totev
  • 29
  • 1
  • 4
-1
votes
1 answer

How I can convert any mp4 to adv8dvbt23.ts file?

I can download http://www.w6rz.net/adv8dvbt23.ts. And there are many samples for dvbt sample ts files. But, I want to convert my video file to TS file for dvbt. First, I checked on google, but I cannot find any answer. I think, this does not make…
Winner
  • 45
  • 1
  • 4
  • 16
-1
votes
1 answer

How to handle overflow case of PTS/DTS/SCR values in program stream

In program stream, I got first pes packet with PTS value "4295626096" and dts value 648000 and next packet pts value is much lesser than first packet. Some pes packet values are as follows: Pes packet1 : pts 4295626096 dts 648000. Pes packet2 : pts…
Vivek
  • 1
  • 1
-2
votes
1 answer

using mpegtsmux in gstreamer's pipeline for recording video

I would like to capture a video stream (+audio) in MJPEG from my webcam into .mts container using this pipeline: gst-launch-1.0 v4l2src do-timestamp=true device=/dev/video0 \ ! 'image/jpeg,framerate=30/1,width=1280,height=720' ! videorate \ !…
Sina Sh
  • 1,177
  • 3
  • 15
  • 24
-3
votes
1 answer

I don't understand how i can to parse file .ts

Good afternoon. I am a beginner programmer. I am doing a training project in which I am trying to combine video and audio into one .ts container. What information comes after the staffing bytes on this screenshot. TS-analyser screenshot
1 2 3
18
19