View Single Post
Old 6th May 2016, 04:41   #1  |  Link
Ansii
Registered User
 
Join Date: Apr 2016
Posts: 3
ffmpeg +video packets

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.

Last edited by Ansii; 6th May 2016 at 15:20.
Ansii is offline   Reply With Quote