Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Oct 22, 2023
1 parent ed8c0b1 commit d525cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/controllers/models/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def getTS(self, request):

# When you use EXTVLCOPT:program in a transcoded stream, VLC does not play stream
if config.OpenWebif.service_name_for_stream.value and sref != "" and portnumber != transcoder_port:
progopt = f"{progopt}#EXTVLCOPT:program={int(sref.split(": ")[3], 16)}\n"
progopt = f"{progopt}#EXTVLCOPT:program={int(sref.split(': ')[3], 16)}\n"

if portnumber is None:
portnumber = config.OpenWebif.port.value
Expand Down

0 comments on commit d525cf3

Please sign in to comment.