Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#201
|
|||
|
|||
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. |
#202
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileAnother clone:
Code:
else if (strstr(pageUrl, "streamify.tv")) { SendCommand(r, "keGoVidishStambolSoseBardovci", TRUE); RTMP_SendCreateStream(r); } |
#203
|
|||
|
|||
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:
... if (server->f_cur && server->rc.m_mediaChannel && !paused) { > server->rc.m_pauseStamp = server->rc.m_channelTimestamp[server->rc.m_mediaChannel]; if (RTMP_ToggleStream(&server->rc)) 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 |
#204
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filehow can i record mfc with rtmpdump ?
Quote:
|
#205
|
|||
|
|||
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! |
#206
|
|||
|
|||
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" - |
#207
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
The list of webpages using this is growing |
#208
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filehey KSV can you add and support that http://injatv.com/ for next rtmpdump release
|
#209
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileIf anyone has gotten this working on OSX, I would appreciate the help.
|
#210
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileanother stream & still ksv cannot help !!
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" - |
Tags: binaries, binary, patch, patches, rtmpdump, rtmpsrv, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|