Link to home
Start Free TrialLog in
Avatar of TLN_CANADA
TLN_CANADAFlag for Afghanistan

asked on

Using Github Application for Website

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
Avatar of darren-w-
darren-w-
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi,

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
Avatar of TLN_CANADA

ASKER

Thanks Darren,

I'm familiar with the Opektok API but have no idea how to use a php wrapper and what files to use to get this to work? Could you give an example of how to do this?
ASKER CERTIFIED SOLUTION
Avatar of darren-w-
darren-w-
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hey Darren,

This part I am already familiar with and have a similar app on our website already. With the Ruby stuff though, there is no reference here on how to integrate it into a PHP/HTML format so we can reference it and use it on a webpage?

Thanks for your help,

D