Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

weeb.tv: Help to download live TV streams

(http://stream-recorder.com/forum/showthread.php?t=9823)

KSV 10-19-2012 05:08 AM

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


 
There always have been a combined patch file along with binaries.

https://github.com/K-S-V/Scripts/downloads

mutulaki 10-19-2012 08:08 AM

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


 
hi KSV,
many thanks for your quick answer. what is the source code to be patched? I tried several but without success.
many thanks

m

KSV 10-19-2012 11:57 AM

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


 
Quote:

Originally Posted by mutulaki (Post 55530)
what is the source code to be patched? I tried several but without success.

always use the latest git clone.
Code:

git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
patch -p0 -i "path_to_patch_file"

then compile as usual.

svnpenn 10-19-2012 12:19 PM

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"


KSV 10-19-2012 01:09 PM

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


 
Quote:

Originally Posted by svnpenn (Post 55541)
Stock Cygwin doesnt even come with "patch".

Who is even talking about cygwin? those instructions will work on any distro as well as in MinGW.

svnpenn 10-19-2012 01:26 PM

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


 
Quote:

Originally Posted by KSV
Who is even talking about cygwin? those instructions will work on any distro as well as in MinGW.

No, they wont, thats exactly my point. They will not work on Cygwin unless you install the "patch" package. In fact they wont even work on MinGW unless you install the "msys-patch" package.

KSV 10-19-2012 01:43 PM

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


 
if you use your dev environment with half of basic tools missing then it's your problem. by the way git will not work also if you don't install it.

liu84494946 11-15-2012 06:53 AM

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


 
I can't download the file,I am a student from korea,could anybody tell me why

Stream Ripper 11-18-2012 11:16 PM

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


 
Quote:

Originally Posted by liu84494946 (Post 56417)
I can't download the file,I am a student from korea,could anybody tell me why

Gangnam Style!

pattg 11-19-2012 01:35 PM

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


 
Hi,
This is my first post, first of all thanks for the hard work KSV;)

However, I have a problem with the patch and install rtmpdump on Ubuntu 12.10 server.

I do the following commands:

Code:

git clone git://git.ffmpeg.org/rtmpdump
patch -p0 -i Patch.diff
make SYS=posix XLDFLAGS="-lm"
sudo make install prefix=/usr

WhenI try to start rtmpdum shows the error:

In polish: "Naruszenie ochrony pamięci (core dumped)"

Translated into English: "Violation of memory protection (core dumped) or "segfault (core dumped)"

I do not know which is the correct translate I translated this by google translate.

I hope that everything I wrote is understandable.
Can I ask for help in this case?

Thanks and regards
pattg


All times are GMT -6. The time now is 06:11 AM.