<div dir="ltr"><div><div><div>Hello all,<br><br></div>I have an application where I am 
receiving audio/video via RTSP, then sending it on to a server via 
RTMP.  I have found that the following pipeline works with GStreamer 
0.10, but with GStreamer 1.0 my RTMP server (Wowza) complains that the 
data is malformed and closes the connection immediately after the stream
 has started.  <br><br>gst-launch -v flvmux name=mux ! rtmpsink location=rtmp://<ipaddr>/live/<streamname>  rtspsrc location=rtsp://<ipaddr>/<streamname> name=src ! rtph264depay ! queue ! video/x-h264 ! mux.  src. ! rtpmp4adepay ! queue ! audio/mpeg ! mux.<br><br></div><div>A couple of other things that I have found:<br><br></div>* If I modify the pipeline to only send audio or video, it will work using GStreamer 1.0.<br></div><div>* If I add an extra flvdemux and flvmux (i.e. flvmux -> flvdemux -> flvmux -> rtmpsink), it will work using GStreamer 1.0.<br></div><div><br></div><div>Any ideas?<br><br></div><div>Thanks,<br><br></div><div>Ryan</div></div>