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.
Also, audio and video are about 1 second out of sync. Anyway to control the audio delay from the plugin?
Thank you for the plugin. Do you think you can include the search feature into the plugin?
HI
Thanks I will try it out later
John.
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