Re: [Live-devel] Question About PAT/PMT in MPEG2

2013-01-26 Thread Ross Finlayson
> I implemented the DummySink, but I think I need to modified the data I'm > getting before passing it to FFMPEG No you don't - not for MPEG Transport Stream data. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list

Re: [Live-devel] Question About PAT/PMT in MPEG2

2013-01-26 Thread Pme
Thanks for the quick response. One other question: I implemented the DummySink, but I think I need to modified the data I'm getting before passing it to FFMPEG (header file and other stuff. I've read that's necessary for H.264, but not sure for MPEG-TS). Is that right? If is the case, would you

Re: [Live-devel] Question About PAT/PMT in MPEG2

2013-01-25 Thread Jeff Shanab
use Subject: Re: [Live-devel] Question About PAT/PMT in MPEG2 I'm building and iOS application, where I'm using a RTSP Client (based on testRTSPClient) to receive a MPEG2 stream Because you refer to "PAT" and "PMT" information, I assume you're referring to a MPEG-

Re: [Live-devel] Question About PAT/PMT in MPEG2

2013-01-24 Thread Ross Finlayson
> I'm building and iOS application, where I'm using a RTSP Client (based on > testRTSPClient) to receive a MPEG2 stream Because you refer to "PAT" and "PMT" information, I assume you're referring to a MPEG-2 *Transport* stream. (There are other kinds of MPEG-2 streams as well.) > and then I'm

[Live-devel] Question About PAT/PMT in MPEG2

2013-01-24 Thread Pme
Hi, I'm building and iOS application, where I'm using a RTSP Client (based on testRTSPClient) to receive a MPEG2 stream and then I'm trying to decode the frames with help of FFMPEG. My question is: Is it possible to obtain the PAT and PMT information before I pass the frames to FFMPEG with he