Patch for rtmpdump/librtmp

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ingrimsch Offline
Junior Member
Posts: 32
Joined: Jun 2009
Reputation: 0
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. Sad

any help would be really appreciated.
ingrimsch
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
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 Offline
Junior Member
Posts: 32
Joined: Jun 2009
Reputation: 0
Post: #53
so no more patching source files? just a little make and thats it? nice! thanks for the heads up mate! Smile

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 Offline
Team-XBMC Developer
Posts: 10,399
Joined: Feb 2008
Reputation: 58
Post: #54
ingrimsch Wrote:so no more patching source files? just a little make and thats it? nice! thanks for the heads up mate! Smile

one last question: what about patching the mplayer to support seeking the stream? is it still needed?

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 Online
Fan
Posts: 530
Joined: Aug 2004
Reputation: 9
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 Offline
Senior Member
Posts: 152
Joined: Mar 2009
Reputation: 0
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 Offline
Senior Member
Posts: 222
Joined: Apr 2009
Reputation: 0
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 Wink
find quote
Djape Offline
Senior Member
Posts: 222
Joined: Apr 2009
Reputation: 0
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 Offline
Senior Member
Posts: 222
Joined: Apr 2009
Reputation: 0
Question    Post: #59
davilla Wrote: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

Do we still had to follow this to get rtmp support or it is supported now in svn ppa?

Thx.
find quote
highlandsun Offline
Senior Member
Posts: 152
Joined: Mar 2009
Reputation: 0
Post: #60
What ppa are you talking about?

XBMC svn should Just Work at this point. Works fine for me, r31541.
find quote
Post Reply