Search found 7 matches

by Camster
Fri Sep 20, 2013 7:04 pm
Forum: Summer School 2013
Topic: Lesson 5: m3u8 playlists in the mobile video player
Replies: 7
Views: 15057

Re: Lesson 5: m3u8 playlists in the mobile video player

Rayanah,

You mean you could not get the videos to work on the Android emulator right? or on your actual Android device?
LC confirmed that videos actually DO NOT work on the Android emu. see Neil's post above...

Regards,

Camster.
by Camster
Tue Sep 10, 2013 2:56 am
Forum: Summer School 2013
Topic: Lesson 5: m3u8 playlists in the mobile video player
Replies: 7
Views: 15057

Re: Lesson 5: m3u8 playlists in the mobile video player

Could not get this to work on Android. sorry, (on the Android emulator that is)

as a matter of fact I cannot play any video on Android and that includes simply browsing a vid in youtube! No time to troubleshoot in the next days...
Neil, any insight?
by Camster
Tue Sep 10, 2013 2:52 am
Forum: Summer School 2013
Topic: LC desktop player cannot play m3u8 files?
Replies: 2
Views: 7835

Re: LC desktop player cannot play m3u8 files?

Ok, let me rephrase this problem, this way: While, QT x player can read the m3u8 files, QT7 player cannot, AND While, the LC mobile player can read the m3u8 files, The LC desktop player cannot. QT7 is based on old technology and code (32 bit…older codecs...etc) QT x is based on newer architecture (f...
by Camster
Fri Sep 06, 2013 12:16 am
Forum: Summer School 2013
Topic: LC desktop player cannot play m3u8 files?
Replies: 2
Views: 7835

LC desktop player cannot play m3u8 files?

After investigating a question which was posed in this forum here http://forums.runrev.com/viewtopic.php?f=70&t=16963 …I've discovered that m3u8 files play back on the IOS native player on a mobile stack without problems but they cannot play back these same files on the LC desktop player on a deskto...
by Camster
Wed Sep 04, 2013 8:12 pm
Forum: Summer School 2013
Topic: Lesson 5: m3u8 playlists in the mobile video player
Replies: 7
Views: 15057

Re: Lesson 5: m3u8 playlists in the mobile video player

Hi Juanjo, I second that the m3u8 files play back on the IOS native player without problems. Try this: Create a simple stack for iPhone - landscape with the following code, save it and run in the sim...it should work. on opencard mobileControlCreate "player", "HLSplayer" --create a player HLSplayer ...
by Camster
Fri Aug 23, 2013 3:14 am
Forum: Converting to LiveCode
Topic: How does one convert a String to an integer in LiveCode?
Replies: 3
Views: 9079

Re: How does one convert a String to an integer in LiveCode?

Wow, that's it? Talking about a paradigm shift! :) Thank you Marek and Bernd for your help.

Camster.
by Camster
Thu Aug 22, 2013 12:55 am
Forum: Converting to LiveCode
Topic: How does one convert a String to an integer in LiveCode?
Replies: 3
Views: 9079

How does one convert a String to an integer in LiveCode?

Hi,

Coming from 25+ years of assembler, C, C++, Java, Javascript, Python...+ functional programming...etc...I am starting to like LiveCode. :D
Question:
How does one convert a String to an integer in LiveCode? (like "parseInt()" in java and JavaScript...or "strtonum" in C, C++ )

Thank you.

Go to advanced search