View Single Post
  #10  
Old 05-19-2011, 09:07 AM
cyberscott cyberscott is offline
Junior Member
 
Join Date: May 2011
Posts: 1
cyberscott is on a distinguished road
Question

Getting rtmpsrv working on Mac OS X 10.6.7? Almost there.


Greetings,

What an excellent resource stream-recorder.com is! I've already learnt quite a large bit of info from here! Thanks to the administrators/moderators for helping spread the knowledge here!

After first following this thread:

http://stream-recorder.com/forum/use...s-x-t7662.html

and setting up a separate user (named RMTP as explained in the first post). Then configuring the OS X firewall with these ipfw commands:

Code:
sudo ipfw add 40 fwd 127.0.0.1,1935 tcp from any to any 1935
sudo ipfw add 40 fwd 127.0.0.1,1935 tcp from any to any 1935 not uid RTMP
Then logging into the RTMP account via:
Code:
sudo -u RTMP -s
and starting the rtmpsrv server:
Code:
./rtmpsrv
I see this:
Code:
RTMP Server v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
I surf to the page with the video that I want to capture and watch the rtmpsrv output. Nothing happens but when I ctrl^c the server to stop it I see a bunch of lines like this:
Code:
ERROR: serverThread: accept failed
ERROR: serverThread: accept failed
ERROR: serverThread: accept failed
ERROR: serverThread: accept failed
Which inclines me to think I've misconfigured it.

Does any of this look familiar to anyone else who might have encountered this issue and solved it?

Thanks,

Scott

Last edited by cyberscott : 05-19-2011 at 09:48 AM.
Reply With Quote