Trouble Streaming with a Plugin i made.
#1
Firstly sorry for the not very descriptive title, i couldn't think of anything more descriptive.
Secondly, WOW.. Xbmc is awesome with a very strong community which makes xbmc what it is today which brings me to my question. I'm wanting to make a plugin to the site http://www.watchtvsitcoms.com/. I have done a lot of it and for some stupid reason it's not working.

The script so far can be found here http://corythompson.net/files/Default.py.txt. Just grab that and rename it to Default.py and then your set.

I'm just working on the movies part so far. Plus i know that the movies are in 2-3 parts but i would like to just get the first part working first as this is my first script. Any help is really appreciated.

Thanks!!
Reply
#2
Are you going to tell us what you need help with or make us guess?
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply
#3
ohh, sorry..

Umm, Well i'm trying to stream movies from there site as i already mentioned and when i do start streaming the cache box comes up and gets about 1/5 of the way there and then closes with some error i can't quite see.

If you run this script you will see it.. I'm stumped and have no idea on what to do..

Thanks for your quick reply.
Reply
#4
you aren't trying to stream the flv file. you are passing the embedded swf link to the player.

you need to strip the url out of the swf embed.

example:
http://www.watchtvsitcoms.com/Movies/300...start=true
that was for the movie i tried to watch.

you need to strip the url for the actual file which is the file parameter. like below.
http://dl073.zshare.net/stream/bd6ae7c60...e1.avi.flv

also in the future if please post debug logs so people don't have to install the script to try to help you. its much easier to take a look at a log and spot a problem then it is to download/install/debug log.
Reply
#5
Thanks For Your Help, When i visit http://dl073.zshare.net/stream/bd6ae7c60...e1.avi.flv it redirects me, plus where are my debug logs.. Sorry i'm very new to this..

Thanks alot.
Reply
#6
they are dynamic urls

i just tried the same movie again and it is
http://dl073.zshare.net/stream/5e408112e...e1.avi.flv
http://dl073.zshare.net/stream/bd6ae7c60...e1.avi.flv

check ones from you own logs and they will work
Reply

Logout Mark Read Team Forum Stats Members Help
Trouble Streaming with a Plugin i made.0