Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -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 firefox | Chocobozzz | 2018-06-20 | 1 | -2/+2 |
| | |||||
* | Add context menu to player | Chocobozzz | 2018-05-30 | 1 | -3/+3 |
| | |||||
* | Improve create transcoding jobs tests | Chocobozzz | 2018-05-30 | 1 | -3/+3 |
| | |||||
* | Fix player error when the media is not supported | Chocobozzz | 2018-03-26 | 1 | -6/+4 |
| | |||||
* | Make it works on iOS | Chocobozzz | 2018-03-06 | 1 | -4/+8 |
| | |||||
* | Add fallback to HTTP | Chocobozzz | 2018-02-26 | 1 | -18/+37 |
| | |||||
* | Fix issue with webm and opus video | Chocobozzz | 2018-02-18 | 1 | -1/+1 |
| | |||||
* | Fix video play on google chrome | Chocobozzz | 2018-02-07 | 1 | -6/+0 |
| | |||||
* | Client: handle multiple file resolutions | Chocobozzz | 2017-10-06 | 1 | -0/+119 |