XBMC Community Forum
[RELEASE] rtmpGUI plugin - 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)
+---- Forum: Video Add-ons (/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] rtmpGUI plugin (/showthread.php?tid=120045)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32


epg - Lestercity - 2012-03-08 00:44

hi Hans, first of all thanks for this great add on. Is there anyway you can tell me how to get the epg working on atv2? thanks in advance


- HansMayer - 2012-03-08 01:51

theduly Wrote:i have replaced the default.py and the librtmp but european streams still ends after 60 seconds. Can someone help me?
You did edit the default.py to
Code:
HAS_UPDATED_LIBRTMP=True
like it said in the guide, right? :rolleyes2:


- seafooddumpster - 2012-03-08 18:40

Quote:HAS_UPDATED_LIBRTMP=True

setting this to true breaks (won't play at all) france 2,3,etc is there anything I can do to fix that?


- paruro - 2012-03-08 19:00

seafooddumpster Wrote:setting this to true breaks (won't play at all) france 2,3,etc is there anything I can do to fix that?

Try this :

fondary Wrote:Many thanks !
It's working great for european channels.

I just had to edit a little the default.py you provided :
I deleted
Code:
+stream.findtext('advanced').replace('-v','').replace('live=1','')
just before
[HTML]if HAS_UPDATED_LIBRTMP:[/HTML]

It was repeating the "advanced" parameters.

It will solve your problem, i guess


- seafooddumpster - 2012-03-08 19:18

paruro Wrote:Try this :



It will solve your problem, i guess

aha! I misunderstood this as already added to the gist, thanks!


logo and..maybe EPG - cortocinese - 2012-03-09 02:05

That is my first post..so hallo guys!! and tnx for your great forum.

i m new in xbmc community and i can t understand how have logo and maybe epg using rtmpgui plugin...

can someone help me?

tnx


- fondary - 2012-03-09 04:25

seafooddumpster Wrote:setting this to true breaks (won't play at all) france 2,3,etc is there anything I can do to fix that?

It seems that it's case sensitive : "True", "true" doesn't work


- ezekiel0815 - 2012-03-10 01:20

cortocinese Wrote:That is my first post..so hallo guys!! and tnx for your great forum.

i m new in xbmc community and i can t understand how have logo and maybe epg using rtmpgui plugin...

can someone help me?

tnx

You can add logos by adding these tags to your streams in your xml:
Code:
<logourl>http://www.locationofyourlogos/logo.png</logourl>



- xbmcjb - 2012-03-10 18:19

HansMayer Wrote:Linux:
Download librtmp from https://github.com/svnpenn/rtmpdump, compile it with make in the librtmp folder and replace librtmp.so.0 from XBMC with the new version.

Could you give the path of the exact file to replace ? I've done the compile process but I don't where is the file to replace ?
Thanks


- HansMayer - 2012-03-10 20:25

xbmcjb Wrote:Could you give the path of the exact file to replace ? I've done the compile process but I don't where is the file to replace ?
Thanks
Code:
$ find / |grep librtmp.so.0