Skip to content

Commit

Permalink
Add DeviceId to TransCode Params
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsb committed Mar 6, 2021
1 parent 780a58a commit b4ef403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/VideoPlayer.brs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ function getTranscodeParameters(meta as object, audio_stream_idx = 1)
end if

params.Append({"MediaSourceId": meta.id})
params.Append({"DeviceId": devinfo.getChannelClientID()})

return params
end function
Expand Down

0 comments on commit b4ef403

Please sign in to comment.