Skip to content

Commit

Permalink
added manifest update property (emilsvennesson/kodi-viaplay#16 (comment)
Browse files Browse the repository at this point in the history
)
  • Loading branch information
maxgalbu committed Apr 10, 2018
1 parent 7a150a6 commit 0d8ed50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def playGame():
item.setProperty('inputstreamaddon', 'inputstream.adaptive')
item.setProperty('inputstream.adaptive.manifest_type', 'mpd')
item.setProperty('inputstream.adaptive.license_type', 'com.widevine.alpha')
item.setProperty('inputstream.adaptive.manifest_update_parameter', 'full')
item.setContentLookup(False)
#TODO: get license url from config
licUrl = 'https://prod-lic2widevine.sd-ngp.net/proxy|authorization=bearer ' + currentvideo['drm'] + '|R{SSM}|';
Expand Down

3 comments on commit 0d8ed50

@furkyto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Leila version or on Krypton ?

@furkyto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see sorry

@furkyto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but with KodiSetup-20180410-76f19f65-master-x64 nighlie release the games didn't work for me on PC :

'09:26:20.096 T:2052 NOTICE: VideoPlayer::OpenFile: https://neunlds311.akamaized.net/nlds/nba/drm/uta/as/live/nlncp/uta_hd_ceddash_20180411010006_021203.mp4.mpd?h=7d7a38b962f8a8ae83e0bc860338cc4c.1523428022737&hdnea=exp=1523428082~acl=/*~hmac=1398C575958597099FED1868715085538F476E5CD20C64774B8C12E8FAB31CDC&nltid=nba&nltdt=137&uid=3360974
09:26:20.097 T:1148 NOTICE: Creating InputStream
09:26:20.979 T:1148 ERROR: AddOnLog: InputStream Adaptive: No MOOV in stream!
09:26:21.016 T:1148 ERROR: CVideoPlayer::OpenInputStream - error opening [https://neunlds311.akamaized.net/nlds/nba/drm/uta/as/live/nlncp/uta_hd_ceddash_20180411010006_021203.mp4.mpd?h=7d7a38b962f8a8ae83e0bc860338cc4c.1523428022737&hdnea=exp=1523428082~acl=/*~hmac=1398C575958597099FED1868715085538F476E5CD20C64774B8C12E8FAB31CDC&nltid=nba&nltdt=137&uid=3360974]
09:26:21.016 T:1148 NOTICE: CVideoPlayer::OnExit()
09:26:21.507 T:8292 ERROR: EXCEPTION: XBMC is not playing any file
09:26:23.045 T:11300 ERROR: Previous line repeats 1 times.
09:26:23.045 T:11300 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nba/?game_state=2&name=Full+game%2C+home+feed+%28Jazz%29&url=&start_time=1523408406000&video_id=0021701217&video_type=archive&mode=playgame&duration=7923000&video_ishomefeed=1
09:26:23.045 T:11300 ERROR: InputStream: Error opening, plugin://plugin.video.nba/?game_state=2&name=Full+game%2C+home+feed+%28Jazz%29&url=&start_time=1523408406000&video_id=0021701217&video_type=archive&mode=playgame&duration=7923000&video_ishomefeed=1'

Please sign in to comment.