View Single Post
  #1  
Old 08-03-2013, 09:59 AM
jojesh jojesh is offline
Junior Member
 
Join Date: Mar 2013
Posts: 26
jojesh is on a distinguished road
Default

rtmpsrv no output


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

Last edited by jojesh : 08-03-2013 at 10:02 AM. Reason: wrong title
Reply With Quote