<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt">Hello,<br><br>Consistently Iam facing errors when trying to use rtmpsink to stream live video to adobe media server from gstream.<br><br>Could somebody pls help what is wrong here ?<br><br>Below is the output/cmd I used.<br><br>manickam@manickam-Aspire-5738:~/gst-rtsp-server-1.2.3/examples$ gst-launch-1.0 rtspsrc location=rtsp://xxx.xxx.xxx/videoSub ! 'application/x-rtp,media=video' ! decodebin ! videoconvert ! deinterlace ! queue max-size-buffers=3 silent=true  ! videoconvert qos=true ! videoscale qos=true  ! videobalance! 'video/x-raw,width=176,height=144' ! videorate ! 'video/x-raw,framerate=9/1' ! videoconvert ! 'video/x-raw,width=176,height=144,format=RGB' ! facedetect profile=/home/manickam/opencv-2.4.8/data/haarcascades/haarcascade_frontalface_default.xml ! faceblur
 profile=/home/manickam/opencv-2.4.8/data/haarcascades/haarcascade_frontalface_default.xml !  videoconvert ! x264enc ! 'video/x-h264,profile=baseline' ! flvmux ! rtmpsink location=rtmp://localhost/live/tester7<br>Setting pipeline to PAUSED ...<br>Pipeline is live and does not need PREROLL ...<br>Progress: (open) Opening Stream<br>Progress: (connect) Connecting to rtsp://admin:admin@cn2033.myfoscam.org:8090/videoSub<br>Progress: (open) Retrieving server options<br>Progress: (open) Retrieving media info<br>Progress: (request) SETUP stream 0<br>Progress: (request) SETUP stream 1<br>Progress: (open) Opened Stream<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>Progress: (request) Sending PLAY request<br>Progress: (request) Sending PLAY request<br>Progress: (request) Sent PLAY request<br>WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not read from resource.<br>Additional debug info:<br>gstrtspsrc.c(4367):
 gst_rtspsrc_reconnect (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:<br>Could not receive any UDP packets for 5.0000 seconds, maybe your firewall is blocking it. Retrying using a TCP connection.<br>Redistribute latency...<br>ERROR: WriteN, RTMP send error 32 (129 bytes)<br>ERROR: WriteN, RTMP send error 32 (42 bytes)<br>ERROR: WriteN, RTMP send error 9 (42 bytes)<br>ERROR: from element /GstPipeline:pipeline0/GstRTMPSink:rtmpsink0: Could not write to resource.<br>Additional debug info:<br>gstrtmpsink.c(258): gst_rtmp_sink_render (): /GstPipeline:pipeline0/GstRTMPSink:rtmpsink0:<br>Failed to write data<br>Execution ended after 0:01:15.882490297<br>Setting pipeline to PAUSED ...<br>Setting pipeline to READY ...<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br><br><div><br></div></div></body></html>