[FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code

Moritz Barsnick barsnick at gmx.net
Wed Aug 8 15:22:24 EEST 2018


Hello Chetan,

On Wed, Aug 08, 2018 at 17:40:14 +0530, chetan goni wrote:
> Please provide note on  how to extracting video from RTP packets using
> ffmpeg API or Source code

You need to be a bit more specific to what you're trying to achieve.
- What does extracting mean, i.e. what do you expect the output format to
  be? Shall it be transparent, or decoded/raw, or some new format?
- What kind of RTP packets do you have? A regular RTP stream?
- Are you willing to use the ffmpeg command line program, or do you
  want to programmatically use the libav* libraries?

It you answered "programatically" to the last question, you should post
your issue on the list libav-user.

>From your previous thread, it is hard to understand whether you have a
good grasp of ffmpeg's concepts yet.

Cheers,
Moritz


More information about the ffmpeg-user mailing list