Indian Live channels

Requests, suggestions, support, and everything else python / plugin related.
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Indian Live channels

Post by panjabimc »

Hello ..is there r a remote chance that we can get a video plugin for Live Channels from India ...I am sure a lot of people will want that ...:)
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Indian Live channels

Post by skatulskijean »

Look on main Xbmc.org site that you can find a addon whats works on moment for this !
Then Post the link and i look what i can do!



Regards Jan
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

Cheers Jan..I will check it out ...
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Indian Live channels

Post by skatulskijean »

With the plugin Liveshows what its a light Version from the Autor from Live stream addon!
That anywhere can make the own addon with this !
On this Version it can access the plugins what installed on your xbmc to stream any video to !

simply change the code from the default.py to the location from your XML file!

Code: Select all

if mode==None:
    print "getData"
    # if using a remote file uncomment the following line
    data = 'http://blong43.com/xbmc/live/liveshows.xml' 
    # if using a local file uncomment the following line
    # data = os.path.join(home, 'my.xml')
    getData(data, fanart)
1) Download the xml's what you want (On Linux ' wget inet adress from the xml)
2) Look wath you want on the xml's and what not!
3) Make a own XML with that what you want!
4) change the Name - The icon and the Fanart for your own Addon!
5) Change the addon id on the default.py and addon.xml

Look its works!
When not ask again and i say why not works and what you must do thats works!

Regards Jan

xbox friendly Download from Liveshows addon ( it works not - it's a little thats works)
When any where will watch the concerts from Liveshows addon on xbmc4xbox to !
Then ask !

http://db.tt/iwHfh5Kv
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

Thank you for your help bro..I will give it a try.
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

Thanks Jan .. I tried n 25% of the channels worked .. here is the log , hope u can check what is going wrong wid most of the channels.. http://pastebin.com/taMGUuHT
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Indian Live channels

Post by skatulskijean »

1)i think most of the stream link since to old and nomore working!
2)Second rtmpe is a problem on your build not for all streams but for many!
3) I think a newer Openssl on the build can a little help but not for all!
4) What is your Solution - when you have a Pc install xbmc and look with same xml it is working better (i think not all but most rtmpe streams will work ! when not better that Problem is 1.)

When you will have a Solution you must search the streams for your Indian Channels on your PC what you can play from your Browser!
And than access the steams for a working rtmp and put this links on your own xml!
For the way to access the working rtmp or stream url help the streamrecorder Forum!
Google for it all what you want can you read here!

Look on the wizwig Forum under LiveTV for Indian channels !

m3u is a pls and you can this paylist access from xbmc4xboxc self!
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

Hello Jan...

Ive been using this plugin n most of it was working, now suddenly it does not work as I had linked it directly to this url http://xml-list.googlecode.com/svn/trunk/ind.xml ...now I think we need a username n password for this site...

I also have the .xml saved locally...please tell me where n how to add the .xml to the live channels plugin u gave me...thanx...
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

any help ???
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Indian Live channels

Post by skatulskijean »

panjabimc wrote:Hello Jan...

Ive been using this plugin n most of it was working, now suddenly it does not work as I had linked it directly to this url http://xml-list.googlecode.com/svn/trunk/ind.xml ...now I think we need a username n password for this site...

I also have the .xml saved locally...please tell me where n how to add the .xml to the live channels plugin u gave me...thanx...
for access the local.xml
copy the local.xml on the plugin directory self (this what you have installed from the .zip from me)
on the default.py you must have this!
if mode==None:
print "getData"
# if using a remote file uncomment the following line
#data = 'http://blong43.com/xbmc/live/liveshows.xml'
# if using a local file uncomment the following line
data = os.path.join(home, 'my.xml') "" my.xml is your local.xml""
getData(data, fanart)


Regards Jan
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

thank you bro for yer wonderful help..highly appreciated ..:)

**Just Tried it , gives a Script Failed Error.. :(**
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Indian Live channels

Post by skatulskijean »

change line 470 on the default.py from getData(data, fanart) to #getData(data, fanart)
and look again!

have you the line with your local.xml
data = os.path.join(home, 'my.xml')

my is the name from your local xml!!!
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

Tried everything .. even have the .xml file , now not getting the script error ..but now getting a blank folder without any channels.. :(
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Indian Live channels

Post by skatulskijean »

put a download link from your local.xml here !
I Look!

regards jan
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

here's the xml & default.py files . :)

http://www.sendspace.com/file/wo8vbw
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Indian Live channels

Post by skatulskijean »

You have two Errors from your self!
Your xml have not the right syntax!
First you have not different channels!
This is the working for two Streams! Easy add your Streams!

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<items>
<item>
<title>your Titel1</title>
<link>your link for the Titel1</link>
<thumbnail>Thumbnail for the Link1</thumbnail>
</item>
<item>
<title>your Titel2</title>
<link>your link for the Titel2</link>
<thumbnail>Thumbnail for the Link2</thumbnail>
</item>
</items>


working example with one stream:

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<items>
            
<item>
<title>DeadVids: 24/7 Grateful Dead Streaming Video</title>
<link>rtmp://extondemand.livestream.com/ondemand playpath=mp4:trans/dv01/mogulus-user-files/chdavidaron/2010/06/22/17916218-e44b-4154-8384-5474864e2055.m4v swfUrl=http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?showBorderControlBar=false&allowchat=false&autoPlay=true&iconColor=0x555555&hideInfo=true&mode=false&hideChannelBranding=true&borderColor=0xCCCCCC&t=301810&textLines=2&showMoreVideos=false&time=&browseMode=false&allowChat=true&lschannel=true&jsEnabled=false pageUrl=http://www.livestream.com/embed/davidaron?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&allowchat=false&layout=1&t=301810</link>
<thumbnail>http://b.dryicons.com/images/icon_sets/shine_icon_set/png/256x256/headphones.png</thumbnail>
</item>
</items>
second Error on the default.py line 465-470!

you have :

Code: Select all

if mode==None:
    print "getData"
    #data = 'http://blong43.com/xbmc/live/liveshows.xml'
    # if using a local file uncomment the following line
    # data = os.path.join(home, 'pak.xml')
    # getData(data, fanart)
working is :

Code: Select all

if mode==None:
    print "getData"
    #data = 'http://blong43.com/xbmc/live/liveshows.xml'
    # if using a local file uncomment the following line
    data = os.path.join(home, 'pak.xml')
    getData(data, fanart)

Regards Jan
panjabimc
Posts: 23
Joined: Tue Sep 25, 2012 4:08 pm

Re: Indian Live channels

Post by panjabimc »

Thank you Jan ..u r a SUPERSTAR :) actually it was more to do with the default.py ..I got a lot of stuff working now :)

Thanx again for your effort and time :)
nonikhan786
Posts: 1
Joined: Sat Nov 17, 2012 12:42 am

Re: Indian Live channels

Post by nonikhan786 »

hi sir you can give me your file so i can used on my tv thank you
Post Reply