XBMC Community Forum
[REQUEST] iDesiTV.com (Internet Desi TV) plugin or script - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+--- Thread: [REQUEST] iDesiTV.com (Internet Desi TV) plugin or script (/showthread.php?tid=30227)

Pages: 1 2 3 4 5 6 7


- EvilDude - 2008-01-11 16:34

The site itself is not working for half the channels, but for the other channels (B4U movies / music for example) show up fine in XBMC and play fine too.

Is there any better sites work more consistently?


- a7n9 - 2008-01-15 18:21

I am looking for a solution on this too. You can easily find out the streams using firefox extensions (I use download embedded) to find the streams from bhejfry.net (they mirror stuff from iDesiTv). I have already made a list of some of the streams. Can anyone post an easier solution, please?


thank you - the_optimist - 2008-01-16 19:15

for the tip about download embedded. I used it to get the following stream url
from bhejafry.net:
http://208.53.158.32/idesitv.com-starone-sdjskjdnk33sdw?WMContentBitrate=400000

I put this url in VideoLAN's VLC and it played perfectly.
This means that xbmc will play the stream if it is placed
in a file with the suffix .strm. It would be easy to make
such a file for each of the approx ten channels.

Unfortunately, it may turn out that the urls change from time to time.
Parsing the web page would likely be possible in python, but I haven't yet
learned python programming. Yet. Can't be that hard ...


- vinny75 - 2008-01-22 05:25

For what is worth, all I had to do was click VIEW SOURCE once the php link is opened in a browser. I was then able to get the URL of the actual stream within the source code. Placed is as a strm file as posted in this thread..Worked just fine...

Here is a url I saw within the source code for starplus

http://208.53.158.32/idesitv.com-starplus-sdkjsdkjskn3d?WMContentBitrate=400000


- golfbandit - 2008-01-22 20:38

http://rapidshare.com/files/85758962/iDesiTV.rar.html I made a bunch of m3u files, just upload them into your videos folder, and open them like a regular video file. Some of the channels don't work because, the source is dead probably. Its easy to make these kind of files, all you do is open the file in notepad and change the source links.


- rafiek - 2008-02-01 15:57

the_optimist Wrote:I am very new to these things, but here is something I tried
that worked in a small way. I went to idesitv.com, played one
of the channels, and got the stream info from some commercial
software I have:

http://wm50.bestmediahost.com/idesitv.com-starone-sdksdbjshb3s3?WMContentBitrate=400000

I pasted this into a file I called "starone.strm"
This playes perfectly in xbmc.
The trouble is, I don't know how to get the stream info
from the browser without using this commercial stream capture
app. It must be simple, maybe someone else will help us.
And, this is only channel-by-channel.

There is also a script development utility which might help:
http://code.google.com/p/xot-uzg/wiki/WhatIsXOT


You easily can get the stream / url using Firefox and then view source.
with IE this is hidden.

Goodluck


- silps - 2008-02-24 20:17

EvilDude Wrote:In case anyone is interested,
http://www.sharebigfile.com/en/file/3406/iDesitv-rar.html

I have made a video plugin. This means unzip to xbmc\plugins\video and then add it as a source.

It was a great way to understand how plugins work and how surprisingly easy it is!

Cheers mate, your plugin works great.


- silps - 2008-02-24 20:19

golfbandit Wrote:http://rapidshare.com/files/85758962/iDesiTV.rar.html I made a bunch of m3u files, just upload them into your videos folder, and open them like a regular video file. Some of the channels don't work because, the source is dead probably. Its easy to make these kind of files, all you do is open the file in notepad and change the source links.

Thanks for these. The B4U channels didn't work when I tried them but they do work in EvilDude's plugin.


- EvilDude - 2008-03-01 08:14

Just cleaned up the script a little bit (better regular expression to get a list of channels.)

Get it here,
http://www.prashantv.com/xbmc/iDesitv.rar


- silps - 2008-03-01 12:37

Thanks Mr Dude, will try it out when I get a chance.