Bug #418
Cannot playback upnp content from XBMC
Status: | Fixed | Start date: | 03/26/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UPnP & DLNA | |||
Target version: | - | |||
Found in version: | Platform: |
Description
using showtime GIT-2.99.201.g8c6df
browsing upnp content from XBMC (Opdenkamp's git 26/03/2011 66e87e5) works okay, but when selecting items for playback does not work.
Video playback results in a page load error, "Invalid HTTP 200 response" message in the showtime window. Debug mesages in terminal window just say : -
navigator [INFO]: Opening http://192.168.0.3:53511/%2525/9870DDED5D96240932C2436AAAD0E737%252FDancehall%2520Queen.avi
MP3 playback generates errors for missing thumbnail and playqueue errors for each album track : -
GLW [ERROR]: Unable to load http://192.168.0.3:53511/%2525/013F19AF4FE1CA5ED39F67A531BC2906%252F2f317e97.tbn -- HTTP error: 404
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/898D62CC26CA4203F6BD1A88B0ED95F8%252F13.Be_Sure.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/A65EFBF3454CDEF5701B97949D7B31C1%252F01.Close_The_Door.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/1CECF1025CCD33CC094A2648672B36D5%252F08.Come_Go_With_Me.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/39D5D2E886BCDFFED8AE71B95DCD9EA3%252F07.Feel_The_Fire.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/182CBBB65F3E7AFF7E495D79A7DEB36B%252F12.Heaven_Only_Knows.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/111EF18A1ABDF4F5AD13372B8912EB97%252F11.I_Cant_Live_Without_Your_Love.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/4F8BE195E6BAB6148F38661083833DE8%252F10.Is_It_Still_Good_To_Ya.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/37FEEBF20E22D16EBE4C563E34820CDE%252F15.Life_Is_A_Song_Worth_Singing.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/1FE654439489285059A9B01249C9C98D%252F04.Love_TKO.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/5F4098353120FC6C1AA9626A2F6E694F%252F14.Only_You.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/3705D32578A8B03A2E7ABE998D948EA8%252F05.Take_Me_In_Your_Arms_Tonight.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/EA5E71991068433763F43B05CD1E06CA%252F03.The_Whole_Town_Is_Laughing_At_Me.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/A7BCC5A0224FF84A45FB3ABD4A2135E2%252F02.Turn_Off_The_Lights.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/27A728A16F04BBAA6AC8BEB38937E792%252F09.When_Somebody_Loves_You_Back.mp3
Playqueue error: Unable to open input file (FFmpeg)
notify [ERROR]: URL: http://192.168.0.3:53511/%2525/AFCF8318D35EF41F6A0EB5C52974C8E6%252F06.You_Cant_Hide_From_Yourself.mp3
Playqueue error: Unable to open input file (FFmpeg)
Let me know what I can do to help debug
Related issues
History
#1
Updated by Andreas Smas almost 12 years ago
- Category set to UPnP & DLNA
- Assignee set to Andreas Smas
It certianly looks like there is some problems with multiple escaping of URLs (%2525) etc
#2
Updated by Paul Price almost 12 years ago
I can confirm I get this error to but if I rename the file to x.avi (for example) it appears to attempt to play, but I get a black screen but that's probably a different issue.
#3
Updated by Andreas Smas almost 12 years ago
- Priority changed from High to Normal
#4
Updated by Andreas Smas almost 12 years ago
- Status changed from New to Accepted
#5
Updated by Matteo Plazzer almost 12 years ago
Andreas Ă–man wrote:
It certianly looks like there is some problems with multiple escaping of URLs (%2525) etc
Uhm....I don't know if the problem is this. In my case in the log there aren't "%something" strings in the error message. When I've installed the last version 2.99.284.g4159b, something has changed. The music player give me a "ffmpeg error", the photo browsing give the usual "http error 200" and the video player give me a blank screen with the name of file and "Invalid" under (in the log there isn't other...).
#6
Updated by Andreas Smas almost 12 years ago
- Status changed from Accepted to Fixed
Based on the URL this looks like a Twonky server. I've installed one of those myself now and fixed the bugs. So I believe it works just fine starting from 7888350e