2019-04-14, 06:53 PM
I just switched my knew4v5 (latest version 2.6.6) back to testing against my production v4 server. And now the path substitution to get it to use SMB to access the files directly (and get the .edl file) is no longer working. I know that we had gotten it working earlier. And I'm not seeing anything obvious in the log other than the "not found" and fall back to using HTTP streaming:
Any ideas?
Code:
2019-04-14 13:47:26.992 T:1860170608 DEBUG: LIRC: - NEW cf 0 KEY_PLAY devinput (KEY_PLAY)
2019-04-14 13:47:26.994 T:1937133584 DEBUG: HandleKey: homepage (0xea) pressed, action is PlayPause
2019-04-14 13:47:26.995 T:1610011504 DEBUG: False
2019-04-14 13:47:26.996 T:1610011504 DEBUG: http://192.168.143.10:8866/control?time=1555267646&key=131152&client=sdl-KNEW50xb827ebd2d752&sid=7e0c0219347f4d1b80d3b86c3689e139
2019-04-14 13:47:27.315 T:1610011504 DEBUG: 404
2019-04-14 13:47:27.315 T:1610011504 DEBUG: HTTP Error 404: Not Found
2019-04-14 13:47:27.316 T:1610011504 DEBUG: http://192.168.143.10:8866/activity?format=json&client=sdl-KNEW50xb827ebd2d752&sid=7e0c0219347f4d1b80d3b86c3689e139
2019-04-14 13:47:27.327 T:1610011504 DEBUG: {u'recording_title': u'For the People', u'recording_description': u"The team in the public defender's office takes on the case of a young man accused of strangling a woman to death and are determined to prove him innocent.", u'url': u'/stream?client=sdl-KNEW50xb827ebd2d752&f=E%3A%5CNPVR%20Recordings2%5CFor%20the%20People%5CFor%20the%20People%20%282018%29.S02E04.The%20Vast%2C%20Immovable%20Object.ts', u'screen': u'Recordings', u'recording_name': u'For the People', u'file': u'E:\\NPVR Recordings2\\For the People\\For the People (2018).S02E04.The Vast, Immovable Object.ts', u'recording_id': u'285994', u'recording_subtitle': u'The Vast, Immovable Object', u'recording_duration': u'3960'}
2019-04-14 13:47:27.351 T:1610011504 DEBUG: True
2019-04-14 13:47:27.354 T:1128682352 DEBUG: #XBMCPlayer#
2019-04-14 13:47:27.354 T:1128682352 DEBUG: started player
2019-04-14 13:47:27.374 T:1128682352 DEBUG: E:/NPVR Recordings2/For the People/For the People (2018).S02E04.The Vast, Immovable Object.ts
2019-04-14 13:47:32.381 T:1128682352 DEBUG: not found
2019-04-14 13:47:32.384 T:1128682352 DEBUG: /live?recording=285994&client=sdl-KNEW50xb827ebd2d752&sid=7e0c0219347f4d1b80d3b86c3689e139
2019-04-14 13:47:32.412 T:1128682352 DEBUG: Playing http://192.168.143.10:8866/live?recording=285994&client=sdl-KNEW50xb827ebd2d752&sid=7e0c0219347f4d1b80d3b86c3689e139
2019-04-14 13:47:32.413 T:1128682352 DEBUG: player started
2019-04-14 13:47:32.413 T:1128682352 DEBUG: entering loop
2019-04-14 13:47:32.454 T:1937133584 INFO: easy_acquire - Created session to http://192.168.143.10
2019-04-14 13:47:32.462 T:1937133584 DEBUG: CCurlFile::GetMimeType - http://192.168.143.10:8866/live?recording=285994&client=sdl-KNEW50xb827ebd2d752&sid=7e0c0219347f4d1b80d3b86c3689e139 -> video/MP2T
2019-04-14 13:47:32.500 T:1937133584 DEBUG: CPlayerCoreFactory::GetPlayers(http://192.168.143.10:8866/live?recording=285994&client=sdl-KNEW50xb827ebd2d752&sid=7e0c0219347f4d1b80d3b86c3689e139)
2019-04-14 13:47:32.500 T:1937133584 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
Any ideas?