Inserting and managing videos in a multiplatform app
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 27
- Joined: Wed Nov 15, 2006 11:27 am
Inserting and managing videos in a multiplatform app
Hi all,
how can I insert videos and start/stop them in an app for MAC/WIN/iOS/Android platform?
I have to show some long videos.
I can use mp4 video streaming (from a Wooza streaming server) or http streaming (from a web server).
Any solution available in the new LiveCode IDE ?
Thanks,
Paolo Mazza
how can I insert videos and start/stop them in an app for MAC/WIN/iOS/Android platform?
I have to show some long videos.
I can use mp4 video streaming (from a Wooza streaming server) or http streaming (from a web server).
Any solution available in the new LiveCode IDE ?
Thanks,
Paolo Mazza
Paolo Mazza
Italy
Italy
Re: Inserting and managing videos in a multiplatform app
Buongiorno Paolo,
unfortunately Livecode still relies on QuickTime for playing video.
A new mulimedia engine on its way, but noone knows when this will be available.
On iOS and Android LC uses the underlying OS multimedia features.
I think all (desktop QT and mobile) can play streaming media.
Best
Klaus
unfortunately Livecode still relies on QuickTime for playing video.
A new mulimedia engine on its way, but noone knows when this will be available.
On iOS and Android LC uses the underlying OS multimedia features.
I think all (desktop QT and mobile) can play streaming media.
Best
Klaus
-
- Posts: 27
- Joined: Wed Nov 15, 2006 11:27 am
Re: Inserting and managing videos in a multiplatform app
Hi Klaus,
unfortunately deploying an app for MACOSX, mp4 streaming videos and http streaming videos does not work in the player provided by the LiveCode IDE.
As far as I know, it is the same for the Windows platform.
For the iOS devices I was able to use the iOS multimedia features to manage streaming videos. I wonder if somebody had similar experience with Android.
Klaus, can you provide any sample stack or any external to set up a real multiplatform player for managing streaming videos in LC apps?
All the best,
Paolo Mazza
unfortunately deploying an app for MACOSX, mp4 streaming videos and http streaming videos does not work in the player provided by the LiveCode IDE.
As far as I know, it is the same for the Windows platform.
For the iOS devices I was able to use the iOS multimedia features to manage streaming videos. I wonder if somebody had similar experience with Android.
Klaus, can you provide any sample stack or any external to set up a real multiplatform player for managing streaming videos in LC apps?
All the best,
Paolo Mazza
Paolo Mazza
Italy
Italy
Re: Inserting and managing videos in a multiplatform app
Hi Paolo,
Best
Klaus
no.PaoloMazza wrote:Klaus, can you provide any sample stack or any external to set up a real multiplatform player for managing streaming videos in LC apps?
Best
Klaus
Re: Inserting and managing videos in a multiplatform app
I have a project that uses streaming m4a videos. They work fine in both Windows and Mac as long as QuickTime is installed. Without QT (which happens only on Windows right now) they fail.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Inserting and managing videos in a multiplatform app
Hi Paolo,
Could you use a revBrowser window to play your streaming videos
in Desktop computers?
Al
Could you use a revBrowser window to play your streaming videos
in Desktop computers?
Al
-
- Posts: 27
- Joined: Wed Nov 15, 2006 11:27 am
Re: Inserting and managing videos in a multiplatform app
Hi Al,
actually that's exactly what I did!!!
However, using a RevBrowser window to insert videos in our apps is clearly a workaround, not a solution.
A comprehensive solution to manage streaming videos is needed.
All the best
Paolo
actually that's exactly what I did!!!
However, using a RevBrowser window to insert videos in our apps is clearly a workaround, not a solution.
A comprehensive solution to manage streaming videos is needed.
All the best
Paolo
Paolo Mazza
Italy
Italy