hey ksv i have fresh ubuntu install , i need to get rtmpdump work with chaturbate the tool dump from other sites without any problem .. does ur version support chaturbate.com and why i cant get work by default ?? i have this version >>
Quote:
RTMPDump v2.4 8e30642~git
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed
|
the command i used to build is :
Quote:
cd ~/ && \
git clone git://git.ffmpeg.org/rtmpdump && \
cd rtmpdump && \
version="$(git log -1 --abbrev-commit | grep commit | cut -d' ' -f2)" && \
make VERSION="v2.4\ $version~git" && \
sudo checkinstall --pakdir "$HOME/Desktop" --pkgname rtmpdump \
--pkgversion "2.4-$version~git" --backup=no --default && sudo ldconfig
|
hope u help me this time .