]> git.parisson.com Git - telecaster-server.git/commitdiff
bugfix
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 6 Feb 2024 15:04:12 +0000 (16:04 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 6 Feb 2024 15:04:12 +0000 (16:04 +0100)
bin/streaming/telecaster.py

index c2479e72626d88eebbe5925e5ea070803f4eaf04..0a1a852330348e1fbf2de3dc4b4b0ef724888cd5 100755 (executable)
@@ -85,7 +85,7 @@ class TeleCaster(Thread):
         Thread.__init__(self)
         conf_file = open(conf_file_path, 'r')
         self.conf = yaml.safe_load(conf_file)["telecaster"]
-        self.stream_types = ["audio, ""video"]
+        self.stream_types = ["audio", "video"]
         self.deefuzzer_video_conf_file = "/tmp/telecaster_deefuzzer_video_monitor.yml"
         self.deefuzzer_audio_conf_file = "/tmp/telecaster_deefuzzer_audio_monitor.yml"
         # print(self.conf)