Re: Customized rtmpdump binaries with patch fileHi, K-S-V,
Looks like rtmpsuck totally ignores "deleteStream" command on active streams. In one case (when a server sends new streams with new IDs) it leads to the same stream being simultaneously saved in a number of files (not a big deal if you have enough disk space). In another case it results in a total mess: file names with wrong timestamps, wrong video duration, videos being non-seekable or totally corrupt. So, rtmpsuck should either check if the stream is already being saved, so it doesn't create a new file for a new connection. But it may result in a corrupt video. Or it should close existing connection and proceed with a new one. The latter woult lead to saving a stream on a poor connection in numerous files including empty ones (zero or 13 byte size). So it would also be great for rtmpsuck to automatically delete such empty files. Also this: Quote:
+ timestamp_len = strftime(×tamp[0], sizeof (timestamp), "%Y-%m-%d_%H-%M-%S_", localtime(¤t_time)); |
Re: Customized rtmpdump binaries with patch filehello guys, years ago i downloaded adobe hds downloader with a .bat file which i only have to paste the url provided by the firefox addon hds link. you know where i can find it?
i swear i searched before post. |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileWhen I run make SYS=posix
make[1]: Entering directory '/home/martzy/Downloads/rtmpdump-ksv-ksv/librtmp' gcc -Wall -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c rtmp.c:129:12: error: static declaration of ‘strsplit’ follows non-static declaration static int strsplit(char *src, int srclen, char delim, char ***params); ^ In file included from rtmp_sys.h:61:0, from rtmp.c:33: rtmp.h:391:7: note: previous declaration of ‘strsplit’ was here int strsplit(char *src, int srclen, char delim, char ***params); ^ rtmp.c: In function ‘RTMP_ReadPacket’: rtmp.c:4004:7: warning: variable ‘didAlloc’ set but not used [-Wunused-but-set-variable] int didAlloc = FALSE; ^ <builtin>: recipe for target 'rtmp.o' failed make[1]: *** [rtmp.o] Error 1 make[1]: Leaving directory '/home/martzy/Downloads/rtmpdump-ksv-ksv/librtmp' Makefile:76: recipe for target 'librtmp/librtmp.a' failed make: *** [librtmp/librtmp.a] Error 2 |
Re: Customized rtmpdump binaries with patch file |
Re: Customized rtmpdump binaries with patch fileHere is one interesting post from FFMPEG forum.
http://ffmpeg.gusari.org/viewtopic.php?f=13&t=3621 If there is anybody interested in improving RTMPDUMP, --append switch may be one suggestion. |
Re: Customized rtmpdump binaries with patch file |
Re: Customized rtmpdump binaries with patch fileGuys,
Is anybody on this forum able to deliver download of Rtmpdump dated "RTMPDump v2.4 GIT-2015-12-23" ? I'm not the only one on the internet looking for that download. https://github.com/streamlink/streamlink/issues/1148 |
Re: Customized rtmpdump binaries with patch fileZeranoe has removed his download links to rtmpdump for the reason known only to him.
https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=1024 Here is one alternative very similar to Zeranoe's distro and with later updates. Rtmpsuck from this distro may work where KSV's rtmpsuck crushes. Courtesy of: Vangelis66 rtmpdump-2.4-20151223-gfa8646d-GnuTLS_3.5.12-win32-static.27-May-2017.zip http://www.datafilehost.com/d/11210ce4 |
Re: Customized rtmpdump binaries with patch fileIn reference to KSV's rtmpsuck crush, here it is,
in case somebody would be interested in fixing the patch. Code:
root@j:/home/j/rtmpdump# rtmpsuck |
All times are GMT -6. The time now is 01:16 PM. |