Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-11-05 08:49:46 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2021-11-05 08:49:46 +0300
commit932fc785f5cf5b3a9bf06411a984ee09fd3be2c5 (patch)
tree3f1f6a5e35dd50abca928d73be737cacd0781099 /package.json
parent6d288ad8d8f740cf587f925d1dab9326a1fa7b0a (diff)
Remove setting to prefer H.264
Back in the day the setting to prefer H.264 was added as a technology preview; it was not a finished feature, but a preview of a feature that could be added in the future. However, H.264 does not work when the HPB is used, it overrides the preference order already decided by the browser and it does so by altering the SDP, which could lead to problems if its format changes. Due to all that preferring H.264 is no longer available. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 822584e75..8299bf83c 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,6 @@
"lodash": "^4.17.21",
"mockconsole": "0.0.1",
"nextcloud-vue-collections": "^0.9.0",
- "sdp-transform": "^2.14.1",
"ua-parser-js": "^1.0.2",
"url-parse": "^1.5.3",
"util": "^0.12.4",