View Single Post
  #1  
Old 04-26-2011, 02:39 AM
x19290 x19290 is offline
Junior Member
 
Join Date: Apr 2011
Posts: 1
x19290 is on a distinguished road
Default

cannot rtmpsuck on Mac OS X 10.7


Hello.

I know that ipfw of Mac OS 10.7 does not understand "not uid..." so I did:

$ sudo bash
# ipfw add 40 fwd 127.0.0.1,1935 tcp from any to any 1935 uid $(logname)
# su rtmp
$ cd
$ rtmpsuck

Then I played stream but could hear nothing and rtmpsuck said nothing.

I terminated rtmpsuck and did below but it made the OS hang.

$ exit
# ipfw delete 40

What can I do?
Reply With Quote