add missing file

This commit is contained in:
MTRNord 2023-01-30 03:29:24 +01:00
parent 790467e8b4
commit c93f554feb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

BIN
black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -146,7 +146,7 @@ class Recorder:
self.others = {}
self.output_track = ProxyTrack(
MediaPlayer(
"./test.png",
"./black.png",
options={
"loop": "1",
"framerate": "1",
@ -227,7 +227,7 @@ class Recorder:
del self.room_conf[room.room_id]
self.output_track = ProxyTrack(
MediaPlayer(
"./test.png",
"./black.png",
options={
"loop": "1",
"framerate": "1",