Search found 116 matches

by Monox18
Wed Feb 24, 2021 1:08 am
Forum: Games
Topic: Space game to test - can animation be improved?
Replies: 34
Views: 28729

Re: Space game to test - can animation be improved?

Both posts are quite hilarous... while also true. Also, I need to suppress my inner graphical designer and let that to the pros indeed.
by Monox18
Mon Feb 22, 2021 11:22 pm
Forum: Games
Topic: Space game to test - can animation be improved?
Replies: 34
Views: 28729

Re: Space game to test - can animation be improved?

Yeah sure. Just post back here announcing that a release candidate is up for testing. I will get the notification.

I'm glad that you find my feedback useful. Good luck!
by Monox18
Sun Feb 14, 2021 6:57 pm
Forum: Android Deployment
Topic: can LC play RTSP or other options for livestreaming?
Replies: 3
Views: 3881

can LC play RTSP or other options for livestreaming?

Hello all, Any ideas how to play Real Time Streaming Protocol (RTSP) in Android's native player? I have a URL "rtsp://xxx.yyy.zzz" for an IP camera. I have tested the RTSP stream over the internet with both a VLC player on windows and a Android App named IP Cam Viewer and another named RTSP Player. ...
by Monox18
Sat Feb 06, 2021 7:13 pm
Forum: Games
Topic: Space game to test - can animation be improved?
Replies: 34
Views: 28729

Re: Space game to test - can animation be improved?

Hi Monox! Wow, that's cool! I haven't had much feedback for quite a while, and never anyone outside the family to make the scoreboard. So congratulations! :D I appreciate the feedback very much! Well then I'm proud to say that I have beat them all and now I'm #1 in the leaderboard. That gives me th...
by Monox18
Sat Jan 30, 2021 2:55 pm
Forum: Games
Topic: Space game to test - can animation be improved?
Replies: 34
Views: 28729

Re: Space game to test - can animation be improved?

Hey Andreas the game is quite fun. It got me engaged. I managed to finish it one time. Uploaded the score. Now I wanted to play more rounds, to see if I could get a higher score and sadly there were too many glitches. I couldn't finish it because once glitched, restarting the game wouldn't fix it, t...
by Monox18
Wed Jan 27, 2021 1:02 am
Forum: Internet
Topic: Looking for guidance to set up a LiveCode https server
Replies: 2
Views: 3561

Re: Looking for guidance to set up a LiveCode https server

Tnx for the quick reply. Well about #2, I meant changing the code/architecture in my app to utilize some other web server. Switching to a more subscriber/subscription mechanism rather than a direct client-server connection. I suppose you understood I wanted to change the engine source code? I can't ...
by Monox18
Wed Jan 27, 2021 12:21 am
Forum: Internet
Topic: Looking for guidance to set up a LiveCode https server
Replies: 2
Views: 3561

Looking for guidance to set up a LiveCode https server

Recently I have been migrating all my client/server communication from http to https. The non-LC programs that I use as server and support encryption were easy to change to https. But I'm having issues with a client made in LiveCode and also a server made in LC (normal Indy flavor, not server LC ver...
by Monox18
Tue Jan 26, 2021 11:40 pm
Forum: Internet
Topic: How to configure Self-Signed SSL certificates with tsNet?
Replies: 1
Views: 3369

Re: How to configure Self-Signed SSL certificates with tsNet?

Problem solved. I was using another program that was generating the SSL license for me, so I didn't need to manually create it with OpenSSL. However, the generated license was using the PC's name as the Common Name (CN) in the license. I ended changing the server PC name to reflect the domain name I...
by Monox18
Tue Jan 26, 2021 2:32 am
Forum: Android Deployment
Topic: Quitting the app in Android freezes it
Replies: 8
Views: 4932

Re: Quitting the app in Android freezes it

Hi Jacque, Thanks for all suggestions! I can't use remote debugging because that's only for business license and I have Indy. The answer the result and try catch were good ideas but the problem is worse than I expected. I think I found the culprit. It is the external tsNet. I tried the same suggesti...
by Monox18
Thu Jan 21, 2021 8:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Browser widget - How to grant peripherals permission?
Replies: 4
Views: 3777

Re: Browser widget - How to grant peripherals permission?

Well the stack is very simple. Just a browser widget with the URL set to https://meet.jit.si/LiveCode You can use that url as a test. The room is public, no password, open 24/7. That is a live demo hosted in Jitsi. In their main page you can create any other room name, without creating any users. Ot...
by Monox18
Wed Jan 20, 2021 7:24 pm
Forum: Engine Contributors
Topic: How can I do some changes in LC engine and test them?
Replies: 9
Views: 11795

Re: How can I do some changes in LC engine and test them?

Those are some interesting details. I really have zero knowledge about that. I didn't even know about CEF until I came to this WebRTC issue. Anyway I see a lot of potential in CEF and for sure is still the way of future embedding. Only Mac is using the OS browser, while Windows, Android and Linux us...
by Monox18
Wed Jan 20, 2021 7:13 pm
Forum: Internet
Topic: How to configure Self-Signed SSL certificates with tsNet?
Replies: 1
Views: 3369

How to configure Self-Signed SSL certificates with tsNet?

Hello all, Recently I have been communicating with a server via http with a LC client in an anonymous mode. I can both read and write data using tsNet external. Now I'm trying to set up the security issues, switch to HTTPS instead and start Authentication. First I'm testing the HTTPS connection with...
by Monox18
Wed Jan 20, 2021 6:33 pm
Forum: Internet
Topic: tsNetGetFileSync stopped working - tsNetCABundle problem
Replies: 3
Views: 4032

Re: tsNetGetFileSync stopped working - tsNetCABundle problem

The error seems local to me. The tsNet documentation suggests it is a command rather than a function, try removing the parenthesis here

Code: Select all

 tsNetCABundle (tCAbndl)
with just:

Code: Select all

 tsNetCABundle tCAbndl
Maybe it works...
by Monox18
Tue Jan 19, 2021 4:23 pm
Forum: Engine Contributors
Topic: How can I do some changes in LC engine and test them?
Replies: 9
Views: 11795

Re: How can I do some changes in LC engine and test them?

Thank you mwieder for the tips. Long story short. I reached out LC support and they helped me. I was indeed successfully compiling the LC engine but the browser widget never worked. So I couldn't do it myself, but the good news is that Panos quickly fixed the original WebRTC issue. Hopefully my bug ...

Go to advanced search