Commit graph

74 commits

Author SHA1 Message Date
Cat
b6068f4627 Embed: mews: added subtitle support 2022-02-10 11:02:33 +01:00
Cat
67d992e352 Embed: more fixes to do with showing the correct seek window in the progress bar
Embed: display more consistent timestamps across protocols and correctly show seekable range
Embed: fix: don't force nonexistent forcePlayer value
Embed: when info.unixoffset is known, display clock time based timestamps
2021-11-22 14:29:39 +01:00
Cat
3560c693e2 Embed: mews: only send player ready callback once; improvements for VoD that doesn't start at timestamp 0 2021-10-19 22:29:01 +02:00
Cat
7935e72dbb Embed: mews: don't reopen websocket when not playing, reopen when playback is attempted 2021-10-19 22:28:55 +02:00
Cat
f5313b4bc0 Embed: mews: don't fail terribly when autoplay is disabled 2021-10-19 22:28:51 +02:00
Cat
53612aa092 Embed: mews: fix startup when tabbed out 2021-10-19 22:28:46 +02:00
Cat
94af64caa0 Embed: webrtc: api.pause() may now send {type:"hold"} to backend and it should always pause instead of toggling pause/play 2021-09-23 16:23:28 +02:00
Cat
f4fd56f170 Embed: Added websocket timeouts (stream info, mews, webrtc) 2021-09-23 16:13:30 +02:00
Cat
854315afdd Embed: mews: more anti seek loop fixes, more track switching logging 2021-09-23 15:10:58 +02:00
Cat
63f991f9d0 Embed: mews: display currently playing track 2021-09-23 11:34:45 +02:00
Cat
2f12c9fca7 Embed: mews: disable ABR when the viewer has selected a specific video track 2021-09-23 11:34:45 +02:00
Cat
e17420534d Embed: mews: jump less when switching tracks 2021-09-23 11:34:44 +02:00
Cat
ac54fef930 Embed: mews: fixes seek loop *knock on wood* 2021-09-23 11:34:40 +02:00
Cat
7a0b425fc4 Embed: don't trigger more errors when the stream has died 2021-09-23 11:34:37 +02:00
Cat
12c117e297 Embed: mews: don't try to reopen the websocket when the stream goes offline 2021-09-23 11:34:33 +02:00
Cat
2e17dd8635 Embed: mews: added handling for QuotaExceededError 2021-09-23 11:34:29 +02:00
Cat
77b6ac2ec7 Embed: mews: tweaks to the buffer settings 2021-09-23 11:34:22 +02:00
Cat
0cd4ae17b7 Embed: WebRTC: add loading icon while attempting to connect 2021-07-29 14:25:56 +02:00
Cat
6204a57a0e Embed: Added flv.js to meta player 2021-07-29 14:24:26 +02:00
Cat
8e8017dfd9 Embed: improved behavior when websocket disconnects 2021-07-22 12:46:54 +02:00
Cat
35ea7edac4 Embed: unload webrtc player some more + fix for volume not being set to stored value in mews 2021-07-22 12:46:54 +02:00
Cat
35a98178f1 Embed: player reporting 2021-07-22 12:46:54 +02:00
Cat
d9d72aab99 Embed: mews: ABR 2021-07-22 12:45:51 +02:00
Cat
7ecb799d94 Embed: mews: fix for playback of VoD that don't start at time 0 2021-07-22 12:44:11 +02:00
Cat
3cf0070121 Embed: mews: remove pause when tabbing out as doing so no longer seems to crash the browser 2021-07-22 12:43:47 +02:00
Cat
e96799d5ac Embed: videojs stability tweaks, videojs and dashjs updated 2021-05-05 11:14:17 +02:00
Cat
632e64ae6b Embed: WebRTC: allow config of ICE Servers 2021-05-05 11:13:43 +02:00
Cat
c4b6d78e9d Embed: WebRTC: when UDP turns out to be blocked, try next combo 2021-04-23 14:12:22 +02:00
Cat
ddd9e8c67d Embed: Added MP4/WS "mews" player 2021-04-23 12:42:48 +02:00
Cat
4b56936845 Embed: added jitter buffer latency to dev skin output for webrtc player 2020-11-30 14:29:00 +01:00
Cat
fc0ad25778 Embed: improvements to player behaviour when stream input is killed 2020-11-30 14:29:00 +01:00
Cat
4d94bf78a8 Embed: android chrome workaround for webrtc with h264 2020-08-11 19:26:41 +02:00
Cat
abba35f655 Embed: add playsinline tag for iphones to webrtc and html5 players 2020-08-11 19:26:41 +02:00
Cat
a75ac5713c Embed: improved handling of state changes, added options to hide error title 2020-03-10 15:47:27 +01:00
Cat
214b584956 Embed: WebRTC improvements:
- make webrtc obey autoplay = false; when video is paused, disable autoplay and vise versa
- silenced some unneccesary webrtc errors
- webrtc: pause player on stop, so that "stream offline" message is shown
- improved webrtc wrapper robustness
- more webrtc don't autoplay when paused
- when not yet connected during a seek, wait until connected and seek then
2020-03-10 15:46:33 +01:00
Cat
01b957d136 Embed: on android <7, let videojs override native hls playback 2020-03-10 15:41:48 +01:00
Cat
573e945f5a Embed: added rate limiting to videojs crash reload, updated videojs and dashjs 2020-03-10 15:41:43 +01:00
Cat
63d1a61935 Embed: mitigate videojs not (always) sending a canplay event for live streams 2019-11-11 11:50:46 +01:00
Cat
1ff69ab56d Embed: webrtc: fix for .play() racecondition causing repeated reconnects 2019-10-07 14:41:51 +02:00
Cat
8a68738995 Embed: allow webrtc to change playback rate 2019-09-04 11:53:03 +02:00
Cat
e1150fe871 Embed: videojs didnt allow seeking backwards 2019-05-16 16:21:19 +02:00
Cat
7cf115d79a Embed: dashjs trackswitching using generic method 2019-04-25 14:57:05 +02:00
Cat
80a3618bc4 Embed: edits to videojs main player to correctly handle ending live streams 2019-04-25 13:52:37 +02:00
Cat
6ff35446ae Embed: killed player.api.load for videojs, as it makes it go kaboom. 2019-04-24 13:30:40 +02:00
Cat
420fea9b31 Embed: improved unloading behaviour (again), removed artificial HLS latency addition because it was causing negative timestamps 2019-04-24 13:30:40 +02:00
Cat
dfb308aac7 Embed: videojs live fixes 2019-04-19 14:10:39 +02:00
Cat
2fa6565f7b LSP + Embed: support for new HLS 7 CMAF output 2019-04-19 11:42:29 +02:00
Cat
503ffbc248 Embed: bugfix on "stop videojs freaking out when a live stream has ended" 2019-04-19 11:42:29 +02:00
Cat
e858982f36 Embed: stop videojs freaking out when a live stream has ended 2019-04-19 11:42:29 +02:00
Cat
5c7c2bd801 Embed: webrtc play promise, webrtc options.setTracks fix 2019-04-19 11:42:28 +02:00