@gabrielmaialva33/discord-video-stream
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "@gabrielmaialva33/discord-video-stream", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Experiment for making video streaming work for discord self bots", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,2 +10,3 @@ import _sodium from 'libsodium-wrappers' | ||
await _sodium.ready | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
const crypto_secretbox_easy = _sodium.crypto_secretbox_easy | ||
@@ -12,0 +13,0 @@ |
@@ -71,6 +71,6 @@ import WebSocket from 'ws' | ||
width: 1080, | ||
height: 720, | ||
height: 1920, | ||
fps: 30, | ||
bitrateKbps: 1000, | ||
maxBitrateKbps: 2500, | ||
bitrateKbps: 3000, | ||
maxBitrateKbps: 8000, | ||
hardwareAcceleratedDecoding: false, | ||
@@ -77,0 +77,0 @@ videoCodec: 'H264', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67334
28
1869