Commit Graph

2250 Commits

Author SHA1 Message Date
Brent Vatne
ac3e4cf773 Update version of react-native-video in example 2015-04-08 12:25:17 -07:00
Brent Vatne
b8d55afc16 Update README 2015-04-08 12:05:46 -07:00
Brent Vatne
b689238127 Merge pull request #9 from johanneslumpe/feature/url-and-filetype-support
Refactor events, add support for filetype and uri parameters to source, add example project
2015-04-08 12:04:05 -07:00
Brent Vatne
7cef7432e8 Import RCTConvert properly 2015-04-08 12:02:42 -07:00
Brent Vatne
202dd3feb1 Add example project to control playback 2015-04-08 12:01:10 -07:00
Brent Vatne
bd1dc1f014 Fix local playback with source dictionary, set default rate/volume 2015-04-08 10:34:27 -07:00
Johannes Lumpe
e9e48bb666 - timer only starts when the video plays and is stopped when video is paused
- renamed event constants
2015-04-08 09:59:27 -07:00
Johannes Lumpe
00455ba1fb Added check for asset url 2015-04-08 09:58:14 -07:00
Johannes Lumpe
3b34df57ad Renamed event constants 2015-04-08 09:55:59 -07:00
Johannes Lumpe
6988c85268 Initial set of changes to make urls work 2015-04-08 09:55:59 -07:00
Brent Vatne
a4c0d46d65 Update TODOS 2015-04-07 20:48:07 -07:00
Brent Vatne
e26a4d27f7 Remove unnecessary {} around source 2015-04-07 20:45:45 -07:00
Brent Vatne
e285ca9a1d Add some comments about props to the README 2015-04-07 20:44:06 -07:00
Brent Vatne
fccfdbfd30 Add volume, rate and muted props
- Also rename pause to paused
- Bump version
2015-04-07 20:38:16 -07:00
Brent Vatne
61508678d4 Fix indentation 2015-04-07 15:24:49 -07:00
Brent Vatne
8a2ec4aca8 Bump version 2015-04-07 13:28:52 -07:00
Brent Vatne
d3e8820b7b Merge pull request #8 from qingfeng/up
Load videos remotely from the network
2015-04-07 12:26:39 -07:00
qingfeng
93cc1c86b5 Load videos remotely from the network 2015-04-08 03:24:52 +08:00
Brent Vatne
56e2500eb4 Add header search path for standalone build 2015-04-07 10:57:00 -07:00
Brent Vatne
b1e20daf14 Bump version 2015-04-07 10:41:46 -07:00
Brent Vatne
d9ddb6e75a Clean up better after ourselves 2015-04-07 10:41:34 -07:00
Brent Vatne
90a0f85cf9 Fix regression reported by @eduedix - not automatically playing
- Was introduced with `pause` prop
2015-04-07 08:31:40 -07:00
Brent Vatne
116ee6844f Bump version 2015-04-06 13:26:29 -07:00
Brent Vatne
d52e83d901 Update progress every 250ms 2015-04-06 13:26:11 -07:00
Brent Vatne
d22d75c332 Bump version and update README 2015-04-06 13:06:37 -07:00
Brent Vatne
0977c6b29b Quick implementation of progress tracking 2015-04-06 13:05:05 -07:00
Brent Vatne
353c6bd4e3 Update README 2015-04-06 12:18:50 -07:00
Brent Vatne
4666b407e0 Add an onLoad callback to fetch video details 2015-04-06 12:17:32 -07:00
Brent Vatne
432d156160 Add captions to TODOS 2015-04-05 10:26:40 -07:00
Brent Vatne
a2d9c9cec3 List upcoming features in TODO 2015-04-05 10:25:04 -07:00
Brent Vatne
4cf3dd4538 Bump version 2015-04-05 10:18:36 -07:00
Brent Vatne
b100a9f882 Update README to reflect change with resizeMode 2015-04-05 10:18:09 -07:00
Brent Vatne
011ecff875 Move resizeMode to prop from style (at request of @vjeux) and add pause
prop
2015-04-05 10:17:03 -07:00
Brent Vatne
b8df485c79 Add resizeMode change to TODO 2015-04-04 18:49:05 -07:00
Brent Vatne
4261b932d7 Fix missing ` typo 2015-04-04 18:37:31 -07:00
Brent Vatne
fd9645d2e6 Bump version and update README 2015-04-04 17:57:35 -07:00
Brent Vatne
e504944ef5 Swap out MPMoviePlayerController for AVPlayer
- Better performance, can play multiple videos on one screen too!
2015-04-04 17:55:37 -07:00
Brent Vatne
5ea65392a0 Bump version 2015-04-04 12:06:41 -07:00
Brent Vatne
53cd6044b8 Add repository field 2015-04-04 12:04:59 -07:00
Brent Vatne
5408fafff8 Add support for repeat prop 2015-03-30 23:29:15 -07:00
Brent Vatne
ac3d655651 Add TODOS to README 2015-03-30 23:06:54 -07:00
Brent Vatne
6f9fb450c5 Update README as it should automatically have that path 2015-03-30 23:05:42 -07:00
Brent Vatne
edbe07fdae Bump version again 2015-03-30 23:00:50 -07:00
Brent Vatne
b39a9f31b7 Fix debug paths 2015-03-30 23:00:16 -07:00
Brent Vatne
0426cc4e32 Update README again 2015-03-30 22:57:04 -07:00
Brent Vatne
1c69bb2d9e Bump version 2015-03-30 22:53:07 -07:00
Brent Vatne
aab5f9178d Update search paths 2015-03-30 22:52:43 -07:00
Brent Vatne
4a788addc3 Add README instructions 2015-03-30 22:51:58 -07:00
Brent Vatne
ff2575461c Fix path to react-native within node_modules so project can be linked 2015-03-30 22:16:30 -07:00
Brent Vatne
ea7a7bbcf7 Initial commit 2015-03-30 22:07:55 -07:00