Re: Customized rtmpdump binaries with patch fileHi to all. Zenex.tv don't work anymore.
|
Re: Customized rtmpdump binaries with patch fileQuote:
the old, contained in the latest KSV's version does not work -K "keGoVidishStambolSoseBardovci;TRUE" so you need manually write the new command -K "goVideStambolSoseBardovci;TRUE" |
Re: Customized rtmpdump binaries with patch fileQuote:
Thanks biezem. I have solved this yesterday changing the string in the Patch.diff file. I have used wireshark for retrieve the token. I didn't knew the K option. Many thanks to KSV. |
Re: Customized rtmpdump binaries with patch fileQuote:
Code:
if ((r->Link.lFlags & RTMP_LF_FTCU) && !reconnect) |
Re: Customized rtmpdump binaries with patch fileQuote:
Code:
if ((r->Link.lFlags & RTMP_LF_FTCU) && !reconnect) Code:
if (r->Link.lFlags & RTMP_LF_FTCU && !reconnect) |
Re: Customized rtmpdump binaries with patch fileI have a suggestion for a feature in case you find it interesting to add.
Check for the following commands in controlServerThread in rtmpsuck: l - list the ongoing streams being recorded s - stop saving a certain stream to a file. It would display a list like the L command, from which you would choose a number for the stream you want to stop saving. |
Re: Customized rtmpdump binaries with patch fileSome noob help please...im using an mx2 with kodi 14 android 4.2.2 and cant play rtmp files...have been looking around and think I need to update my librtemp.so but havent got a clue where to start..help would be greatly appreciated. Getting frustrated...thanks
|
Re: Customized rtmpdump binaries with patch fileQuote:
http://www.mediafire.com/?x4cvp5hl4m9xr#myfiles |
Re: Customized rtmpdump binaries with patch fileQuote:
Thanks |
Re: Customized rtmpdump binaries with patch filethe zenex.tv command doesn't work anymore. Someone got the new one?
|
Re: Customized rtmpdump binaries with patch file@ksv & experts , plez latest rtmpdump needs a -k command? , what is -k command for latest sites such ucaster,janjua,ezcast,liveflash..etc & all same clones coz none of them playing only keeps connecting only & no incoming streaming start ?!!! plez help:confused:
|
Re: Customized rtmpdump binaries with patch filecan you help me to found the rtmpdump command for following
http://www.streamer247.com/ptvsports.php |
Re: Customized rtmpdump binaries with patch fileAt the moment there is a bug in the 2015 version where the same file starts dumping a million times at once for example on ROH Wrestling TV their free show when you rapidly switch from the auto to high quality tab to get the highest quality version.
It dumps the auto and high versions at the same time which is expected but a million files of the high version isn't expected and it slows the downloading down only for all those multiple versions to dump over each other and merge into the one file at the end of downloading anyway. Yeah, it's a multiplying bug where when they are all finished they merge together anyway as they are the same file name. Will this be fixed next version so it only grabs the one stream with the same file name at once like the older versions of your RTMPDump where this didn't happen? There is also this bug where mp3s and m4as from stuff like spotify free (which does work) and deezer free (although this doesn't work yet) ect. saves into a flv when it should save in it's own format but thats just me being picky but RTMPDump should have support for dumping stuff in it's native file extensions rather than flv only as it does have support for downloading some non flv stuff already so it should download to the right name as downloading to the right extension should be a proity for the future of this software as it does catch other stuff so it should put the correct name at the end rather than flv for stuff that isn't. It's probably not a bug that one but it does bug me as I have to change extensions and everything if I download a Spotify music from flv to mp3. Other than those and the lack of support for every YouTube format flv, mp4, webm, split audio/video mp4 ect I'm very happy using the RTMPDump and RTMPDumpHelper software and think that when progress improves getting all the setups and real file extensions included and starts dumping without the clone downloading and merging thing then I think rtmpdump would be the best thing going although it's already the best for FLV already it just needs to move forward and include the other major flv style streaming formats rather than having support for them but having to change file extensions yourself. FLV style streaming media isn't only with the FLV extension anymore rtmpdump is great but it needs the other extensions for streams as well. What you are seeing is still a Flash Video File on these websites but the extensions of the video themselves now are often MP4 dispite being embedded within a FLV Player cleverlly now because the way flash embedded media is done has changed and allows even webm to display in a flash player window. This probably has been talked about before but just wanted to put my thoughts out there. KSV keep up the good work as this is a great software which can grab most streams already from the flv players and with support for the other file types that get embedded into a flv player now with the real extension being the dumped file I can see this flv player ripper being bigger and better. This is everything I could find which could help get the Network running in it as well seeing as loads of people are interested including myself in it running. https://app.box.com/s/25mcdan13eea9w6f3d6egb3hw1hqvj4f |
Re: Customized rtmpdump binaries with patch filefirst post is updated with new release.
|
Re: Customized rtmpdump binaries with patch fileThank you KSV for the new compiled Windows set. :)
greetz |
Re: Customized rtmpdump binaries with patch file1- Thank you for the latest libtmp files
2- I have Kodi on my PC and iPhone. I downloaded the librtmp for my PC from this site and all the channels that I want to watch are working fine. As for my iphone, I have searched all over google and couldn't find a librtmp that was uploaded or updated 2015 for iphone. So I downloaded the librtmp provided in this link http://kodi.wiki/view/HOW-TO:Update_librtmp BUT the channels that work on my PC don't work on my iphone!! So, I need help with updating my librtmp file on my iphone to the latest one so that the channels that work on my PC work on my iphone as well. If the one provided on here can be coded for iphone then can someone do it for me and give me a link to download? I would really appreciate any help, thank you! |
Re: Customized rtmpdump binaries with patch file@KSV what is the use of latest patched rtmp mips clone unless it do open & clear those mips clone server (ucaster,mips,liveflash,janjua,ezcast ...etc) , i cannot get any of these stream links server working with VLC player & it i just keep connected , do we have to enter a -k command & what is it? or what
the hill is wrong with playing these links of mips shit clone server:D |
Re: Customized rtmpdump binaries with patch fileHi KSV,
I came across a problem in resume feature. I'm using last version of librtmp.dll with my own C# program which can download rtmp stream the same way rtmpdump.exe does. So, to resume a stream, I search last keyframe in the already downloaded file and when it's found, I update m_read (timestamp, nResumeTS, flags, and so on) in Rtmp structure, and "Checked keyframe successfully!" appears in log. I understand that I should also read "Found keyframe with resume-keyframe timestamp!" when the resume phase is completed, but sometimes I don't get it (librtmp don't find the right RTMP_PACKET_TYPE_FLASH_VIDEO). Instead of that others packets are received like the ones on this post: http://lists.mplayerhq.hu/pipermail/...il/001382.html In reality there are onMetaData packet (~500 bytes) and notification packet, and librtmp loops on every following packets until the end of the stream. If I try to force RTMP_ConnectStream to play from previous keyframe or even from 200 or 500 millisecond back from last found keyframe, librtmp catches the good RTMP_PACKET_TYPE_FLASH_VIDEO and resume works. How can you explain this? Resume timestamp: 21292 ms http://pastebin.com/uvS5LtXz Resume timestamp: 21292 ms (with Rtmp seekTime=20792) http://pastebin.com/TWuU5T5Y Thanks |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileHeres a couple of handshake bugs coming out of a Hula/Hola combination which it says in the bug text that a patch could be made and is welcome.
Serv ![]() Suck ![]() |
Re: Customized rtmpdump binaries with patch fileupdated from
rtmpdump-2.4 (Update 2014-09-11) to rtmpdump-2.4 (Update 2015-02-09) since updating to the 02-09 release i get crashes occasionally (weekly?) where as the previous version didn't exhibit this issue Code:
Log Name: Application |
Re: Customized rtmpdump binaries with patch fileHi,
normaly you shouldn't get a access violation at this offset in the latest rtmpsuck so at this address is no command to execute which get access on normaly way by rtmpsuck itself. Code:
$ ==> 00449A2B FFC7 INC EDI ; <--- offset 3c2b greetz |
Re: Customized rtmpdump binaries with patch filewhat i meant by 'weekly' was that since I don't use the program that often it doesn't crash every time (maybe 15% of the time).
yes, I am using Nirsoft's RTMDumpHelper. |
Re: Customized rtmpdump binaries with patch fileKSV patch doesn't work on mips ar7xx platform (Openwrt)
http://stream-recorder.com/forum/rtm...er-t19485.html |
Re: Customized rtmpdump binaries with patch fileturns out there were other issues occurring as well- the problem was solved by factory resetting my cable modem.
Thanks KSV, keep up the good work. |
Re: Customized rtmpdump binaries with patch fileDoes anybody have some older versions available? I'm also having an issue with rtmpsuck crashing and would like to try older versions and see where the problem started but I can only find the latest release for download.
|
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch filefor the rtmpsuck issue can you test the latest official builds of rtmpdump without any patches. issue could be due to upstream changes in rtmpdump itself rather than my patches.
|
Re: Customized rtmpdump binaries with patch fileI can't use the latest official versions because I am using RTMPDumpHelper and it overwrites files. I end up losing recordings without even knowing it. I found your patched version with the filedate stamps to get around that issue. I used the official 2.4 for a long time and had no crashes, but then I discovered the file-overwriting issue.
EDIT: On the topic of the date and time stamps... Could you switch those to 24-hour time, or add am/pm? |
Re: Customized rtmpdump binaries with patch fileMany thanks KSV, Xeebo and other for further development of this tool.
Unfortunately i have random rtmpsuck crashes too. I use: rtmpdumphelper_v1.21 + rtmpdump-2.4 (KSV Update 2015-02-09) what can i say: 1. it crashes to 99% on chaturbate, if performer change the session from free to private mode. 2. in other cases: ( looks like something missing in the exceptions treatment) it crashes in the evening, if my internet service provider is overloaded and bandwidth is unstable/significantly reduced. (possibly packet losses/drops , incomplete or not arrived Requests) i see many messages like this: Code:
ERROR: RTMP_ReadPacket, failed to read RTMP packet header I have 2 little requests(if it possible): 1. Could you add support for AMF parameter: NZ: in rtmpdump ? -C NZ:livefeedtype: -C NZ:gravityCookieId: it work in rtmpdumphelper + rtmpsuck , but if i try to use rtmpdump with commandline recorded in command.txt then i see that: Code:
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV) i mean , create file only if connection was successful AND THE TRANSFER BEGINS. |
Re: Customized rtmpdump binaries with patch fileKSV's rtmpdump can not download stream more than 4GB file.
When progress reaches limit,it just stop and fails to continue. |
Re: Customized rtmpdump binaries with patch fileQuote:
so i don't think it's a rtmpdump's problem |
Re: Customized rtmpdump binaries with patch fileQuote:
it's a rtmpdump known problem,hope KSV can fix it. i don't know how to code,but this may help http://sourceforge.net/u/dinkypumpki...2efefcd13d403/ |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
Code:
https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip |
Re: Customized rtmpdump binaries with patch fileQuote:
the latest version |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
|
All times are GMT -6. The time now is 08:09 PM. |