View Single Post
  #2  
Old 10-04-2015, 11:32 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Is it possible to get the video with rtmpdump ?


"This 60min video wont work because their swf is waiting for special messages and then return the same using some calculation. You can see those when you run rtmpdump,

DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: r1, NUMBER: 212.00>
DEBUG: Property: <Name: r2, NUMBER: 452.00>
DEBUG: Property: <Name: r3, NUMBER: 306.00>
DEBUG: Property: <Name: r4, NUMBER: 504.00>
DEBUG: Property: <Name: r5, NUMBER: 105.00>
DEBUG: Property: <Name: r6, NUMBER: 589.00>
DEBUG: (object end)
here we have to add r1 and r2 and return back, there are like 30 functions, so although it's possible to handle this and compile the librtmp, I dont think it's worth the hassle or support."
-sb

It's really KSV's call
Reply With Quote