[RELEASE] rtmpGUI plugin

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Lestercity Offline
Junior Member
Posts: 8
Joined: Feb 2012
Reputation: 0
Post: #211
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
find quote
HansMayer Offline
Senior Member
Posts: 179
Joined: Feb 2012
Reputation: 10
Post: #212
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:
find quote
seafooddumpster Offline
Junior Member
Posts: 2
Joined: Mar 2012
Reputation: 0
Post: #213
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?
find quote
paruro Offline
Junior Member
Posts: 1
Joined: Mar 2012
Reputation: 0
Post: #214
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
find quote
seafooddumpster Offline
Junior Member
Posts: 2
Joined: Mar 2012
Reputation: 0
Post: #215
paruro Wrote:Try this :



It will solve your problem, i guess

aha! I misunderstood this as already added to the gist, thanks!
find quote
cortocinese Offline
Junior Member
Posts: 3
Joined: Mar 2012
Reputation: 0
Post: #216
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
find quote
fondary Offline
Junior Member
Posts: 17
Joined: Apr 2011
Reputation: 0
Post: #217
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
find quote
ezekiel0815 Offline
Junior Member
Posts: 3
Joined: Mar 2012
Reputation: 1
Post: #218
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>
find quote
xbmcjb Offline
Junior Member
Posts: 12
Joined: Mar 2008
Reputation: 0
Post: #219
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

XBMCbuntu on Asrock Ionstar 330 | mce remote
find quote
HansMayer Offline
Senior Member
Posts: 179
Joined: Feb 2012
Reputation: 10
Post: #220
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
find quote
Post Reply