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 <[email protected]> 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"<[email protected]> Cc: Hi , Extract mean you just extract RTP payload , right? On Mon, Aug 6, 2018, 12:55 PM zhangkai.gis <[email protected]> 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 <[email protected]> > 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"<[email protected]> > 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
