
any help would be really appreciated.
ingrimsch
ingrimsch
Junior Member Posts: 32 Joined: Jun 2009 Reputation: 0 |
2010-06-19 18:27
Post: #51
Would one of you guys be so kid kind to put a quick tutorial for ubuntu together? I totally lost after checking the latest svn out... cant even find a path to librtmp.
![]() any help would be really appreciated. ingrimsch |
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2010-06-19 19:15
Post: #52
easy pleasy,
cd into xbmc trunk dir cd lib/librtmp make sudo make install then do the standard ./bootstrap ./configure check that librtmp was picked up by configure make sudo make install MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
ingrimsch
Junior Member Posts: 32 Joined: Jun 2009 Reputation: 0 |
2010-06-19 23:24
Post: #53
so no more patching source files? just a little make and thats it? nice! thanks for the heads up mate!
![]() one last question: what about patching the mplayer to support seeking the stream? is it still needed?
(This post was last modified: 2010-06-19 23:34 by ingrimsch.)
|
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2010-06-20 01:12
Post: #54
ingrimsch Wrote:so no more patching source files? just a little make and thats it? nice! thanks for the heads up mate! you would have to ask mplayer devs, only deal with XBMC here. MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
exobuzz
Fan Posts: 530 Joined: Aug 2004 Reputation: 9 |
2010-06-20 01:58
Post: #55
Thanks btw davilla/spiff for you implementation. mines a static link currently, but I will I think move to your shared library on xbox. good for us anyway to have a more consistent codebase in some areas.
|
| find quote |
highlandsun
Senior Member Posts: 152 Joined: Mar 2009 Reputation: 0 |
2010-06-20 06:57
Post: #56
mplayer seeking with rtmp was fixed in mplayer svn r31218 on 2010-05-25. If you've picked up code newer than that you should be good to go.
|
| find quote |
Djape
Senior Member Posts: 222 Joined: Apr 2009 Reputation: 0 |
2010-06-21 09:48
Post: #57
Dudes, how should we install librtmp on xbmc-live with permanent storage?
As far as I know, xbmc-live will break if I compile anything. So, if xbmc comes without librtmp on live system, what to do? Cheers
|
| find quote |
Djape
Senior Member Posts: 222 Joined: Apr 2009 Reputation: 0 |
2010-06-22 11:21
Post: #58
I've tried to compile, but my 4gig usb stick gets full before svn checkout finishes.
rtmp enabled precompiled package would be awesome to have. Cheers... |
| find quote |
Djape
Senior Member Posts: 222 Joined: Apr 2009 Reputation: 0 |
davilla Wrote:easy pleasy, Do we still had to follow this to get rtmp support or it is supported now in svn ppa? Thx. |
| find quote |
highlandsun
Senior Member Posts: 152 Joined: Mar 2009 Reputation: 0 |
2010-07-03 23:31
Post: #60
What ppa are you talking about?
XBMC svn should Just Work at this point. Works fine for me, r31541. |
| find quote |