> 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
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
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-
> 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
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