Upnp plugin not playing
Posted: May 4th, 2014, 9:39 pm
Hallo,
I'm interested in mpd's upnp capabilities, so I compiled it on a raspberry pi (running volumio/debian).
The browsing of my upnp server (through xbmc) works nicely, but when it comes to play...nothing.
This is what the log says when trying to play something
The log says "played" but actually that's more an attempt...it does not play any of the songs and all this log block is written in less than a second. So my guess is the file extensions get cut somewhere along the way and that could be the reason. But I could also be wrong.
thanks in advance for any help.
I'm interested in mpd's upnp capabilities, so I compiled it on a raspberry pi (running volumio/debian).
The browsing of my upnp server (through xbmc) works nicely, but when it comes to play...nothing.
This is what the log says when trying to play something
Code: Select all
May 04 23:19 : client: [7] opened from 127.0.0.1:44571
May 04 23:19 : client: [7] process command "status"
May 04 23:19 : client: [7] command returned 0
May 04 23:19 : client: [7] process command "add "XBMC (xbmuntu)/Music Library/Artisti/Adele/21/Rumour Has It""
May 04 23:19 : client: [7] command returned 0
May 04 23:19 : client: [7] process command "play 3"
May 04 23:19 : playlist: play 3:"XBMC (xbmuntu)/Music Library/Artisti/Adele/21/Rumour Has It"
May 04 23:19 : client: [7] command returned 0
May 04 23:19 : decoder_thread: probing plugin ffmpeg
May 04 23:19 : playlist: queue song 0:"XBMC (xbmuntu)/Music Library/Artisti/Adele/Single/Skyfall"
May 04 23:19 : client: [7] process command "close"
May 04 23:19 : client: [7] command returned 3
May 04 23:19 : client: [7] closed
May 04 23:19 : player: played "XBMC (xbmuntu)/Music Library/Artisti/Adele/21/Rumour Has It"
May 04 23:19 : playlist: play 0:"XBMC (xbmuntu)/Music Library/Artisti/Adele/Single/Skyfall"
May 04 23:19 : playlist: queue song 1:"XBMC (xbmuntu)/Music Library/Artisti/Adele/Single/Skyfall"
May 04 23:19 : decoder_thread: probing plugin ffmpeg
May 04 23:19 : player: played "XBMC (xbmuntu)/Music Library/Artisti/Adele/Single/Skyfall"
May 04 23:19 : playlist: play 1:"XBMC (xbmuntu)/Music Library/Artisti/Adele/Single/Skyfall"
May 04 23:19 : playlist: queue song 2:"XBMC (xbmuntu)/Music Library/Artisti/Adele/21/Rolling In the Deep"
May 04 23:19 : decoder_thread: probing plugin ffmpeg
May 04 23:19 : player: played "XBMC (xbmuntu)/Music Library/Artisti/Adele/Single/Skyfall"
May 04 23:19 : playlist: play 2:"XBMC (xbmuntu)/Music Library/Artisti/Adele/21/Rolling In the Deep"
May 04 23:19 : playlist: queue song 3:"XBMC (xbmuntu)/Music Library/Artisti/Adele/21/Rumour Has It"
May 04 23:19 : decoder_thread: probing plugin ffmpeg
May 04 23:19 : player: played "XBMC (xbmuntu)/Music Library/Artisti/Adele/21/Rolling In the Deep"
May 04 23:19 : playlist: stop
thanks in advance for any help.