[Freeswitch-users] Enable H264 Video

Serge Yuriev me at nevian.org
Tue Sep 27 15:36:06 MSD 2016


Hello,

I’m interested but only as my pet project so no sponsoring sorry :(
I have made little patch to get network_addr filled and now stuck on passing correct cause codes - it’s always Normal clearing(10).
And getting Caller_id_name will be a bonus :)

On 27 Sep  2016, at 06:38, Seven Du <dujinfang at gmail.com> wrote:

> I made that mod and we can make it work if get enough interests/sponsors.
> 
> 
>> On Sep 21, 2016, at 5:52 AM, Anthony Minessale <anthony.minessale at gmail.com> wrote:
>> 
>> Correct, that module is the closest to having video support but needs some major work.
>> The opal one might be possible from the opal authors if you ask/hire them.
>> 
>> 
>> On Tue, Sep 20, 2016 at 4:35 PM, Serge Yuriev <me at nevian.org> wrote:
>> AFAIR there is mod_ooh323 in separate branch and it supports video.
>> But module need patches for general usage.
>> 
>> On 15 Sep  2016, at 17:06, Brian West <brian at freeswitch.org> wrote:
>> 
>>> There is no video support in any H323 modules in tree currently.  Nobody has done the work to make them video capable.  Maybe someone can sponsor that work.
>>> 
>>> 
>>> On Thu, Sep 15, 2016 at 12:31 AM, Jürgen Wendler <jw at vision-gmbh.de> wrote:
>>> And what about mod_h323 ? Video support here included or are the video capabilitys only for SIP?
>>> 
>>>  
>>> 
>>> Mit freundlichen Grüßen
>>> 
>>>  
>>> 
>>> Jürgen Wendler
>>> 
>>> -Technik-
>>> 
>>>  
>>> 
>>> Vision Consulting Deutschland GmbH
>>> 
>>> Bremsstr. 17,
>>> 
>>> D-50969 Köln (Cologne)
>>> 
>>> Fon: +49-221-995574-20
>>> 
>>> Fax: +49-221-995574-99
>>> 
>>> jw at vision-gmbh.de
>>> 
>>> http://www.vision-gmbh.de
>>> 
>>>  
>>> 
>>> Geschäftsführer: Dipl.-Inf. Stephan Krafft
>>> 
>>> Register: HRB 61562 - Amtsgericht Köln
>>> 
>>>  
>>> 
>>> Von: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] Im Auftrag von Michael Jerris
>>> Gesendet: Mittwoch, 14. September 2016 19:19
>>> 
>>> 
>>> An: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>>> Betreff: Re: [Freeswitch-users] Enable H264 Video
>>> 
>>>  
>>> 
>>> I can confirm that module does not currently have video support.
>>> 
>>>  
>>> 
>>> On Sep 14, 2016, at 11:20 AM, Brian West <brian at freeswitch.org> wrote:
>>> 
>>>  
>>> 
>>> If you code it probably, or find someone to code it. :)
>>> 
>>>  
>>> 
>>> On Wed, Sep 14, 2016 at 1:12 AM, Jürgen Wendler <jw at vision-gmbh.de> wrote:
>>> 
>>> Well, i thought since Version 1.6 freeswitch is capable of Video support. So there is no chance to get video with h323 listener, mod_opal or mod_h323 ?
>>> 
>>>  
>>> 
>>> Von: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] Im Auftrag von Brian West
>>> Gesendet: Dienstag, 13. September 2016 17:22
>>> An: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>>> Betreff: Re: [Freeswitch-users] Enable H264 Video
>>> 
>>>  
>>> 
>>> mod_opal doesn't support video in FreeSWITCH last I knew.
>>> 
>>>  
>>> 
>>> On Mon, Sep 12, 2016 at 8:18 AM, Jürgen Wendler <jw at vision-gmbh.de> wrote:
>>> 
>>> Hello everyone,
>>> 
>>>  
>>> 
>>> i’ve found some amazaing articles about FS and so i thought i can give it a try.
>>> 
>>> So I followed instructions in confluenca and got a simple running fs server with mod_verto which is capable of some basic webrtc. Really nice.
>>> 
>>>  
>>> 
>>> Now I want to join this room (which is the basic 3500 room with the default video-mcu-profile) with some external h323 device. So I compiled ptlib and opalvoip and finally mod_opal and created a h323 listener.
>>> 
>>> When I call the ip + room number with an external device (polycom, sony) via h323 I get voice only connections, log says the following:
>>> 
>>>  
>>> 
>>> 2016-09-12 12:26:17.140849 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec H263-2000 at 90000 (pt=121) to an OPAL media format.
>>> 
>>> 2016-09-12 12:26:17.140849 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec H263-1998 at 90000 (pt=115) to an OPAL media format.
>>> 
>>> 2016-09-12 12:26:17.140849 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec VP8 at 90000 (pt=99) to an OPAL media format.
>>> 
>>> 2016-09-12 12:26:17.140849 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec VP9 at 90000 (pt=99) to an OPAL media format.
>>> 
>>> 2016-09-12 12:26:17.160836 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec H263 at 90000 (pt=34) to an OPAL media format.
>>> 
>>> 2016-09-12 12:26:17.160836 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec LPC at 8000 (pt=7) to an OPAL media format.
>>> 
>>> 2016-09-12 12:26:17.160836 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec PROXY-VID at 90000 (pt=31) to an OPAL media format.
>>> 
>>> 2016-09-12 12:26:17.160836 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec H261 at 90000 (pt=31) to an OPAL media format.
>>> 
>>> 2016-09-12 12:26:17.160836 [WARNING] mod_opal.cpp:750 {Opal Answer:12170,0000000000001} mod_opal        Could not match FS codec H264 at 90000 (pt=97) to an OPAL media format.
>>> 
>>>  
>>> 
>>> So I thought I should have a look about the compiled codecs. I activated mod_opal and mod_h26x in modules.conf but no succes. Log always says:
>>> 
>>>  
>>> 
>>> 2016-09-12 12:26:17.160836 [INFO] h323.cxx:3996 {Opal Answer:12170,0000000000001} H323          SetLocalCapabilities: GSM-AMR,G.723.1,G.729,GSM-06.10,G.711-uLaw-64k,G.711-ALaw-64k,T.38,UserInput/hookflash,UserInput/basicString,UserInput/dtmf
>>> 
>>>  
>>> 
>>> I’ve tried to change profile or the conference / dialplan, event set “absolute_codec_string” in dialplan/default.xml but I think I am missing something.
>>> 
>>> Could anyone point me in the right direction where I can “enable” h263++ or h264 video capabilitys for an external h323 device / call via mod_opal?
>>> 
>>> System is debian 8, FS and ptlib / mod_opal are checked out from git / cvs.
>>> 
>>>  
>>> 
>>> Best regards,
>>> 
>>> Juergen
>>> 
>>>  
>>> 
>>> 
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>> 
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.cluecon.com
>>> 
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>> 
>>> 
>>> 
>>> -- 
>>> Brian West
>>> brian at freeswitch.org
>>> 
>>> 
>>> 
>>> Twitter: @FreeSWITCH , @briankwest
>>> http://www.freeswitchbook.com (50% Discount using code FreeSwitch50)
>>> http://www.freeswitchcookbook.com (50% Discount using code FreeSwitch50)
>>> https://www.gofundme.com/freeswitch_ubuntu
>>> 
>>> Got Bugs? Report them here! | Reddit: /r/freeswitch
>>> 
>>> T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378)
>>> iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest
>>> 
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services: 
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>> 
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.cluecon.com
>>> 
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>> 
>> -- 
>> Serge S. Yuriev
>> 
>> 
>> 
>> 
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>> 
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>> 
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>> 
>> 
>> 
>> -- 
>> Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬
>> 
>>http://freeswitch.org/http://cluecon.com/http://twitter.com/FreeSWITCH
>> ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+
>> 
>> ClueCon Weekly Development Call 
>> ☎ sip:888 at conference.freeswitch.org  ☎ +19193869900 
>> 
>> https://www.youtube.com/watch?v=9XXgW34t40s
>> https://www.youtube.com/watch?v=NLaDpGQuZDA
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services: 
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>> 
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>> 
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services: 
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-- 
Serge S. Yuriev



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160927/10772a7c/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list