linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Mediastreamer2 win sdk can't find openh264


From: lilinde
Subject: [Linphone-developers] Mediastreamer2 win sdk can't find openh264
Date: Mon, 3 Jun 2019 23:27:16 -0700 (MST)

i‘m try to use h264 like this:
if(profile==NULL)profile = rtp_profile_clone_full(&av_profile); 

for (size_t i = 0; i < 128; i++)
{
         pt=rtp_profile_get_payload(profile, i);
         if (pt != NULL) {
                 qDebug() << "pt=!="<<i&lt;&lt;&quot;&lt;>"<<pt->mime_type;
         }
}
out like this , i have add   openh264.dll 
pt=!= 0 <> PCMU
pt=!= 1 <> 1016
pt=!= 3 <> GSM
pt=!= 4 <> G723
pt=!= 7 <> LPC
pt=!= 8 <> PCMA
pt=!= 9 <> G722
pt=!= 10 <> L16
pt=!= 11 <> L16
pt=!= 13 <> CN
pt=!= 18 <> G729
pt=!= 31 <> H261
pt=!= 32 <> MPV
pt=!= 34 <> H263

hao to load openh264??



--
Sent from: http://nongnu.13855.n7.nabble.com/linphone-developers-f38648.html



reply via email to

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