<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>I'm trying to stream a flv stream into a Flash Media Server using the following pipeline:</div><div><br></div><div>GST_DEBUG=2,*rtmp*:5 gst-launch -v videotestsrc ! videorate ! ffmpegcolorspace ! x264enc ! flvmux streamable=true ! queue2 ! rmtpsink location="<a href="rtmp://host/app/stream">rtmp://host/app/stream</a> live=1"</div><div><br></div><div>This is the result: <a href="http://pastebin.com/utD1t4CE">http://pastebin.com/utD1t4CE</a></div><div><br></div><div>My question is: how should I start debugging? I'm also wondering if the src caps of flvmux are okay.</div><div><br></div><div>Thanks in advance.</div></body></html>