View Single Post
  #2  
Old 08-11-2013, 10:32 PM
jojesh jojesh is offline
Junior Member
 
Join Date: Mar 2013
Posts: 26
jojesh is on a distinguished road
Default

Re: rtmpdump package on OpenSuse


I had faced this problem before. It is mentioned here

http://stream-recorder.com/forum/rtm...ut-t16539.html

what i used to do is, just stop the firewall for a while and run those iptable commands and rtmpsrv then start the firewall using yast.

Quote:
The steps..

Yast->Firewall->stop firewall
#> sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
#> rtmpsrv
.....................
......................
ctrl+c
#> sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT

Yast->Firewall->start firewall
You can skip the second last step because in the last step you are starting the firewall. It will overwrite the rules

But i hope if we made the changes to the configuration file there is no need to stop the firewall each time..anyway thanks for the information

I am not an expert to dig.. but i love using opensuse
Reply With Quote