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

Moritz Barsnick barsnick at gmx.net
Thu Aug 9 15:31:06 EEST 2018


On Thu, Aug 09, 2018 at 16:24:51 +0530, chetan goni wrote:
> I have do not have   "rtp://your.proper.url " .I have RTP packets.
> Do you hav procedure to extract video from RTP

Ah, so you don't actually have an RTP stream, you have a packet dump of
an RTP stream.

In this thread, someone had that request, and had a PCAP capture of the
stream. It seems he used "pcapreader" to pipe it to ffmpeg, but also
provided the SDP file:
https://lists.ffmpeg.org/pipermail/ffmpeg-user/2017-September/037224.html

If you have a raw packet dump, you can likely use it as input, or pipe
it directly to ffmpeg.

Alomst successful here, but follow the thread regarding his followup
about the audio format:
https://lists.ffmpeg.org/pipermail/ffmpeg-user/2017-September/037296.html

Moritz


More information about the ffmpeg-user mailing list