Formatting
This commit is contained in:
parent
f12bf93ebb
commit
2aca107281
|
@ -344,13 +344,13 @@ sub Main (args as dynamic) as void
|
|||
if node.state = "finished"
|
||||
node.control = "stop"
|
||||
|
||||
' If node allows retrying using Transcode Url, give that shot
|
||||
' If node allows retrying using Transcode Url, give that shot
|
||||
if node.retryWithTranscoding
|
||||
retryVideo = CreateVideoPlayerGroup(node.Id, invalid, node.audioIndex, true)
|
||||
m.global.sceneManager.callFunc("popScene")
|
||||
if retryVideo <> invalid
|
||||
m.global.sceneManager.callFunc("pushScene", retryVideo)
|
||||
end if
|
||||
end if
|
||||
else if node.showID = invalid
|
||||
sceneManager.callFunc("popScene")
|
||||
else
|
||||
|
|
|
@ -91,8 +91,7 @@ function getDeviceProfile() as object
|
|||
"Protocol": "hls",
|
||||
"MaxAudioChannels": StrI(maxAudioChannels), ' Currently Jellyfin server expects this as a string
|
||||
"MinSegments": "1",
|
||||
"BreakOnNonKeyFrames": true,
|
||||
' "VideoLevel": "42"
|
||||
"BreakOnNonKeyFrames": true
|
||||
},
|
||||
{
|
||||
"Container": "mp4",
|
||||
|
|
Loading…
Reference in New Issue
Block a user