I am trying to figure out how to get this video to play in VLC by putting the URL in media/open network stream. I can get it to play using rtmpdump but I want to know what URL it is using to play it so I can enter in manually. Here is the video
http://www.ilive.to/view/40159/watch...annel-for-free
This is the rtmpdump
rtmpdump -r "rtmp://edge.isearch.to/edge" -a "edge" -f "WIN 11,7,700,169" -W "http://player.ilive.to/player.swf" -p "http://www.ilive.to/view/40159/watch-live-Super_Mario_game_play-channel-for-free" -y "tqakryixtvsiudk" -o tqakryixtvsiudk.flv
If I try just using rtmp://edge.isearch.to/edge/tqakryixtvsiudk.flv or rtmp://edge.isearch.to/edge/tqakryixtvsiudk it wont play. What is rtmpdump doing to get it to play?