Commit graph

72 commits

Author SHA1 Message Date
Cat
13845ca4fc LSP:
- Bugfix for input options categories in checking if there are custom parameters in a push url
- Option groups now have an ability to expand/collapse. When collapsed a summary of non-default configured options is shown.
- Question marks in the target should be kept as part of the target url. Additional params should always be added after an additional ?.
- Improved (mostly SRT) push param options layout
- Fixed option groups:
  - 1: Typing in PUSH TARGET will reset all settings set up below
  - 2: If you hide settings the settings do not propogate
  - 3: Sublist and option categories share the same container class name, causing CSS collisions
2024-11-21 15:30:18 +01:00
Cat
a9e88a0c39 LSP/embed: New status page and related changes 2024-07-25 11:38:49 +02:00
Cat
ecc264cbff LSP: allow grouping of build options
LSP: bugfix capa loading on 'Start Push' page
LSP: push parameters: correctly parse the new group type option
LSP: restructure Tools menu
LSP: remove trailing comma
2024-07-20 11:58:23 +02:00
Cat
5ecbc8676f Embed: webrtc: removed typo in player.webrtc.stop function
Was in there for 5 months, bad kitty
2024-06-05 11:22:53 +02:00
Alex Henrie
ea47e19129 Fix spelling mistakes identified by Lintian
Co-authored-by: Thulinma <jaron@vietors.com>
2024-05-16 17:28:03 +02:00
Cat
72bc25cef0 Support for WebRTC data tracks in the player 2024-02-22 17:45:47 +01:00
Thulinma
16e22eadbe WebRTC websocket implementation now uses generalized base version, removed unused code from MP4 output 2023-11-27 15:02:12 +01:00
Cat
c337fff614 Embed: Support for subtitles and metadata tracks over websocket
LSP: Preview tab: Show meta information for metadata tracks
LSP/embed: use new inclzero flag to receive sources that are enabled, but that don't currently have active tracks; and bugfix for metadata update for tracks not firing if sources have also changed
Embed: dashjs: disable stock subtitles unless activated
2023-09-26 15:53:35 +02:00
Balder
a16d98b7b2 removed dead code in rawws 2023-07-24 14:52:14 +02:00
Thulinma
a9abfa531e Support for AV1 MP4 input and output 2023-07-17 18:46:16 +02:00
Cat
eee3595d46 Embed:
- updated videojs and dashjs
- combo selection algorithm now tries to find maximum simultracks
- when requesting stream info, add ?metaeverywhere=1 to the url to not count meta/subtitle tracks to simul_tracks and source priority sorting
- updated videojs, dashjs and hlsjs players
- improved html5 codec support testing
- urlappend: improved behaviour when url already contains search params
2023-04-13 09:20:50 +02:00
Cat
86379e44eb Embed: Raw/WS (HEVC only atm) player 2022-06-19 10:41:20 +02:00
Cat
dac00f6555 Embed: added hls.js player 2022-02-11 22:44:31 +01:00
Cat
a1ffc383cb Embed: mews: after a track switch, always do overzealous seeking even if the codecs are the same 2022-02-11 17:27:50 +01:00
Cat
31c5b81f4d Embed: videojs: fixes to get a consistent timestamp with other players 2022-02-10 17:19:05 +01:00
Cat
48260e6bc5 Embed: mews: prevent javascript error "Cannot read properties of undefined (reading 'add')" 2022-02-10 13:52:07 +01:00
Cat
615fad6be9 Embed: remove forbidden modern code (blegh! filthy modern stuff brrr) from the webrtc wrapper 2022-02-10 13:46:54 +01:00
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
48bd428565 Embed: reminimize player 2020-08-11 19:26:41 +02:00
Cat
bf5a327468 Embed: tweak for non-touch: hide settings menu when gear icon is tapped (for mobile) 2020-08-11 19:26:41 +02:00