View Single Post
  #354  
Old 10-19-2012, 12:19 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: weeb.tv: Help to download live TV streams


Quote:
Originally Posted by KSV
Code:
git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
patch -p0 -i "path_to_patch_file"
If you are going to use "git", you might as well use "git apply". Stock Cygwin doesnt even come with "patch".

Code:
git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
git apply -p0 "path_to_patch_file"
Reply With Quote