Can anybody help me to find out the actual issue
I am in linux (OpenSUSE 12.3)
I downloaded the latest rtmpdump source from git clone git://git.ffmpeg.org/rtmpdump
Now am trying to capture the rtmpdump params using the rtmpsrv command. Below are the steps i did
Quote:
linux-xrry:/home/jojesh # sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
linux-xrry:/home/jojesh/rtmpdump-rec/rtmpdump # ./rtmpsrv
RTMP Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
Streaming on rtmp://0.0.0.0:1935
|
Then i strated the browser and visited the
http://www.turbotv.in/asianet-movies-live/
but it did not show any thing in the console. Am i doing anything wrong here ??
I tried to follow the link
http://stream-recorder.com/forum/use...nux-t7661.html
Please help