Log in

View Full Version : ffmpeg +video packets


Ansii
6th May 2016, 04:41
Hi,

I am encoding video files using ffmpeg ,H.264 encoding.

Now I have to send this encoded video files as packets to other system
using Udp protocol. ( also use public ip).

I also have to create some network congestion while I send these packets. When there is more congestion have to change the Qp parameter(quantization parameter) as the bandwidthe be less due congestion.
Then resend these packets which uses new QP .


Can anyone give a clue on how to do this.

how to send a encoded video file as packets over the internet.

Ansii
6th May 2016, 15:30
How can I packetize and send the encoded video file to a diffrent system?


[{( If I decode a video into a sequence of frames and send it and recreate it using fffmpeg?
Then what will happen to the encoding.
Is this completely dumb approach? )}]