Playing to UPNP player from Kodi
#1
I can play media on TV using UPNP by pulling from the Kodi UPNP server but can not play from KODI to the same TV either music or video. When I pick the target player from the popup, the TV name is there but the media is not played. It includes live TV, videos, addons etc...

Here is my setup:
17:58:05.627 T:18188  NOTICE: special://profile/ is mapped to: special://masterprofile/
17:58:05.627 T:18188  NOTICE: -----------------------------------------------------------------------
17:58:05.627 T:18188  NOTICE: Starting Kodi (17.6 Git:20171114-a9a7a20). Platform: Windows NT x86 32-bit
17:58:05.627 T:18188  NOTICE: Using Release Kodi x32 build
17:58:05.627 T:18188  NOTICE: Kodi compiled Dec 10 2017 by MSVC 190024215 for Windows NT x86 32-bit version 10.0 (0x0A000000)
17:58:05.627 T:18188  NOTICE: Running on Hewlett-Packard p6616f with Windows 10, kernel: Windows NT x86 64-bit version 10.0
17:58:05.628 T:18188  NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
17:58:05.628 T:18188  NOTICE: Host CPU: Unknown, 4 cores available
17:58:05.628 T:18188  NOTICE: Desktop Resolution: 1600x900 32Bit at 60Hz
17:58:05.628 T:18188  NOTICE: Running with restricted rights
17:58:05.630 T:18188  NOTICE: Aero is enabled
17:58:05.630 T:18188  NOTICE: special://xbmc/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_17.9.601.0_x86__4n2hpmxwrvr6p
17:58:05.630 T:18188  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_17.9.601.0_x86__4n2hpmxwrvr6p
17:58:05.630 T:18188  NOTICE: special://xbmcbinaddons/ is mapped to: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_17.9.601.0_x86__4n2hpmxwrvr6p/addons
17:58:05.630 T:18188  NOTICE: special://masterprofile/ is mapped to: C:\Users\bobm\AppData\Roaming\Kodi\userdata
17:58:05.630 T:18188  NOTICE: special://home/ is mapped to: C:\Users\bobm\AppData\Roaming\Kodi\
17:58:05.630 T:18188  NOTICE: special://temp/ is mapped to: C:\Users\bobm\AppData\Roaming\Kodi\cache
17:58:05.630 T:18188  NOTICE: special://logpath/ is mapped to: C:\Users\bobm\AppData\Roaming\Kodi\
17:58:05.630 T:18188  NOTICE: The executable running is: C:\Program Files\WindowsApps\XBMCFoundation.Kodi_17.9.601.0_x86__4n2hpmxwrvr6p\Kodi.exe
17:58:05.635 T:18188  NOTICE: Local hostname: bobm-HP
17:58:05.635 T:18188  NOTICE: Log File is located: C:\Users\bobm\AppData\Roaming\Kodi\/kodi.log
17:58:05.635 T:18188  NOTICE: -----------------------------------------------------------------------

Errors I get when trying to cast music:
19:48:10.408 T:10212   ERROR: UPNP: CUPnPPlayer : OnSetAVTransportURIResult failed
19:48:10.415 T:18188   ERROR: Platinum [xbmc.upnp.player]: NPT_CHECK failed, result=-1 (FAILURE) [(m_delegate->m_resstatus)]
19:48:10.415 T:18188   ERROR: CUPnPPlayer:TonguelayFile(musicdb://albums/4/50.mp3?albumid=4) failed to set the playback URI
19:48:10.416 T:18188   ERROR: Platinum [xbmc.upnp.player]: NPT_CHECK failed, result=-1 (FAILURE) [(PlayFile(file, options, dialog, timeout))]
19:48:10.416 T:18188   ERROR: UPNP: CUPnPPlayer::OpenFile - unable to open file musicdb://albums/4/50.mp3?albumid=4


Errors I get when trying to cast video:
20:39:52.999 T:8412   ERROR: UPNP: CUPnPPlayer : OnSetAVTransportURIResult failed
20:39:53.014 T:18188   ERROR: Platinum [xbmc.upnp.player]: NPT_CHECK failed, result=-1 (FAILURE) [(m_delegate->m_resstatus)]
20:39:53.014 T:18188   ERROR: CUPnPPlayer:TonguelayFile(C:\Users\bobm\Documents\Hurricane Jeanne\Stucco - Marc Wood\Untitled_20041018_1.MPG) failed to set the playback URI
20:39:53.014 T:18188   ERROR: Platinum [xbmc.upnp.player]: NPT_CHECK failed, result=-1 (FAILURE) [(PlayFile(file, options, dialog, timeout))]
20:39:53.014 T:18188   ERROR: UPNP: CUPnPPlayer::OpenFile - unable to open file C:\Users\bobm\Documents\Hurricane Jeanne\Stucco - Marc Wood\Untitled_20041018_1.MPG

What am I doing wrong?
Reply

Logout Mark Read Team Forum Stats Members Help
Playing to UPNP player from Kodi0