Alternative player for windows?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Tomka
Posts: 59
Joined: Mon Apr 18, 2011 7:30 pm

Alternative player for windows?

Post by Tomka » Wed Sep 14, 2011 11:25 am

Hiho,

i got a little question. I read alot in this forum about thats possible to use an other player (than QT) in windows-envoirment. Is there any Howto or Lesson for that?

My problem is that QT makes my App very instable under Windows. It crashes "without" any reason and I want to use an other player (for playback and recording) to solve the problems.


Thanks alot
Thomas

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Alternative player for windows?

Post by Mark » Sat Sep 17, 2011 1:00 am

Thomas, where did you read that? Got a link?

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: Alternative player for windows?

Post by WaltBrown » Sat Sep 17, 2011 2:14 am

Well, there's the User Guide:
On Windows systems, the player object can play back video using the Windows Media
subsystem. This has more limited functionality than using QuickTime.

On Linux Systems, the player object can play back video using mplayer. There are some
functionality limitations: alwaysBuffer, the startTime, endTime and ...

To force LiveCode to use the Windows Media subsystem instead of QuickTime on
Windows systems, even when QuickTime is installed, set the dontUseQT global
property to true.
I've also played videos in revBrowser (although opening YouTube just crashed LC on me - and it's a repeatable crash if I enter YouTube's home page :-)
so there may be some optons thru the browser.

Walt
Walt Brown
Omnis traductor traditor

Tomka
Posts: 59
Joined: Mon Apr 18, 2011 7:30 pm

Re: Alternative player for windows?

Post by Tomka » Fri Sep 23, 2011 9:38 am

Ok, I should add something to my question before. Like I already wrote, my app is very unstable with using QT under win7.

How is about using "dontUseQT" and using the win-MCI for recording and playing sound? Does anyone have good experiences with that?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Alternative player for windows?

Post by Mark » Fri Sep 30, 2011 12:23 pm

Hi,

LiveCode's WinMCI implementation is extremely old and the used technology itself is even older (approximately 15 years). It plays only a very limited number of formats.

Perhaps you should tell us more about your unstability problem. What makes you say it is unstable?

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: Alternative player for windows?

Post by paul_gr » Fri Sep 30, 2011 9:02 pm

IMO the best quicktime player for Windows is the open source VLC media player from http://www.videolan.org
Been using it for years...
Also plays many other formats and can be installed on many operating systems.
Also has various libraries available.
Might be useful to you. Worth a look.

cheers
Paul

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Alternative player for windows?

Post by BarrySumpter » Sat Oct 01, 2011 11:21 pm

Last week I chased down a LiveCode iTunes library.
I only had a few mins to play.
It did play the vid I was pointing at in iTunes in win32.

Remembering now it was very well written and comprehensive and huge.
But found very little posts regarding it on the LC forums.

Don't know what my issue was at the time with downloading.
I wrote the author and he was gracious enough to reply:
From: Thomas McGrath III [mailto:3mcgrath@comcast.net]
Sent: Tuesday, 27 September 2011 10:30 PM
To: Barry G. Sumpter
Subject: Re: iTunes Library Suite - libITS

Barry,

The link at http://lazyriver.on-rev.com/LibITSfldr.zip is still valid and the library is in the resultant downloaded folder. Although the two stacks (Library and Documents) still have a .rev extension.

Tom
hth
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

Post Reply