View Single Post
  #275  
Old 05-26-2013, 04:51 PM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Thank you very much, Edge. It works great.

I can extract the parameters just fine, only need to find out how to map the 'camserv' to the real video server, so I can do everything automatically without having to load the webcam in the browser first. Time to study MFC's source code...

Yes, the prefix is correct. The room ID = model ID + 100000000.


::edit::

What is the correct command for the "RTMP_SetupURL" function in librtmp?

Normally I call it like this, but I'm not sure how to do it now.

Code:
RTMP_SetupURL(r, Marshal.StringToHGlobalAnsi("rtmp://server.com/live app=live flashVer=WIN\2011,6,602,168 swfUrl=http://server.com/flash/flash.swf..............")
I tried this, but then "RTMP_Connect" returns 0 (fails).

Code:
RTMP_SetupURL(r, Marshal.StringToHGlobalAnsi("mfc=video70:115013455:?:9384194"))

Last edited by Elgero : 05-26-2013 at 05:59 PM.
Reply With Quote