-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
18 lines (13 loc) · 706 Bytes
/
README
File metadata and controls
18 lines (13 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is an attempt to unify various video players apis
Vimeo and YouTube are the obvious ones and while testing and developing one
needs an internet connection for it to work. For other player like JWPlayer
you need your own hosted streaming video if you want to be able to seek into
the video and what not. For testing purposes you can simply just host that
file as well.
For the flash players to work the files need to be served from a web server
running it from the local file system is not sufficient. For convenience I
have included a super simple sinatra script that should do the trick ...
install sinatra gem
http://www.sinatrarb.com/
run ruby script/server.rb
and navigate to localhost:4567