mlbserver 2022.6.14 → 2022.7.18
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 +2 -1
- package/index.js +715 -459
- package/package.json +1 -1
- package/session.js +1363 -68
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# mlbserver
|
|
2
2
|
|
|
3
|
-
Current version 2022.
|
|
3
|
+
Current version 2022.07.18
|
|
4
4
|
|
|
5
5
|
Credit to https://github.com/tonycpsu/streamglob and https://github.com/mafintosh/hls-decryptor
|
|
6
6
|
|
|
@@ -45,6 +45,7 @@ Advanced command line options:
|
|
|
45
45
|
--page_username (username to protect pages; default is no protection)
|
|
46
46
|
--page_password (password to protect pages; default is no protection)
|
|
47
47
|
--content_protect (specify the content protection key to include as a URL parameter, if page protection is enabled)
|
|
48
|
+
--gamechanger_delay (specify extra delay for the gamechanger switches in 10 second increments, default is 0)
|
|
48
49
|
```
|
|
49
50
|
|
|
50
51
|
For multiview, the default software encoder is limited by your CPU. You may want to experiment with different ffmpeg hardware encoders. "h264_videotoolbox" is confirmed to work on supported Macs, and "h264_v4l2m2m" is confirmed to work on a Raspberry Pi 4 (and likely other Linux systems) when ffmpeg is compiled with this patch: https://www.raspberrypi.org/forums/viewtopic.php?p=1780625#p1780625
|