Closed GoogleCodeExporter closed 9 years ago
I forgot to mention, this happens when I comment out
// video_codecs.push_back(
// cricket::VideoCodec(99, "H264-SVC", 640, 360, 30, 0));
in mediaenginefactory.cc, in other words, I want to use only H264, not H264-SVC.
It may have to with H264 keyframes, but this is pure speculation.
Original comment by ddrago...@gmail.com
on 31 Dec 2011 at 4:05
The "input" rtpdump file is in "H264/AVC" format due to compatibility concerns,
however, when calling from console to Gmail/Talk without any code change, by
default, the "SVC" codec will be used, so the "output" file you saved is an
"SVC" dump file.
Then you removed the "SVC" support from the console app and try to feed it with
an "SVC" dump file that you saved previously. This is why it won't work.
Original comment by jun...@google.com
on 4 Jan 2012 at 12:08
Original issue reported on code.google.com by
ddrago...@gmail.com
on 31 Dec 2011 at 1:52