Search found 100 matches

by Got2BeFree
Wednesday 8th May 2024 4:35am
Forum: General
Topic: Am I missing something?
Replies: 3
Views: 32

Re: Am I missing something?

Thanks, for your reply, Bruce. Bare with me... my 62 year old brain works a little slower these days... So, I'm not missing a MediaPlayer form in the toolbox and MediaPlayer is only created by code? I haven't done much digging yet into the audio part of my project. Some of my security cameras have a...
by Got2BeFree
Wednesday 8th May 2024 12:45am
Forum: General
Topic: Am I missing something?
Replies: 3
Views: 32

Am I missing something?

Since I've been away from Gambas for several years, I'm trying to relearn things. Some of it is coming back to me easily. Other stuff I'm struggling with, but I'm getting there. The last project I started was way back with Gambas version 3.9.x (2016) and a few minor updates through the years until v...
by Got2BeFree
Monday 6th May 2024 12:46am
Forum: General
Topic: Debian and Gambas (long read)
Replies: 4
Views: 85

Re: Debian and Gambas (long read)

Why did you have to post this? :evil: Now I'm going to be thinking about how to fit this into my list of things to do. :evil: :lol: I wish I was still running an off-site server, but alas, I gave up my last one about 4 years ago. :( Since I've been running Debian at home for the past 8 years or so, ...
by Got2BeFree
Saturday 4th May 2024 7:57pm
Forum: General
Topic: SQLite
Replies: 3
Views: 131

Re: SQLite

Thanks Quin! I had created db in code (or with DB Browser for SQLite) for so long I had forgotten I can create a db using a script file in Gambas. After digging a little more I realized that I can create a unique index with code. Not exactly what I wanted, but just as good. After giving my use case ...
by Got2BeFree
Thursday 2nd May 2024 5:10am
Forum: General
Topic: SQLite
Replies: 3
Views: 131

SQLite

When creating an SQLite table from within Gambas, I'd like to mark one of the columns UNIQUE (such as column name "name" in the example code below). I'm not having any success. Is there a way to do that? I know I could check what's being entered against existing rows to make sure the new d...
by Got2BeFree
Wednesday 1st May 2024 9:40pm
Forum: General
Topic: Live video feed?
Replies: 6
Views: 688

Re: Live video feed?

I found an example in the farm that can play an RTSP stream Well, what's the name of this program that you found ? IPTV by WebOss. Once I saw how it's done, I realized just how simple it is. Just need a MediaView and feed it an RTSP url like this: MediaView1.Stop MediaView1.URL = "rtsp://192.1...
by Got2BeFree
Tuesday 30th April 2024 4:55pm
Forum: General
Topic: Live video feed?
Replies: 6
Views: 688

Re: Live video feed?

Thanks, guys! That was just enough info to get me going in the right direction. I found an example in the farm that can play an RTSP stream and I'll base my project on that one. That project is in another language so it's going to take a bit to sort that out. I have a neighbor who would "borrow...
by Got2BeFree
Monday 29th April 2024 9:30pm
Forum: General
Topic: Live video feed?
Replies: 6
Views: 688

Re: Live video feed?

I'm guessing a live RTSP feed is not doable?
by Got2BeFree
Wednesday 24th April 2024 4:06am
Forum: General
Topic: Live video feed?
Replies: 6
Views: 688

Live video feed?

I've been away from Gambas for way too long and my search hasn't turned up anything of value. Is it possible to view live video in Gambas, such as an rtsp feed? I'm currently using VLC to live view my security cameras but I have to either open multiple instances of VLC or change URL's to view each o...
by Got2BeFree
Friday 19th February 2021 4:21am
Forum: General
Topic: Did you know?
Replies: 91
Views: 423016

Re: Did you know?

progger wrote: Thursday 18th February 2021 4:11pm If you create a comment that starts with "TODO:" then that comment shows up in you Notes list. This is a nice way to keep track of your ToDo-list :)
So will "FIXME:" and "NOTE:".