Re: [Gambas-user] Installer questions: How to package up new components?

2016-11-04 Thread Piper984
Hi Willy: Yes, that makes sense and is very helpful. I did not realize those PPA's existed. Will give it a try later on this afternoon. -- View this message in context: http://gambas.8142.n7.nabble.com/Installer-questions-How-to-package-up-new-components-tp57719p57727.html Sent from the

[Gambas-user] Installer questions: How to package up new components?

2016-11-04 Thread Piper984
Hi: I would like to deploy an application I've written to a few Ubuntu 16.04 machines, but the Project->Make->Installation package utility isn't functioning the way I'd expect, so would like to get advice on best method to deploy. I am using a few of the gb. components, including a new version

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-11-03 Thread Piper984
Hi Benoît, Just a quick update: I tried running my sample application on a newly installed Ubuntu 16.04, and with my reference video clips and all is working as expected! Thanks a ton! Of interest, and perhaps some source of issues: Some of the video clips I have for testing (Sintel and

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-31 Thread Piper984
Hi, Were you able to confirm that the video clips I attached could play via the .NextURL + AboutToFinish events successfully on your development machine? For what's it's worth, I do see this error message now in the console output window when after I play any video file (either just one and then

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-26 Thread Piper984
OK: attached are some sample clips. These might be the most uninteresting video clips ever posted on the internet. ;) test1-002.mp4 test1-003.mp4 test1-004.mp4

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-26 Thread Piper984
Hello Benoît, Glad you were able to use the archive. FYI: Looks like the Nabble website removes the .tar from the archive, but it's still a valid .tar file. I opened it on 16.04, 14.04, and Mac OSX, and I could see the source files (I did have to turn hidden files off). Regarding gb.media.form

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-26 Thread Piper984
ok: Attached is the file that is produced via Project -> make -> source archive. Thanks! prjVideoTest01-0.gz -- View this message in context:

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-26 Thread Piper984
Hi Benoît, Touching base here to see if you had a chance to pull down the source I uploaded? Any update? Anything I can do to help? Regards! -- View this message in context: http://gambas.8142.n7.nabble.com/MediaPlayer-bug-with-AboutToFinish-and-URL-tp57513p57614.html Sent from the

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-24 Thread Piper984
prjVideoTest01.tar Hi Benoît, attached is src of my test application. Thanks! -- View this message in context: http://gambas.8142.n7.nabble.com/MediaPlayer-bug-with-AboutToFinish-and-URL-tp57513p57612.html Sent from the

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-22 Thread Piper984
Hi Benoît, Hi pulled down the #7934 release from SourceForge and built+installed successfully. 3.9.90. I made sure the gb.media component built. Unfortunately when I set the URL during the AboutToFinish event, the next clip didn't play. In the Gambas console this warning was printed:

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-18 Thread Piper984
OK, thanks for continuing to look into it! In case it helps: Below is a Python script + Gstreamer lib where setting the URL property behaves as expected. It just toggles between playing two video clips, setting the URL property when the 'about-to-finish' event fires. Not sure if this will be of

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-17 Thread Piper984
Hi Benoît, Just checking in to see if you were able to learn any more regarding setting the URI during the about to finish event for the MediaPlayer component? Thanks and regards! -- View this message in context:

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-08 Thread Piper984
Cool, thanks for looking into it. I have stubbed out the code into a small project here: http://www.pitchpipetuner.com/gambas/prjVideoTest02.zip It's about 12 megs. Also in the zip file are the two video files for testing. Sounds like you already have a testing app going though. Re: GStreamer:

Re: [Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-08 Thread Piper984
Hi Benoît: Posting again without 'html' boxed clicked. Whoops. I have been playing with the Gambas MediaPlayer and the related Gambas wrappers of GStreamer libs recently hoping that I can find enough functionality in the gb.media libraries to be able to construct my app and not have to ever go

[Gambas-user] MediaPlayer bug with AboutToFinish and URL?

2016-10-08 Thread Piper984
Hi:I have been playing with the Gambas MediaPlayer and the related Gambas wrappers of GStreamer libs recently hoping that I can find enough functionality in the gb.media libraries to be able to construct my and not have to ever go back to doing my GUIs in C.I have used the Playbin plugin in the

Re: [Gambas-user] Looking for some gb.media examples

2016-09-26 Thread Piper984
Hi Benoît, Thanks for the reply. I actually do have some background with GStreamer, so hopefully I can figure out how to pass my pipelines into the mediacontroller object. I did manage to get a simple example working like this which I'll capture here just for others to find: Public objMedia As