Hi,
I've beem using rtmpdump and VLC player to to watch live streams from 
	HTML Code:
	http://weeb.tv/channels
  After same changes at the website I can grab only 7 second of the stream then video stops.
my code:
	Code:
	call rtmpdump -v -r rtmp://46.105.112.31/live/13/live -W http://static.weeb.tv/player.swf -p http://weeb.tv/ | %vlc% -
 I get this error:
	Code:
	The TVP1 stream is starting... Close vlc to return to the menu.
RTMPDump v2.4 GIT-2011-07-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname            Custom
INFO:   creationdate          Wed Aug 17 11:47:44 2011
INFO:   videodevice           Conexant Polaris Video Capture
INFO:   framerate             25.00
INFO:   width                 720.00
INFO:   height                576.00
INFO:   videocodecid          avc1
INFO:   videodatarate         436.00
INFO:   avclevel              40.00
INFO:   avcprofile            77.00
INFO:   videokeyframe_frequency2.00
INFO:   audiodevice           Conexant Polaris Audio Capture
INFO:   audiosamplerate       48000.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      75.00
INFO:   audiocodecid          mp4a
INFO:   audiodatarate         64.00
620.219 kB / 7.51 sec
ERROR: WriteN, RTMP send error 10053 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 4938
625.209 kB / 7.59 sec
 Do you have any clue what I can do about that?
I presume that 
RTMPdump must be somehow patched, but I have no idea how to do that... 
 
 
My system: Win Vista 32bit
Thanks in advance for any help!