linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] R: video resolution send


From: joaoprosa
Subject: Re: [Linphone-users] R: video resolution send
Date: Wed, 30 Mar 2016 16:30:37 +0100
User-agent: IMP PTMail 5.8.20

Dear Sir

I do not  know , if this help,  in x264 Linphone plugin , the array is initialized


(required_bitrate, bitrate_limit, resolution, fps_pc, cpus_pc, fps_mobile, cpus_mobile)
 1024000,                5000000,             720P,    25    ,        4       ,              12   , 2),

static const MSVideoConfiguration x264_conf_list[] = {
    MS_X264_CONF(2048000,     1000000,            UXGA, 25,  4, 12, 2), /*1200p*/

    MS_X264_CONF(1024000,     5000000,       SXGA_MINUS, 25,  4, 12, 2),

    MS_X264_CONF(1024000,      5000000,               720P, 25,  4, 12, 2),

    MS_X264_CONF( 750000,     2048000,             XGA, 20,  4, 12, 2),

    MS_X264_CONF( 500000,      1024000,            SVGA, 20,  2, 12, 2),

    MS_X264_CONF( 256000,       800000,             VGA, 15,  2, 12, 2), /*480p*/

    MS_X264_CONF( 128000,       512000,             CIF, 15,  1, 12, 2),

    MS_X264_CONF( 100000,       380000,            QVGA, 15,  1, 12, 1), /*240p*/

    MS_X264_CONF( 128000,    170000,            QCIF, 10,  1, 10, 1),
    MS_X264_CONF(  64000,    128000,            QCIF, 10,  1, 7, 1),
    MS_X264_CONF(      0,     64000,            QCIF, 10,  1, 5, 1)
};

if you want  720P  ( MS_X264_CONF(1024000,      5000000,               720P, 25,  4, 12, 2)),   I think  that  you  need upload  3 * 1024000 at least or more  

For example   MS_X264_CONF( 750000,     2048000,             XGA, 20,  4, 12, 2),  for your bandwidth  I do not how Linphone assign the resolution, I think you should ask to the developers.


with kinds regards
João Pereira Rosa
 

Citando Андрей Пегов <address@hidden>:

Hello, Michele!

attach

Андрей Пегов.

29.03.2016, 21:56:34 пользователь Michele Perrone (address@hidden) написал:

Privjet Andrej, I wonder: does maybe Linphone override the preferred video resolution in some cases?
I'm no expert here, so I can think of no else than insufficient bandwidth. Have you tried disabling the "adaptive rate" in Linphone settings and entering your UP/DW rate manually?
Also specifying the HW, OS and SW configuration of the four computer could help.
Regards
Michele P.

-----Messaggio originale-----
Da: address@hidden [mailto:address@hidden] Per conto di ?????? ?????
Inviato: martedì 29 marzo 2016 16:17
A: address@hidden
Oggetto: [Linphone-users] video resolution send

Hello!

I use linphone 3.9.1 with prefered video resolution 720p (1280x720), debian wheezy, Creative Live Cam Connect HD 720p

one computer - video resolution send 640x480
on another computer - 800x600
on third computer - 1280x720

tell me - what does it depend

Андрей Пегов.
_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users


 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]