aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/video-renderer.ts
Commit message (Collapse)AuthorAgeFilesLines
* NoImplicitAny flag true (#1157)BO412018-10-181-9/+9
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Fix HTTP fallback when having videostream issues on firefoxChocobozzz2018-06-201-2/+2
|
* Add context menu to playerChocobozzz2018-05-301-3/+3
|
* Improve create transcoding jobs testsChocobozzz2018-05-301-3/+3
|
* Fix player error when the media is not supportedChocobozzz2018-03-261-6/+4
|
* Make it works on iOSChocobozzz2018-03-061-4/+8
|
* Add fallback to HTTPChocobozzz2018-02-261-18/+37
|
* Fix issue with webm and opus videoChocobozzz2018-02-181-1/+1
|
* Fix video play on google chromeChocobozzz2018-02-071-6/+0
|
* Client: handle multiple file resolutionsChocobozzz2017-10-061-0/+119