ライブストリーミングをrtmpdumpで拾ってffmpegにパイプして画像を作ろうとして
見よう見まねでやってみたんだが「ERROR: Download: Failed writing, exiting!」のが出る
画像は一応ちゃんと作られているけど何がおかしいんだろうか

rtmpdump.exe -vr "rtmp://ustreamlivefs.fplive.net:1935/ustream4live-live//stream_live_1_1_5883040"
-s "http://static-cdn1.ustream.tv/swf/live/viewer:263.swf"; -o -
| ffmpeg -i pipe:0 -ss 0 -f image2 -vframes 1 -y out.jpg

例はhttp://www.ustream.tv/channel/秋葉原ライブカメラ の配信です