Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #201  
Old 03-23-2014, 09:22 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by KSV View Post
i have posted an update for streampiraten.ws and clones (ddoss.me, arschkrampe.in etc.).
Could you please also an update for www. hulu.com ?

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.
Reply With Quote
  #202  
Old 03-26-2014, 10:07 AM
gorilla.maguila gorilla.maguila is offline
Member
 
Join Date: Dec 2012
Posts: 62
gorilla.maguila is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Another clone:

Code:
else if (strstr(pageUrl, "streamify.tv"))
{
     SendCommand(r, "keGoVidishStambolSoseBardovci", TRUE);
     RTMP_SendCreateStream(r);
}
Reply With Quote
  #203  
Old 03-26-2014, 02:37 PM
lto lto is offline
Junior Member
 
Join Date: Mar 2014
Posts: 9
lto is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


I 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;
and it works, no more crashes with rtmpdumphelper

I think in some cases this server structure is messed up and crash happens
Reply With Quote
  #204  
Old 04-08-2014, 09:04 AM
ilje ilje is offline
Junior Member
 
Join Date: Jun 2012
Posts: 16
ilje is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


how can i record mfc with rtmpdump ?

Quote:
NxServer..flashVer..WIN 12,0,0,77..swfUrl..7http://www.myfreecams.com/mfc2/flash/MfcVideo130606.swf...tcUrl..+rtmp://video18.myfreecams.com:1935/NxServer..fpad....capabilities.@m........audioCode cs.@.........videoCodecs.@o........videoFunction.? .........pageUrl..bhttp://www.myfreecams.com/mfc2/static/player.html?broadcaster_id=0&cache_id=1396557146&t arge.t=main..objectEncoding.............A...`..... ..A.4........DOWNLOAD.Aj.. ................&%..............&%................ ................._result.?..........fmsVer...FMS/4,5,4,3003..capabilities.@o........mode.?......... ....level...status..code...NetConnection.Connect.S uccess..description...Connection succeeded...objectEncoding...........data.......ve rsion..
4,5,4,3003...................&%.......C........log inResult.A..t........Handle...........challenge... (function(){var a=44,b=226,c=56.1041198817|0,d=97,e=159.892519236| 0,f=86,g=64.1616584284|0,h=207.1722271813|0,i=354-125,j=299-194,k=183.1740402223|0,l=31.322321754|0,m=204>>2,n =126-20,o=202,p=179>>0,q=32>>2,r=303-254,s=234,t=227.75950473|0,u=76,v=77.1784674425|0, w=378-254,x=214>>0,y=128-120,z=28.2137735716|0;v=!!screen.width+!!screen.he ight+!!document.location.host;var qq=0+p+y+b+(t*g)+v+(j*s)+a+f-a+(u*e)-r+a+(w*v)+(k*q)+p-v+(g*w)+(p*d)+t+(x*a)-p+h-r+u-f-n+(n*x)-m+a+i+v+(b*i);qq*=254;return qq;}())..userID..................t.......UpdateSes sion.............cmd.@4........cmdarg1.A...D.....c mdarg2.Aj.. .....cmdarg3...........cmdarg4............C..K.... ..._result.A..t........41442386C..........createSt ream.@........B.....
...........C.....#...startDownload...........A.4.. .................._result.@.........?..........N.. )........play.............mp4:mfc_114099761.f4v... ........H..........receiveAudio................... ..........................................onStatus .............level...status..code...NetStream.Play .Reset..description..(Playing and resetting mfc_114099761.f4v...details...mfc_114099761.f4v..c lientid...rAA7gTDA..................onStatus...... .......level...status..code...NetStream.Play.Start ..description.."Started playing mfc_114099761.f4v...details...mfc_114099761.f4v..c lientid...rAA7gTDA..................|RtmpSampleAcc ess
Reply With Quote
  #205  
Old 04-15-2014, 09:01 AM
Fv1 Fv1 is offline
Junior Member
 
Join Date: Apr 2014
Posts: 1
Fv1 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


KSV, 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!
Reply With Quote
  #206  
Old 04-16-2014, 11:31 PM
freez freez is offline
Senior Member
 
Join Date: Feb 2013
Posts: 105
freez is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


a 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" -
Reply With Quote
  #207  
Old 04-21-2014, 09:36 AM
fightnight fightnight is offline
Junior Member
 
Join Date: Jul 2013
Posts: 5
fightnight is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by gorilla.maguila View Post
Another clone:

Code:
else if (strstr(pageUrl, "streamify.tv"))
{
     SendCommand(r, "keGoVidishStambolSoseBardovci", TRUE);
     RTMP_SendCreateStream(r);
}
It would be great if we find a solution for this.. maybe some external parameter called for rtmpdump?

The list of webpages using this is growing
Reply With Quote
  #208  
Old 04-25-2014, 04:09 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


hey KSV can you add and support that http://injatv.com/ for next rtmpdump release
Reply With Quote
  #209  
Old 04-30-2014, 09:34 PM
kaphotics kaphotics is offline
Junior Member
 
Join Date: Apr 2014
Posts: 5
kaphotics is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


If anyone has gotten this working on OSX, I would appreciate the help.
Reply With Quote
  #210  
Old 05-02-2014, 03:56 PM
freez freez is offline
Senior Member
 
Join Date: Feb 2013
Posts: 105
freez is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


another 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" -
Reply With Quote
Reply Post New Thread
Tags: , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 03:47 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons