<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Very cool! <br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
I've been following pas2js for a while now, but just in the past few days have I actually been testing things out (also probably due to being homebound). Thid will be a fun demo to play with,<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Cheers 🍻,<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
-Highball</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Pas2js <pas2js-bounces@lists.freepascal.org> on behalf of pas2js-request@lists.freepascal.org <pas2js-request@lists.freepascal.org><br>
<b>Sent:</b> Monday, April 20, 2020 6:00:02 AM<br>
<b>To:</b> pas2js@lists.freepascal.org <pas2js@lists.freepascal.org><br>
<b>Subject:</b> Pas2js Digest, Vol 26, Issue 2</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Send Pas2js mailing list submissions to<br>
pas2js@lists.freepascal.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js">https://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js</a><br>
or, via email, send a message with subject or body 'help' to<br>
pas2js-request@lists.freepascal.org<br>
<br>
You can reach the person managing the list at<br>
pas2js-owner@lists.freepascal.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Pas2js digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Video conferencing APIs (Michael Van Canneyt)<br>
2. Re: Video conferencing APIs (Sven Barth)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 19 Apr 2020 16:28:59 +0200 (CEST)<br>
From: Michael Van Canneyt <michael@freepascal.org><br>
To: pas2js discussions <pas2js@lists.freepascal.org><br>
Subject: [Pas2js] Video conferencing APIs<br>
Message-ID: <alpine.DEB.2.21.2004191620410.30320@home><br>
Content-Type: text/plain; format=flowed; charset=US-ASCII<br>
<br>
<br>
Hello,<br>
<br>
Probably it's fair to say we get our share of video conferencing these days due to<br>
worldwide circumstances.<br>
<br>
By coincidence (or maybe not) I came across 2 video APIs for my daytime job.<br>
<br>
The first one is a commercial one:<br>
<a href="http://tokbox.com">http://tokbox.com</a><br>
(acquired by Vonage)<br>
<br>
The second one is an open source one:<br>
<a href="https://jitsi.org/">https://jitsi.org/</a><br>
which you can use for free on<br>
<a href="https://meet.jit.si/">https://meet.jit.si/</a><br>
<br>
I've converted the APIs of both services, and entered them in the pas2js<br>
SVN. Both APIs come with a simple demo, which is online on:<br>
<br>
<a href="https://www.freepascal.org/~michael/pas2js-demos/opentok/">https://www.freepascal.org/~michael/pas2js-demos/opentok/</a><br>
<br>
<a href="https://www.freepascal.org/~michael/pas2js-demos/jitsimeet/">https://www.freepascal.org/~michael/pas2js-demos/jitsimeet/</a><br>
<br>
For opentok, you'll need an account. <br>
The free trial account works with the demo.<br>
<br>
I have used the jitsi meet API for a commercial application, and it works<br>
very well. Setting up a server of your own is a matter of minutes <br>
(if you're on linux). and the load is quite low.<br>
<br>
Enjoy !<br>
<br>
Michael.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 19 Apr 2020 22:45:23 +0200<br>
From: Sven Barth <pascaldragon@googlemail.com><br>
To: pas2js@lists.freepascal.org<br>
Subject: Re: [Pas2js] Video conferencing APIs<br>
Message-ID: <a851be7d-0bfa-397f-ea09-40dd122afbf4@googlemail.com><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Am 19.04.2020 um 16:28 schrieb Michael Van Canneyt:<br>
><br>
> Hello,<br>
><br>
> Probably it's fair to say we get our share of video conferencing these <br>
> days due to<br>
> worldwide circumstances.<br>
><br>
> By coincidence (or maybe not) I came across 2 video APIs for my <br>
> daytime job.<br>
><br>
> The first one is a commercial one:<br>
> <a href="http://tokbox.com">http://tokbox.com</a><br>
> (acquired by Vonage)<br>
><br>
> The second one is an open source one:<br>
> <a href="https://jitsi.org/">https://jitsi.org/</a><br>
> which you can use for free on<br>
> <a href="https://meet.jit.si/">https://meet.jit.si/</a><br>
><br>
> I've converted the APIs of both services, and entered them in the pas2js<br>
> SVN. Both APIs come with a simple demo, which is online on:<br>
><br>
> <a href="https://www.freepascal.org/~michael/pas2js-demos/opentok/">https://www.freepascal.org/~michael/pas2js-demos/opentok/</a><br>
><br>
> <a href="https://www.freepascal.org/~michael/pas2js-demos/jitsimeet/">https://www.freepascal.org/~michael/pas2js-demos/jitsimeet/</a><br>
><br>
> For opentok, you'll need an account. The free trial account works with <br>
> the demo.<br>
><br>
> I have used the jitsi meet API for a commercial application, and it works<br>
> very well. Setting up a server of your own is a matter of minutes (if <br>
> you're on linux). and the load is quite low.<br>
<br>
Oh cool, I use Jtisi myself for meeting with my friends :) (though I'm <br>
not hosting my own instance ^^')<br>
<br>
Regards,<br>
Sven<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Pas2js maillist - Pas2js@lists.freepascal.org<br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js">https://lists.freepascal.org/cgi-bin/mailman/listinfo/pas2js</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Pas2js Digest, Vol 26, Issue 2<br>
*************************************<br>
</div>
</span></font></div>
</body>
</html>