[FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code
zhangkai.gis
zhangkai.gis at 163.com
Mon Aug 6 11:31:37 EEST 2018
Hi,
Yes, I exact rtp's payload,the payload is H.264 stream.then write the stream to fifo.my command is
./ffmpeg -y -thread_queue_size 128 -use_wallclock_as_timestamps 1 -f h264 -i /tmp/testpipe1 -thread_queue_size 128 -use_wallclock_as_timestamps 1 -f g726 -i /tmp/testpipea1 -acodec aac -vcodec copy -f flv rtmp://127.0.0.1:8080/myapp/1
2018-08-06
zhangkai.gis
From:chetan goni <cgoni25 at gmail.com>
Date:2018-08-06 21:59
Subject:Re: [FFmpeg-user] Regarding how to extracting video from RTP packets using ffmpeg API or Source code
To:"FFmpeg user questions"<ffmpeg-user at ffmpeg.org>
Cc:
Hi ,
Extract mean you just extract RTP payload , right?
On Mon, Aug 6, 2018, 12:55 PM zhangkai.gis <zhangkai.gis at 163.com> wrote:
> Hi,
> I exact the rtp by my own software,it does not have business with ffmpeg.
>
> 2018-08-06
>
> zhangkai.gis
>
>
>
> From:chetan goni <cgoni25 at gmail.com>
> Date:2018-08-06 18:19
> Subject:[FFmpeg-user] Regarding how to extracting video from RTP packets
> using ffmpeg API or Source code
> To:"ffmpeg-user"<ffmpeg-user at ffmpeg.org>
> Cc:
>
> Hi,
>
> Please provide note on how to extracting video from RTP packets using
> ffmpeg API or Source code
> Please help me
>
>
> Thanks & Regards
>
> Chetan Goni
> _______________________________________________
> 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".
> _______________________________________________
> 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".
_______________________________________________
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