Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
rtmpdump Git and SVNon the rtmpdump page
http://rtmpdump.mplayerhq.hu recently it has been changed from svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump to git clone git://git.ffmpeg.org/rtmpdump for downloading the source 1. is svn not being used anymore for RTMPdump? 2. if so, why is svn still showing for older releases? 3. if git is the new way of things, how do you get a specific older release with git, for example r562 |
#2
|
|||
|
|||
Re: rtmpdump Git and SVNbump
|
#3
|
|||
|
|||
Re: rtmpdump Git and SVN1. The Last Changed Rev for SVN is 568, April 7 2011
http://repo.or.cz/w/rtmpdump.git/commit/6155179b296f9749f713bb9bf47e9ca1fdb1a201 Updates have been through Git since then. 2. SVN is still showing for historical reasons, I guess 3. If you want older releases the easiest way it to browse the Git mirror http://repo.or.cz/w/rtmpdump.git You can also do this from the command line, examples: Code:
git clone git://git.ffmpeg.org/rtmpdump git log | more :: or git log --pretty=oneline --abbrev-commit | more git checkout 60218d0 |
Tags: download, git, last, latest, rtmpdump, source, source code, svn, version |
Thread Tools | |
Display Modes | |
|
|