1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Update server dependencies

This commit is contained in:
Chocobozzz 2024-08-16 14:19:10 +02:00
parent 6d2f5868e0
commit c255ea92cf
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 1352 additions and 1363 deletions

View file

@ -41,7 +41,6 @@ export function sendRTMPStream (options: {
if (process.env.DEBUG) {
command.on('stderr', data => console.log(data))
command.on('stdout', data => console.log(data))
}
command.run()