Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
282 views

HTTP Live Streaming MPEG TS segment

I'm using FFMPEG and a free segmenter (Carson Mcdonald's) to produce my ts segments which i later save to a web server and play with Quicktime by playing the .m3u8 If I have segments 1,2,3,4 and ...
2
votes
0answers
197 views

detect key-frame in TS with H264 codec

Is there an easy not horrifyingly complex way to detect key-frame in an H264 video stream wrapped in a Transport Stream? Also, if extra previous packets needed for the decoding of the key-frame is ...
2
votes
5answers
1k views

How to determine video dimensions of an mpeg-2 program stream file

How do I programmatically find out the width and height of the video in an mpeg-2 transport program stream file? Edit: I am using C++, but am happy for examples in any language. Edit: Corrected ...
1
vote
0answers
125 views

Why Apple use MPEG2 not MPEG4 transport stream in his HTTP Live Streaming (HLS) technology? [closed]

After read Apple's "HTTP Live Streaming Media Guide", I have a question. Why Apple use MPEG2 not MPEG4 transport stream in his HTTP Live Streaming (HLS) technology?
1
vote
3answers
453 views

FFMPEG - convert video without losing resolution

I am using ffmpeg to convert mp4 video from youtube. The video is HD 1080. When I convert it to mpeg2video, the video loses its sharpness, regardless of the -s 1920x1080 parameter. How can I convert ...
1
vote
1answer
471 views

ITuner::put_TuneRequest() problem

I have a DirectShow graph with a "Microsoft DVBT Network Provider", "AVerMedia BDA DVBT Tuner", "AVerMEdia BDA Digital Capture", "Sample Grabber" and "NULL Renderer". These filters are connected. ...
1
vote
2answers
245 views

transport stream - extracting information

I have entire mux with four channels dumped in a single *.ts file. I'm demultiplexing that and I can't find any info on how to extract the resolution, framerate, codec, language, channels, etc... ...
1
vote
2answers
183 views

How do I find a keyframe in a transport stream?

I wrote a program that will parse a transport stream. But I need to know if a transport stream packet contains an i-frame. What is the best way to do this? I heard somewhere that I need to look at a ...
1
vote
2answers
104 views

nearby transits info by lat/lon

i have latitude and longitude of a location and i want to find nearby transit info of that location, just like how google does it on there google maps detail page.
0
votes
0answers
10 views

Extracting AC-3 from MPEG Transport Stream

I am writing a demultiplexer for MPEG Transport Stream which should extract Audio and Video access points. Assume i have an Audio PID and that i know it is AC-3 audio. Also assume that i collected ...
0
votes
0answers
28 views

VLC streaming testbench

Has anyone tried streaming media with VLC as server? I want to deploy VLC as streaming server, but my department didn't had a nice experience with VLC streaming. My question is has anyone tried VLC ...
0
votes
0answers
9 views

Modify the entries in the tables of a transport stream

Im Alex currently working with transport stream. I would like to know the effects of modifying the entries in the tables of transport stream(PAT/PMT). How can i modify? Thanks!
0
votes
0answers
371 views

encode raw YUV420 to mpeg-ts using libavcodec and stream it

I have to encode raw frames (YUV420) to mpeg-ts and stream it. This should probably be divided in a few questions... I guess I have to use x264 codec for this. For a start, how to properly configure ...
0
votes
0answers
136 views

MPEG-TS Streams: Any .NET libraries for processing them?

Are there any .NET libraries for processing MPEG-TS streams? (...and DVB-SI tables, etc) It seems like most DVB applications write their own MPEG-TS parsing engine which seems a bit repetitive since ...
0
votes
1answer
284 views

Documentation of getting the TRANSPORT STREAM from UDP

Is there a free documentation for getting the Transport Stream from UDP packets captured from the network?