Closed GoogleCodeExporter closed 8 years ago
self answer...
call receiveing client send sdp message like this
a=fmtp:104 packetization-mode=1;profile-level-id=428016;
and doubango library change video resolution for profile-level-id..
tdav_codec_h264_common.h
static const tdav_codec_h264_common_level_size_xt tdav_codec_h264_common_level_sizes [] =
{
{level_idc_1_0, 128, 96},
{level_idc_1_b, 128, 96},
{level_idc_1_1, 176, 144},
{level_idc_1_2, 320, 240},
{level_idc_1_3, 352, 288},
{level_idc_2_0, 352, 288},
Original comment by eyekil...@gmail.com
on 19 Jul 2013 at 1:47
Thi
Original comment by boss...@yahoo.fr
on 10 Aug 2013 at 8:43
Original issue reported on code.google.com by
eyekil...@gmail.com
on 8 Jul 2013 at 9:02