Thank You.
That solves the problem.
I found out the following, which is also working:
Code:
rtmpdump -r "rtmp://mtvnyc.dyndns.tv/repeater/MayapurTV" -a "repeater/MayapurTV" -f "WIN 15,0,0,152" -W "http://mayapur.tv/Nrsimhadeva.swf" -p "http://mayapur.tv/" -y "MayapurTV" -o "MayapurTV.flv" | C:\Programme\VideoLAN\VLC\vlc.exe MayapurTV.flv
or
Code:
rtmpdump -r "rtmp://mtvnyc.dyndns.tv/repeater/MayapurTV" -a "repeater/MayapurTV" -f "WIN 15,0,0,152" -W "http://mayapur.tv/Nrsimhadeva.swf" -p "http://mayapur.tv/" -y "MayapurTV" -o "path_to_the_file\MayapurTV.flv" | C:\Programme\VideoLAN\VLC\vlc.exe path_to_the_file\MayapurTV.flv
where "path_to_the_file" has to be replaced by the real path. Sometimes VLC is playing the stream, but often I have to press the play button first to start the stream playing. I don't know how to achieve, that VLC plays the stream everytime then the command is entered, without the need for klicking the play button.