Re: Best way to store videos

2018-08-28 Thread J. Landman Gay via use-livecode
On 8/27/18 9:02 PM, BNig via use-livecode wrote: That baffles me because Tiny Dictionary only "knows" the path to the documentation folder of the currently running LC. Even when running multiple versions of LC concurrently it will only ever use the path to the documentation folder of that specif

Re: Best way to store videos

2018-08-27 Thread BNig via use-livecode
J. Landman Gay via use-livecode wrote > On 8/27/18 4:12 PM, Niggemann, Bernd via use-livecode wrote: >> When using Tiny Dictionary in the option menu either choose "All" and >> search for "aws" or choose from the option menu "library.aws". If you >> start your search with a quote it will return wha

Re: Best way to store videos

2018-08-27 Thread J. Landman Gay via use-livecode
On 8/27/18 4:12 PM, Niggemann, Bernd via use-livecode wrote: When using Tiny Dictionary in the option menu either choose "All" and search for "aws" or choose from the option menu "library.aws". If you start your search with a quote it will return whatever starts with "aws". Of course this only

Re: Best way to store videos

2018-08-27 Thread Niggemann, Bernd via use-livecode
J. Landman Gay via use-livecode Fri, 24 Aug 2018 14:11:29 -0700 On 8/24/18 3:42 PM, Monte Gou

Re: Best way to store videos

2018-08-24 Thread J. Landman Gay via use-livecode
On 8/24/18 3:42 PM, Monte Goulding via use-livecode wrote: On 25 Aug 2018, at 5:44 am, J. Landman Gay via use-livecode wrote: Search the LC 9 dictionary for the commands that start with AWS and AWSS3 to see what it available to you. Mac and iOS only though. :( mergAWS is Mac and iOS bu

Re: Best way to store videos

2018-08-24 Thread Monte Goulding via use-livecode
> On 25 Aug 2018, at 5:44 am, J. Landman Gay via use-livecode > wrote: > >> Search the LC 9 dictionary for >> the commands that start with AWS and AWSS3 to see what it available to you. > > Mac and iOS only though. :( mergAWS is Mac and iOS but LC 9 has a script library that is cross platfo

Re: Best way to store videos

2018-08-24 Thread J. Landman Gay via use-livecode
On 8/24/18 8:16 AM, Martin Koob via use-livecode wrote: Search the LC 9 dictionary for the commands that start with AWS and AWSS3 to see what it available to you. Mac and iOS only though. :( -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | h

Re: Best way to store videos

2018-08-24 Thread William Prothero via use-livecode
Martin: Thanks for the input. What I need, though is to display the same video on a web page, or in a livecode app. It’s the web page in a wordpress site that is the real problem. Best, Bill > On Aug 24, 2018, at 6:16 AM, Martin Koob via use-livecode > wrote: > > If you go with AWS S3 for st

Re: Best way to store videos

2018-08-24 Thread Martin Koob via use-livecode
If you go with AWS S3 for storage and .mp4 for videos you can play the videos directly in the LiveCode Player object and LiveCode has commands that allow you to interface with the AWS S3 API. So you can create your whole app in LiveCode without having to use the browser. Search the LC 9 dictionar

Re: Best way to store videos

2018-08-23 Thread William Prothero via use-livecode
Peter: I had self-hosted a few small videos, all in mp4 format. I hadn’t checked many video players, tho, but when I changed hosting services, for my wordpress site, the video appeared offset to the right (same code as prev hosting), in the iframe. I couldn’t get it to view correctly, and gave u

Re: Best way to store videos

2018-08-23 Thread Peter Bogdanoff via use-livecode
Bill: If your video is a common format like MPEG-4, then any browser will play it. Stephan: I’m aware of the streaming server versions issue. However, not all video content needs to be optimized—it depends on what it is and in what context it is displayed. But, it is true that Vimeo and YouTube

Re: Best way to store videos

2018-08-23 Thread Stephen Barncard via use-livecode
um... Peter.. streaming video is not just about having the storage space... It's what the servers do to match up the devices calling with the appropriate size and type file. Typically many versions of the same video are created for each upload. The Vimeo and YouTube web apps handle all of that. Be

Re: Best way to store videos

2018-08-23 Thread William Prothero via use-livecode
Peter, That sounds like a good idea. What has worried me, though, is that it can be a pain to implement the code that lets the video be played on any of the many browser variations. With Youtube or Vimeo, they take care of making the video play on any browser. That is, unless the technology f

Re: Best way to store videos

2018-08-23 Thread Peter Bogdanoff via use-livecode
Bill, You could also look at Amazon AWS S3 storage. It’s pretty much free for the first year. Then, depending on usage, could be only a few dollars a month. https://aws.amazon.com/s3/pricing/ Videos could then be played directly in a Livecode player control, as well as on your website. One of

Re: Best way to store videos

2018-08-23 Thread Stephen Barncard via use-livecode
YouTube is great these days. If you take the time to become a verified subscriber all the world will be revealed to you. They have many tools and they re-written the whole thing, and it’s pretty good. It’s also free. You can make playlists and decide what happens at the end, and add links and othe

Re: Best way to store videos

2018-08-23 Thread William Prothero via use-livecode
Thanks, Tom. I did a fair amount of Googling and didn’t find any way to turn off recommended videos, but perhaps Google is inhibiting those searches. I did find a fair amount on a few options, but they weren’t what I wanted. FYI, I just started with the embed code that youtube gives after upload

Re: Best way to store videos

2018-08-23 Thread Tom Glod via use-livecode
just fyi..you can disable to recommened videos in the embedd code.. you can also detect via java script when the video ends. so you really have more control than you think. just got to send script to the browser . "do in widget". I haven't done anything crazy ...but i know that there