[Freeswitch-users] Using H264 with Verto

Francesco Facco de Lagarda francesco at delagarda.com
Tue Jun 19 10:28:37 UTC 2018


My ten cent’s worth .. this is my verto profiles…

 

 

<profiles>

                <profile name="default-v4">

                               <param name="bind-local" value="$${local_ip_v4}:8081"/>

                               <param name="bind-local" value="$${local_ip_v4}:8082" secure="true"/>

                               <param name="force-register-domain" value="$${domain}"/>

                               <param name="secure-combined" value="$${certs_dir}/wss.pem"/>

                               <param name="secure-chain" value="$${certs_dir}/wss.pem"/>

                               <param name="userauth" value="true"/>

                               <!-- setting this to true will allow anyone to register even with no account so use with care -->

                               <param name="blind-reg" value="false"/>

                               <param name="mcast-ip" value="224.1.1.1"/>

                               <param name="mcast-port" value="1337"/>

                               <param name="rtp-ip" value="$${local_ip_v4}"/>

                               <param name="ext-rtp-ip" value="************MY PUBLIC UP ADDRESS********"/>

                               <param name="local-network" value="localnet.auto"/>

                               <param name="outbound-codec-string" value="opus,vp8"/>

                               <param name="inbound-codec-string" value="opus,vp8"/>

 

                               <param name="apply-candidate-acl" value="localnet.auto"/>

                               <param name="apply-candidate-acl" value="wan_v4.auto"/>

                               <param name="apply-candidate-acl" value="rfc1918.auto"/>

                               <param name="apply-candidate-acl" value="any_v4.auto"/>

                               <param name="timer-name" value="soft"/>

 

                </profile>

 

                <profile name="default-v6">

                               <param name="bind-local" value="[$${local_ip_v6}]:8081"/>

                               <param name="bind-local" value="[$${local_ip_v6}]:8082" secure="true"/>

                               <param name="force-register-domain" value="$${domain}"/>

                               <param name="secure-combined" value="$${certs_dir}/wss.pem"/>

                               <param name="secure-chain" value="$${certs_dir}/wss.pem"/>

                               <param name="userauth" value="true"/>

                               <!-- setting this to true will allow anyone to register even with no account so use with care -->

                               <param name="blind-reg" value="false"/>

                               <param name="rtp-ip" value="$${local_ip_v6}"/>

                               <param name="ext-rtp-ip" value="************MY PUBLIC UP ADDRESS********"/>

                               <param name="outbound-codec-string" value="opus,vp8"/>

                               <param name="inbound-codec-string" value="opus,vp8"/>

 

                               <param name="apply-candidate-acl" value="wan_v6.auto"/>

                               <param name="apply-candidate-acl" value="rfc1918.auto"/>

                               <param name="apply-candidate-acl" value="any_v6.auto"/>

                               <param name="apply-candidate-acl" value="wan_v4.auto"/>

                               <param name="apply-candidate-acl" value="any_v4.auto"/>

                               <param name="timer-name" value="soft"/>

 

                </profile>

</profiles>

 

From: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org> On Behalf Of Chad Phillips
Sent: venerdì 15 giugno 2018 20:51
To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
Subject: [Freeswitch-users] Using H264 with Verto

 

I have a slightly older install where I’m using H264 with Verto, and it works fine. However, I’m not able to get it working on latest master.

 

I’m guessing there’s some esoteric setting I’m missing, but can’t seem to find it. I do have the following in verto.conf.xml:

 

      <param name="outbound-codec-string" value="opus,h264"/>

      <param name=“inbound-codec-string” value="opus,h264"/>

 

I also have mod_h26x disabled, as I remember that’s passthrough only and causes issues when loaded in this case.

 

When I try in Chrome I see it offering H264 in the SDP, but the answer SDP contains this, and the stream is audio only: 

 

m=video 0 UDP/TLS/RTP/SAVPF 19

 

What am I missing??

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180619/fa53ab67/attachment-0001.html>


More information about the FreeSWITCH-users mailing list