Re: Video Chat?

2022-01-11 Thread Martin Koob via use-livecode
Hi Panos

Do you need to use the browser object to use WebRTC or would if be feasible to 
code your own solution using  the cameraControl Object to capture the video to 
send,  the player object to play the incoming video and tsNet to handle all the 
internet communication making the two way streaming possible?

Martin



> On Jan 11, 2022, at 5:02 AM, panagiotis m via use-livecode 
>  wrote:
> 
> Hello all,
> 
> Support for WebRTC was recently added in the CEF browser - that is Windows
> and Linux. I _think_ Tom is on Windows.
> 
> I believe that for the other platforms we'll need special permissions in
> the WKWebView (Mac and iOS) and the WebView (Android).
> 
> I'll file an enhancement request in BZ so that we have a look at this in
> the future.
> 
> Kind regards,
> Panos
> 
> 
> 
> 
> On Mon, 10 Jan 2022 at 23:49, Dan Friedman via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Tom,
>> 
>> I just tried using whereby (via a php page we created) in LiveCode (the
>> IDE) and its stuck on "Loading camera and audio...".   I've tried both the
>> browser widget and the revBrowserOpen() method.  What versions of LC are
>> you using?   I'm on 9.6.5.  Do you have a sample stack that is working for
>> you?
>> 
>> FWIW, the php page we made works perfectly is a browser on desktop and
>> mobile.
>> 
>> -Dan
>> 
>> 
>> On 1/7/22, 9:15 AM, "use-livecode on behalf of Tom Glod via use-livecode"
>> > use-livecode@lists.runrev.com> wrote:
>> 
>>Yes, since recently, you can use webrtc chat inside the browser.  It
>> picks
>>up the camera and mic.  I tested a couple of them and they seemed to
>> work
>>fine.  whereby.com is a good one to try
>> 
>>On Fri, Jan 7, 2022 at 12:05 PM Dan Friedman via use-livecode <
>>use-livecode@lists.runrev.com> wrote:
>> 
>>> Does anyone know if it's possible to do a live Video Chat in a LC
>>> project/app?
>>> 
>>> -Dan
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>___
>>use-livecode mailing list
>>use-livecode@lists.runrev.com
>>Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>>http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Video Chat?

2022-01-11 Thread panagiotis m via use-livecode
Hello all,

Support for WebRTC was recently added in the CEF browser - that is Windows
and Linux. I _think_ Tom is on Windows.

I believe that for the other platforms we'll need special permissions in
the WKWebView (Mac and iOS) and the WebView (Android).

I'll file an enhancement request in BZ so that we have a look at this in
the future.

Kind regards,
Panos




On Mon, 10 Jan 2022 at 23:49, Dan Friedman via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Tom,
>
> I just tried using whereby (via a php page we created) in LiveCode (the
> IDE) and its stuck on "Loading camera and audio...".   I've tried both the
> browser widget and the revBrowserOpen() method.  What versions of LC are
> you using?   I'm on 9.6.5.  Do you have a sample stack that is working for
> you?
>
> FWIW, the php page we made works perfectly is a browser on desktop and
> mobile.
>
> -Dan
>
>
> On 1/7/22, 9:15 AM, "use-livecode on behalf of Tom Glod via use-livecode"
>  use-livecode@lists.runrev.com> wrote:
>
> Yes, since recently, you can use webrtc chat inside the browser.  It
> picks
> up the camera and mic.  I tested a couple of them and they seemed to
> work
> fine.  whereby.com is a good one to try
>
> On Fri, Jan 7, 2022 at 12:05 PM Dan Friedman via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Does anyone know if it's possible to do a live Video Chat in a LC
> > project/app?
> >
> > -Dan
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Video Chat?

2022-01-10 Thread Dan Friedman via use-livecode
Tom,

I just tried using whereby (via a php page we created) in LiveCode (the IDE) 
and its stuck on "Loading camera and audio...".   I've tried both the browser 
widget and the revBrowserOpen() method.  What versions of LC are you using?   
I'm on 9.6.5.  Do you have a sample stack that is working for you?

FWIW, the php page we made works perfectly is a browser on desktop and mobile.

-Dan
 

On 1/7/22, 9:15 AM, "use-livecode on behalf of Tom Glod via use-livecode" 
 wrote:

Yes, since recently, you can use webrtc chat inside the browser.  It picks
up the camera and mic.  I tested a couple of them and they seemed to work
fine.  whereby.com is a good one to try

On Fri, Jan 7, 2022 at 12:05 PM Dan Friedman via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Does anyone know if it's possible to do a live Video Chat in a LC
> project/app?
>
> -Dan
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Video Chat?

2022-01-07 Thread Tom Glod via use-livecode
Yes, since recently, you can use webrtc chat inside the browser.  It picks
up the camera and mic.  I tested a couple of them and they seemed to work
fine.  whereby.com is a good one to try

On Fri, Jan 7, 2022 at 12:05 PM Dan Friedman via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Does anyone know if it's possible to do a live Video Chat in a LC
> project/app?
>
> -Dan
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Video Chat?

2022-01-07 Thread Dan Friedman via use-livecode
Does anyone know if it's possible to do a live Video Chat in a LC project/app?

-Dan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode