Streaming from Vimeo

Does anyone know how to stream videos from Vimeo within the app?

I’ve been trying to figure out some way to do it with the media.playVideo and embeeded code, but thus far no luck. Any help would be great.

Thanks. [import]uid: 90878 topic_id: 19792 reply_id: 319792[/import]

I’m unsure about this but will look into it and see if I can find a way to make it work - if I can I’ll update this thread.

Peach :slight_smile: [import]uid: 52491 topic_id: 19792 reply_id: 77226[/import]

I’ve been looking at both youtube and vimeo and how to integrate it a corona app. if you have tried youtube in a corona app you’ll see the best option is using webpopups.

With vimeo you can use json to get video data, urls etc and make a lua table out of the contents and put it into a tableview or any other way you wish and use the urls in media.playVideo().

The documentation is also very good on vimeo compared to youtubes horrible and messy docs. [import]uid: 13560 topic_id: 19792 reply_id: 77250[/import]

Thanks Peach and Iano78.

While Peach is looking into it, Iano78, could you point me to the documentation on getting vimeo to work with a lua table?

I made a crappy work around but I’m not happy with it. You have to click 2 different times to get the video to play because auto play videos doesn’t work in mobile devices. [import]uid: 90878 topic_id: 19792 reply_id: 77455[/import]

http://vimeo.com/api/docs/simple-api [import]uid: 13560 topic_id: 19792 reply_id: 77554[/import]