Re: Customized rtmpdump binaries with patch fileQuote:
When I tried rtmphelper and get_flash_videos on hulu, neither of them works any more. http://www.hulu.com/watch/605440 d:\rtmpdump>perl get_flash_videos --proxy http://127.0.0.1:8087 http://www.hulu. com/watch/605440 Downloading http://www.hulu.com/watch/605440 Using method 'hulu' for http://www.hulu.com/watch/605440 Found Hulu CID: 60353365 Found Hulu EID: sTAmUQ0iYAOySaVQSCFwIg Using quality H264 Medium RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... 2 request not supported, attempting to use SWFVerification Type 1! Patches welc ome... ERROR: rtmp server sent error ERROR: rtmp server requested close Download failed, no valid file downloaded Couldn't download any videos. |
Re: Customized rtmpdump binaries with patch fileAnother clone:
Code:
else if (strstr(pageUrl, "streamify.tv")) |
Re: Customized rtmpdump binaries with patch fileI was able to fix the problem I described in private message.
I am on Windows I was able to attach debugger and reproduced crash multiple times in same place: Code:
... I checked if server is 0 but it didn't help, so I just called inside this if: Code:
goto cleanup; I think in some cases this server structure is messed up and crash happens |
Re: Customized rtmpdump binaries with patch filehow can i record mfc with rtmpdump ?
Quote:
|
Re: Customized rtmpdump binaries with patch fileKSV, I don't know if you monitor this thread but I had a question regarding the things listed as "small fixes" -
Your Read_1_Packet seems quite modified, I am mostly interested in fixes for files with odd timestamps due to starting in the middle of a livestream event. My initial attempt to rebase everything based on zero-from-stream-start and adding the delta of the received packet and the previous packet didn't seem to work, do you have any insights? Thanks for your work! |
Re: Customized rtmpdump binaries with patch filea stream from streamify.tv with latest rtmp dump fix is not streaming the link of this server only can record it but not playing it live with vlc , check it , can u fix it & add it to ur binary
Code:
rtmpdump -r "rtmp://94.102.49.104/live" -a "live" -f "WIN 13,0,0,191" -W "http://www.streamify.tv/resources/scripts/eplayer.swf" -p "http://www.streamify.tv/embedplayer/sport2/1/650/500" -C S:OK --live -y "sport2?id=2375" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - |
Re: Customized rtmpdump binaries with patch fileQuote:
The list of webpages using this is growing |
Re: Customized rtmpdump binaries with patch filehey KSV can you add and support that http://injatv.com/ for next rtmpdump release
|
Re: Customized rtmpdump binaries with patch fileIf anyone has gotten this working on OSX, I would appreciate the help.
|
Re: Customized rtmpdump binaries with patch fileanother stream & still ksv cannot help !! :mad:
Code:
rtmpdump -r "rtmp://149.255.37.163/live" -a "live" -f "WIN 14,0,0,90" -W "http://www.streamify.tv/resources/scripts/eplayer.swf" -p "http://www.streamify.tv/embedplayer/sp2crl/1/650/500" -C S:OK --live -y "sp2crl?id=2676" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - |
Re: Customized rtmpdump binaries with patch fileI've problems with livetv.tn and teledunet. Bein's channels don't work.
|
Re: Customized rtmpdump binaries with patch fileFor Freez or anyone else who needs Streamify I have compiled it into my latest files (for virtually any XBMC capable OS) along with the rest of normal patches.
http://www.mediafire.com/?x4cvp5hl4m9xr Also if anybody else has random patches that need compiled in, as I know KSV can get very busy, I welcome any fixes for websites, as I want to "enable" any website possible especially within XBMC but also rtmpdump. |
Re: Customized rtmpdump binaries with patch filethank you red penguien:)
|
Re: Customized rtmpdump binaries with patch fileHi, i'm trying on my Mac mavericks 10.9 and i got everytime on chaturbate, Model Status: error..
but everything works well on windows i don't know what i make false. can anyone help me please? |
Re: Customized rtmpdump binaries with patch fileVideo clip duration error when using --Start and --Stop parameters.
For example, when -A 200 -B 500, recorded clip duration is incorrectly reported as 8m20s, instead of 5m. Has anyone encountered same problem? |
Re: Customized rtmpdump binaries with patch fileHello to one and all, I must first of all thank everyone who contribute their time, patience and generosity here to help those of us who need it.
I would like some help/input with regards to downloading/recording a recorded video(My Recordings) from ustvnow.com(I use XBMC ustvnow addon). I use Rtmddownloader with rtmpsuck to capture the url my problem is when I try to download the video by pasting the url in cmd (I have already placed the rtmp executables in my System32 folder) it downloads but after either 30sec to a minute it stops the download and continues again. The problem with this is that when the video is played it sticks at each point where the video was disconnected. I was wondering if this is normal or if there is an rtmp executable which downloads the entire video without disconnecting and also why if the video downloads using rtmpsuck.exe using the same url that it doesn't do so when I use rtmpdump? Sorry about the long post just wanted it to be clear and concise. Thank You! |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
"rtmpdump -r "rtmp://dvr4.ustvnow.com:1935/dvrrokuplay" -a "dvrrokuplay" -f "" -W "" -p "" -y "mp4:....." -o ".....flv" Thank You! |
Re: Customized rtmpdump binaries with patch fileThanks for the release RP!!!
Quote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
Code:
rtmpdump -r "rtmp://dvr4.ustvnow.com:1935/dvrrokuplay" -a "dvrrokuplay" -f "" -W "" -p "" -y "mp4:....." -o ".....flv" -v |
Re: Customized rtmpdump binaries with patch fileQuote:
Quote:
The reason I ask is because for example if by some measure the connection is lost during downloading and I wanted to resume or start the video from a specific point using -A parameter, I wouldn't be able to using -v parameter since they can't work with live stream but if I do resume without -v then the video does the same as I mentioned in my first post. Is there any other work around to this problem or a rtmpdump.exe that downloads the entire video without disconnecting without having to use -v so other parameters can be used? Thank You! |
Re: Customized rtmpdump binaries with patch fileI do not understand where to download the last binaries.On the first page it says that the last update is from
2014 but latest available release is from September 12, 2013 https://github.com/K-S-V/Scripts/releases/latest |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
Huge Thanks again! |
Re: Customized rtmpdump binaries with patch fileIs the latest rtmpdump release from KSV from septermber 2013?
|
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileOK.Thanks.Github is so confusing to me.
Do you know how I can get this stream to work? Code:
RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV) |
Re: Customized rtmpdump binaries with patch filetry this:
Code:
rtmp://n2.mos.cdn.online.ru:80/live-r -W http://www.corbina.tv/flash/swf/player.swf -p http://www.corbina.tv/tv/tvc -y udp://0.0.0.0:3094 Code:
RTMPDump v2.4 |
Re: Customized rtmpdump binaries with patch fileI downloaded the patch and the good thing is that now I can get multiple streams at the same time with this patch but it still doesnt seem to be adding the timestamp thing.
as a result my files still get overwritten. I'm using Firefox if that makes any difference. any suggestions for a complete noob? :( |
Re: Customized rtmpdump binaries with patch filefor some reason, i keep getting a rtmpsuck has failed message and then shortly afterwards, my flash player will crash...any idea why this is happening?
|
Re: Customized rtmpdump binaries with patch fileDoes anyone know how to get this stream to work?
Code:
RTMPDump v2.4 |
Re: Customized rtmpdump binaries with patch fileHi KSV,
I'm in trouble with unicode encoded token strings that contain special characters. In the swf they are created by base64 decoding a string like: Code:
public static var ackey:string = abkey.tostring(); Code:
_loc2_ = TEA.decrypt(param1.info.secureToken,PlayerState.ackey); Code:
DgajÎ5Óhٻ×kL5 cheerz, lorus |
Re: Customized rtmpdump binaries with patch fileit should work on any decent shell like on bash
using UTF8 locale (not sure if it is what flash actually uses) Code:
echo -n '#RGd%has4102gH2bvXa0#w@1' | hexdump Code:
-T "$(echo -n '\x6d\xe7\xeb\xb7\x3b\x8e\xcd\xeb\xef\xb9\xb5\x7e\x5d\xdf\xdf\xf8\xf4\x6d\xce\xe3\xeb\xbb\xf6\x6d\xce\xe7\xdf\xfa\xb5\x4e\xbd\xef\xdf\xb7\x34\x5e')" |
Re: Customized rtmpdump binaries with patch filei actually answered a similar question in other thread few days ago. try to find it in one of my previous posts.
|
Re: Customized rtmpdump binaries with patch fileHello KSV,
the mainline rtmpdump still doesn't support all sites, that's why we still need your amazing patch. Thanks for your work! Do you have any plans to commit it to the rtmp-git-Repo? Because your patch and the mainline rtmpdump repo are far diverged yet. You have to checkout a commit from Dezember 2012 before you can apply the patch. I just looked into it and the problem is, that the maintainer simplified some data structures in rtmp.c. Did you try to contact the auther yet? Greetings muenster |
Re: Customized rtmpdump binaries with patch fileQuote:
else if (strstr(pageUrl, "zenex.tv")) { SendCommand(r, "keGoVidishStambolSoseBardovci", TRUE); RTMP_SendCreateStream(r); } EDIT: For some reason right now the server works without this command but I clearly seen it being sent via Wireshark when I played a channel from it. |
Re: Customized rtmpdump binaries with patch file |
Re: Customized rtmpdump binaries with patch fileI'm getting 1 failed hunk when patching against 2.4 pulled from git.
Code:
[aesede@archasd ~]$ git clone git://git.ffmpeg.org/rtmpdump I downloaded the patch from: https://github.com/K-S-V/Scripts/releases |
Re: Customized rtmpdump binaries with patch fileThe last one from 2012 works at least (commit 0d44da9f5f5a4aa7cd64566c64d89d2fb392e3ef). I tried to reintegrate the patch into the mainline git, but failed.
But here's a skript I made, which parses the needed information automatically from the source code: Code:
#!/bin/bash muenster |
Re: Customized rtmpdump binaries with patch fileI've added the site 3dbuzz.com to the c-sources. If you want to make a pacth to update the rtmpdump here the notes:
1- the site uses tea-decryption to make a secure response but not in the usual way. The token is received under name "r2" 2- before derypting it you must calculate it through a trivial conversions to make it a hex number. So the code were something like 1- getting r2 property and calculating it, something like (text=r2 property) Code:
dbufft(char *text) Code:
|
All times are GMT -6. The time now is 08:16 PM. |