test
This commit is contained in:
parent
fb25a97f3c
commit
0836188819
@ -68,7 +68,7 @@ class Plugin_OBJ():
|
||||
if self.plugin_utils.config.internal["versions"]["ffmpeg"]["version"] == "Missing":
|
||||
raise TunerError("806 - Tune Failed: FFMPEG Missing")
|
||||
|
||||
self.bytes_per_read = int(plugin_utils.config.dict["streaming"]["bytes_per_read"])
|
||||
self.bytes_per_read = 1024
|
||||
self.ffmpeg_command = self.ffmpeg_command_assemble(stream_args)
|
||||
|
||||
def get(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user