View Single Post
Old 29th January 2016, 17:21   #15  |  Link
mushahidh
Registered User
 
Join Date: Nov 2015
Posts: 29
Quote:
Originally Posted by Asmodian View Post
Try not simulating packet loss for the first few frames at least. How evenly spaced is your 2%? Losing a tiny bit from everything will cause nothing to work.
There are 30 frames in the stream . And stream is divided into 258 packets. i am using this command after your suggestion
Code:
 rtp_loss video1.264 video2.264 2 70
which means i am leaving first 70 packets. And from remaining bitstream 2% of 258 packets will be lost. So in this case decoder is able to decode it .
But in case of using error correction code like reed solomon code at frame level to recover packet loss should i add redundancy during encoding or after encoding of video?
mushahidh is offline   Reply With Quote