[Freeswitch-users] Conference audio issues when Verto user sends video to audio-only conference

Chad Phillips chad at apartmentlines.com
Fri Jul 13 21:55:34 UTC 2018


I’m not negotiating video (useVideo: false, useCamera: “none”).

But because of this iOS-only bug:
https://bugs.webkit.org/show_bug.cgi?id=179363

I’ve been passing an existing MediaStream to the Verto library that has
both audio and video tracks.

I’m pretty sure the reason video still gets sent is because our Verto libs
use outdated WebRTC APIs, and I doubt iOS supports them in their brand
spanking new implementation.

Of course adapter.js is supposed to fix all this, but it’s not perfect.

I did eventually figure out that I could clone the original existing
MediaStream and remove the video track from the clone, which solved this
particular issue.

On Fri, Jul 13, 2018 at 12:32 PM Michael Jerris <mike at jerris.com> wrote:

> dont negotiate video?
>
> > On Jun 23, 2018, at 8:49 PM, Chad Phillips <chad at apartmentlines.com>
> wrote:
> >
> > I’ve got an audio-only conference configured, and some Verto clients
> (iOS to be specific) are also sending video to that conference.
> >
> > I had hoped that the video would simply be discarded, but instead I get
> this error, and audio doesn’t seem to be sent/received properly:
> >
> > [WARNING] switch_core_media.c:13944 verto.rtc/3521 has no video codec
> >
> > The only solution I’ve found is to configure the conference in question
> for video as well, but that’s not ideal.
> >
> > Wondering if this is a bug to report to Jira, or possibly there’s some
> config thing I can do to fix it? Because of iOS limitations, I’m not seeing
> how to have that client send audio only in my case.
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://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
> https://freeswitch.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180713/536d1287/attachment.html>


More information about the FreeSWITCH-users mailing list