[RELEASE] MusicPlayOn (Music Videos) Plugin

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
thebitjockey Offline
Junior Member
Posts: 47
Joined: Oct 2006
Reputation: 0
Thumbs Up  [RELEASE] MusicPlayOn (Music Videos) Plugin Post: #1
Good site for streaming music videos. Warning, some music videos are uncensored (both audio and video).

Get this and all my plugins from:

http://www.thebitjockey.com/xbmcplugins
find quote
thebitjockey Offline
Junior Member
Posts: 47
Joined: Oct 2006
Reputation: 0
Post: #2
Ok, this is not working so good. Here is the issue. The site uses a PHP script to provide a dynamically generated FLV attachment download.

The plugin tries to play the URL of the script (i.e. http://www.site.com/stream?id=1234). That url send back headers like this:

Code:
Date: Sun, 27 Jul 2008 23:44:05 GMT

Server: Apache

Content-Location: stream.php

Vary: negotiate

TCN: choice

X-Powered-By: PHP/5.2.6

Set-Cookie: PHPSESSID=dfdb456743ca83acf7fefd514af2e436; path=/

Expires: Thu, 19 Nov 1981 08:52:00 GMT

Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0

Pragma: no-cache

Last-Modified: Sun, 27 Jul 2008 23:44:05 GMT

Content-Disposition: attachment; filename="100287-blank_and_jones_catch.flv"

Content-Length: 24186631

Connection: close

Content-Type: video/x-flv

so it tries to serve up the attachment but XBMC is choking on it as it does not buffer correctly.

Any ideas?

I am thinking of simply modifying the script to download the entire FLV locally then play of the HD.
find quote
thebitjockey Offline
Junior Member
Posts: 47
Joined: Oct 2006
Reputation: 0
Post: #3
Also, audio and video are about 1 second out of sync. Anyway to control the audio delay from the plugin?
find quote
anoobie Offline
Skilled Skinner
Posts: 187
Joined: Aug 2006
Reputation: 17
Post: #4
Thank you for the plugin. Do you think you can include the search feature into the plugin?
find quote
hasselhof Offline
Member+
Posts: 491
Joined: Jul 2008
Reputation: 32
Location: Nuneaton UK
Post: #5
HI


Thanks I will try it out later

John.
find quote
hasselhof Offline
Member+
Posts: 491
Joined: Jul 2008
Reputation: 32
Location: Nuneaton UK
Post: #6
Hi

Gave it a try last night, and like you say it does appear to be struggling to play the files.

continue to develop the plugin as this looks really good.

Thanks

John
find quote