Skip to content

Commit

Permalink
set streamformat auto
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsrulz committed May 16, 2020
1 parent b121e1a commit 073ebb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sub preloadmedia()
videoContent = createObject("RoSGNode", "ContentNode")
videoContent.url = selectedmediaitem.url
m.mediaFileName.text = selectedmediaitem.title
videoContent.streamformat = getMediaStreamFormat(selectedmediaitem.ShortDescriptionLine1) ''should be passed from top
' videoContent.streamformat = getMediaStreamFormat(selectedmediaitem.ShortDescriptionLine1) ''should be passed from top
' videoContent.HttpHeaders = getMediaStreamHeaders(selectedmediaitem.ShortDescriptionLine2)

'need to relook , try to pass collection from top or from api
Expand Down
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title=Simple Roku Media Player
major_version=2
minor_version=0
build_version=1
build_version=2
mm_icon_focus_hd=pkg:/images/new-new-logo-336x210.png
mm_icon_focus_sd=pkg:/images/new-new-logo-248x140.png
subtitle=A Simple Roku Media Player
Expand Down

0 comments on commit 073ebb8

Please sign in to comment.