Video chat app?

Anyone written a 2-way video chat app with Xojo?

There are many (professional and open source) video apps but HIPPA compliance (and security) is an issue.

Is there anyone in the Xojo community that has tried to establish video/audio chat streams using Xojo (either Web or Desktop)?

Would this be possible in current Xojo versions (without extensive plug-in support?)

Thanks in advance

people wrote they use a command line tool to create the video / audio stream with encoder VLC or FFmpeg

and then you need something to watch it.

HTML5 and Media Source Extensions

WebRTC (Web Real-Time Communication)

Real Time Streaming Protocol (RTSP)

there was a easy xojo example with htmlviewer that using the facebook messenger service url

Thanks. I am digesting the WebRTC docs now…looks like a potential framework. I will experiement. Many thanks.

1 Like