Cat
bf4d100742
Embed: re-enabled websocket mode
2020-04-07 13:51:56 +02:00
Cat
fb6abe27d2
Embed: remove video.load() button
2020-03-10 15:47:45 +01:00
Cat
c17cfe9595
Embed: show an error when CSS failed to load
2020-03-10 15:47:45 +01: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
b5fcc4647c
Embed: fixed non-websocket only js syntax error; allowed HTML in error message
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
9b92496f4e
Embed: save stream state, and if the stream is playing, don't show annoying 'Stream is waiting for data' messages.
2020-01-23 13:38:30 +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
d6ad8f9811
Embed: before giving up, try connecting via http get if websocket fails
2019-06-21 21:17:34 +02:00
Cat
e1150fe871
Embed: videojs didnt allow seeking backwards
2019-05-16 16:21:19 +02:00
Thulinma
7eb4f6634a
Added package.json file for embed code generator, which installs the needed node modules locally and runs the minimize script through it
2019-04-26 11:15:23 +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
017e28932a
Embed: HLS trackswitching now default, improvements to no audio/video-checkboxes
2019-04-24 16:59:59 +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
Cat
06eb78c345
Embed: allow options.setTracks to set subtitles
2019-02-26 15:35:46 +01:00
Cat
b5750a5de7
Embed: CSS parsing compatible with multiline @{} blocks, taking into account nested brackets
2019-02-26 15:35:46 +01:00
Cat
6db9a9ad17
Embed: track idx compatibility for 3.0
2019-02-26 15:35:46 +01:00
Cat
998d7c6d03
Embed:
...
- fixes as a result of documentation, fixed secondaryVideo
- added muted option, changing tracks sets options.setTracks
- no positive values for startunix when live seeking
- dashjs tracks updated, videojs display tweaked
- fixes for track selection and live seeking
2019-01-14 12:58:31 +01:00
Cat
ac7659614a
Embed rework
2018-12-19 15:34:26 +01:00
Cat
3a699ae3e1
Embed: added workaround for IE-only issue when seeking after trackswitch
2018-07-23 16:16:59 +02:00
Cat
e5c1c6f8c4
Embed: don't attempt to remove error element if it is not shown
2018-07-23 16:16:57 +02:00
Cat
94b8fcd2d6
Embed: onreadylist array was defined in the prototype and therefor shared between player instances
2018-07-23 12:53:16 +02:00
Cat
dfde7828e4
embed: added reloadDelay option that determines the delay (in seconds) used for reloading when the stream is inactive
2018-07-23 12:52:01 +02:00
Cat
ba11c868c9
Embed: changed track naming to only list the difference, or a number if all have equal meta
2017-11-08 17:44:31 +01:00
Cat
e75ae50c0c
Embed: support for new subtitle track format
2017-11-08 17:44:31 +01:00
Cat
0a029d5c5c
Embed: videojs track switching fix
2017-11-08 17:44:31 +01:00
Cat
cbbb10e217
handle extra slash after host
2017-07-19 10:04:45 +02:00
Cat
ff7d784449
various fixes to both LSP and Embed
...
Embed:
- pass urlappend to streaminfo request
- updated videojs from 5.18 to 6.2
LSP:
- mail for help should use https now
2017-07-15 17:43:35 +02:00
Cat
4442b330e8
fixed ogg; fixed videojs error catching
2017-05-11 14:14:36 +02:00
Cat
8143d6af05
Embed: dynamically load player js only if required
2017-05-11 14:14:31 +02:00
Cat
64219a62f1
added autoreload for offline streams
2017-03-17 14:12:28 +01:00
Cat
b6486878ca
Embed: - fixed timer issue causing player to reload after an unload
...
- added version numbering
2017-03-16 11:14:32 +01:00
Cat
cf942c5700
changed event forward method
2017-03-06 11:52:14 +01:00
Cat
899ee1088a
various embed tweaks
2017-03-06 11:52:05 +01:00
Cat
dc6d0643bb
embed: partial rewrite
2017-03-06 11:52:00 +01:00
Cat
f5da3614fe
Embed: quadratic volume and reload button timeout
2017-03-06 11:51:55 +01:00
Cat
4fd6d14744
Embed: support without localStorage
2017-03-06 11:51:50 +01:00
Cat
aa3527dcb0
Embed: custom streaminfo
2017-03-06 11:51:32 +01:00
Cat
a41929168d
Embed: dont attempt to loop live videos
2017-03-06 11:47:09 +01:00