Hi everyone,
I've been told by the maker of an online script that it's open source but I have no idea how to take it from it's current format and add it to our website.
The addon is a combination of Opentok and Filepicker.io.
http://opentokpicker.com/1_MX4xMTQyMTg3Mn45OC4yMDcuMTExLjExMX5XZWQgRGVjIDI2IDE3OjUxOjEyIFBTVCAyMDEyfjAuMDI3Mzg0ODE4fg
It allows you to save videos from a website to different file sources. I've downloaded it and then also downloaded the Github application but I have no idea how to convert these files into either HTML or PHP so I can upload them for use with my website.
Could anyone assist me with this?
Thanks,
D
From a quick glance this code is in ruby and interfaces with a API to generate recorded messages, so you need to look at writing a php wrapper or using javascript, they have examples on their site http://tokbox.com/opentok/api/documentation/gettingstarted#generateSession
D