Created
May 16, 2013 15:21
-
-
Save phuongdh/5592515 to your computer and use it in GitHub Desktop.
MediaElement evaluation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pros: | |
+ Good JS code seperation of concerns | |
+ Clean plugin architecture | |
+ Good interface / CSS theming | |
+ Larger & active community | |
+ ~10 pull requests being merged per month | |
Cons: | |
- Naive Flash code | |
- Fullscreen Flash player's controls don't work well: slider not working, volume not adjustable (only on/off) | |
- Fullscreen Flash player does not have HTML plugins (intended but does not fit our needs) | |
Our hacks fixed: | |
- HTML5/Flash player was buggy with streams switching | |
- RTMP token not passing to server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment