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

chetan goni cgoni25 at gmail.com
Thu Aug 9 13:54:51 EEST 2018


Hi,

I have do not have   "rtp://your.proper.url " .I have RTP packets.
Do you hav procedure to extract video from RTP

Thanks & Regards

Chetan Goni

On Thu, Aug 9, 2018 at 3:56 PM, Moritz Barsnick <barsnick at gmx.net> wrote:

> On Thu, Aug 09, 2018 at 10:39:32 +0530, chetan goni wrote:
> >          How can extract video and audio from those pakets and make
> >          output file which can play in VLC or any other media player.
> [...]
> > Chetan :  yes regular RTP strem.
>
> Right on top of the ffmpeg homepage https://www.ffmpeg.org/, it says:
>
>   Converting video and audio has never been so easy.
>   $ ffmpeg -i input.mp4 output.avi
>
> The docs show much more detail, if required.
>
> So, please just try
> $ ffmpeg -i rtp://your.proper.url output.mp4
>
> If the input stream never ends, you need to interactively tell ffmpeg
> to stop encoding by pressing 'q'.
>
> Please do read the docs!
> https://www.ffmpeg.org/ffmpeg.html
>
> Moritz
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list