@scrypted/prebuffer-mixin 0.10.41 → 0.10.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/dist/plugin.zip +0 -0
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -17,7 +17,3 @@ Medium: 720p (500 Kbps)
|
|
|
17
17
|
Low (if available): 320p (100 Kbps)
|
|
18
18
|
|
|
19
19
|
The `Key Frame (IDR) Interval` should be set to `4` seconds. This setting is usually configured in frames. So if the camera frame rate is `30`, the interval would be `120`. If the camera frame rate is `15` the interval would be `60`. The value can be calculated as `IDR Interval = FPS * 4`.
|
|
20
|
-
|
|
21
|
-
## Transcoding
|
|
22
|
-
|
|
23
|
-
Some cameras may not allow configuration of the video codec (h264) or IDR Interval. The camera may also only have a single high bitrate stream which will fail to stream when viewing on low bandwidth remote connections. In this case, Transcoding should be enabled for `Remote Stream` and `Remote Recording Stream` to ensure there isn't a bandwidth issue.
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrypted/prebuffer-mixin",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.43",
|
|
4
4
|
"description": "Video Stream Rebroadcast, Prebuffer, and Management Plugin for Scrypted.",
|
|
5
5
|
"author": "Scrypted",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"type": "API",
|
|
28
28
|
"interfaces": [
|
|
29
29
|
"Settings",
|
|
30
|
-
"DeviceProvider",
|
|
31
30
|
"MixinProvider",
|
|
32
31
|
"BufferConverter"
|
|
33
32
|
],
|