I have been using rtmpdump to download streams from http://www/ilive.to. I have the token. All had been working fine until the past day and now I get an error stating invalid data when processing input. Below is the command I have been using:

rtmpdump -v -r rtmp://watch.ilive.to/edge -y xoaaohmeuajfeyf -W http://www.ilive.to/player/player_ilive_2.swf --token abc109h34 --live -p http://www.ilive.to/channels/48051/ESPN&LR_WIDTH=640&LR_HEIGHT=480 -| ffmpeg -report -r 25 -analyzeduration 2147483647 -probesize 2147483647 -i pipe:0 -c:v libx264 -c:a aac -ac 1 -strict -2 -crf 30 -profile:v baseline -b:v 1200k -bufsize 3000k -pix_fmt yuv420p -flags -global_header -hls_time 10 -hls_list_size 6 -hls_wrap 10 -start_number 1 tv/espn.m3u8

The stream had been downloading and being piped into ffmpeg or transcoding. Can somebody test this and see if it works for them.
Thanks