aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/shared/p2p-media-loader
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-242-2/+2
| | | | It's deprecated by TS
* Reduce time to throw an error on live problemChocobozzz2023-05-101-1/+1
|
* Fix live buffering with small latencyChocobozzz2023-03-071-7/+3
|
* Log HLS fatal error with error label (#5484)kontrollanten2022-12-291-2/+2
| | | | | * fix(client/p2p-media-loader): logg err upon fatal * feat(client/p2p-media-loader): err log currentTime
* Support reinjecting token in private m3u8 playlistChocobozzz2022-12-022-35/+44
|
* Force videojs to not recreate <video>Chocobozzz2022-11-141-0/+3
| | | | | Happens with HLS playlist on iOS breaking our event listener on the former <video> element in embed api
* Fix HLS fallbackChocobozzz2022-10-281-1/+10
|
* Don't fallback to HLS with private videosChocobozzz2022-10-241-1/+7
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-5/+25
|
* Handle network issues in video player (#5138)kontrollanten2022-09-282-12/+35
| | | | | | | | | | | | | | * feat(client/player): handle network offline * feat(client/player): human friendly err msg * feat(client/player): handle broken resolutions When an error occurs for a resolution, remove the resolution and try with another resolution. * fix(client/player): prevent err handl when offline * fix(client/player): localize offline text
* Fix broken player on non MSE devicesChocobozzz2022-09-081-0/+2
|
* Add playback metric endpoint sent to OTELChocobozzz2022-08-161-12/+11
|
* Fix stucked HLS playerChocobozzz2022-07-211-4/+1
|
* Add ability for client to create server logsChocobozzz2022-07-184-20/+24
|
* Reorganize player filesChocobozzz2022-03-146-0/+772