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

chetan goni cgoni25 at gmail.com
Tue Aug 14 08:19:28 EEST 2018


Hi  Carl ,

It is not network dump,problematically i am dumpling RTP payload to binary
file.
Do you have any solution?

Thanks & Regards

Chetan Goni

On Tue, Aug 14, 2018 at 12:44 AM, Carl Eugen Hoyos <ceffmpeg at gmail.com>
wrote:

> [image: Boxbe] <https://www.boxbe.com/overview> This message is eligible
> for Automatic Cleanup! (ceffmpeg at gmail.com) Add cleanup rule
> <https://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Fkey%3DUErpRGKPpSOc34cOiFY0TFdm8z0LifHCtU5XLGB3ZSQ%253D%26token%3DzXi4Vh%252BVzM9t33utf0k6v73AbzNTik1PpWMbwCMusVODHz7YER77cSMISZP0DFUx7IEQiy1c2haKh6Q5twzqTBKs98MTSa%252Bwp7uPdHlvrw7EpmGIAmDaFP1EPc4p8ZK8B8mec5Z%252BXJY%253D&tc_serial=42110688702&tc_rand=696352424&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001>
> | More info
> <http://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=42110688702&tc_rand=696352424&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001>
>
> 2018-08-09 14:40 GMT+02:00, chetan goni <cgoni25 at gmail.com>:
>
> > I have extracted RTP payload from RTP packets containing audio
> > and ran below command and got the audio file and played in vlc
> >
> > ffmpeg -f mulaw -ar 8000 -ac 1 -i Audio.bin  output.wav
> >
> > But when i tried with video same procedure and it is giving error
> >
> > ffmpeg  -f h263   -i Video.bin   -f flv  out.flv
>
> If Video.bin were a h263 file "-f h263" would not be needed as
> FFmpeg can auto-detect raw h263 (mulaw cannot be auto-detected,
> your therefore have to force this format), if it is a network dump it
> probably cannot be read by FFmpeg.
>
> Carl Eugen
> _______________________________________________
> 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