<div dir="ltr">Hello,<div><br></div><div>For an application we are using Wowza Streaming Engine to multicast encoded videos. Incoming videos to Wowza, are encoded by using vaapiencode_h264 element. Although sent data can be seen successfully from the Wowza interface, it is unable to multicast the data to viewers. In other words, viewers cannot be able to video from Wowza Streaming Engine.</div><div><br></div><div>However, the another pipeline but only the encoding element is changed to x264enc works well. Sent data can be seen from Wowza Streaming Engine and viewers able to see them via Wowza Streaming Engine.</div><div><br></div><div>Here is the used pipelines:</div><div><br></div><div>Working one:</div><div><div><b>VCAPS="video/x-raw,format=YV12,width=704,height=576,framerate=25/1"</b></div><div><b><br></b></div><div><b>DEST=192.168.173.250</b></div><div><b><br></b></div><div><b>gst-launch-1.0 -v rtpbin name=rtpbin \</b></div><div><b>           v4l2src device=/dev/video0 ! $VCAPS ! videorate max-rate=5 ! x264enc bitrate=1500 ! rtph264pay ! rtpbin.send_rtp_sink_0      \</b></div><div><b>                     rtpbin.send_rtp_src_0 ! queue ! udpsink host=$DEST port=6970 ts-offset=$AOFFSET      \</b></div><div><b>                     rtpbin.send_rtcp_src_0 ! udpsink host=$DEST port=6971 sync=false async=false         \</b></div><div><b>                     udpsrc port=6976 ! rtpbin.recv_rtcp_sink_0</b></div></div><div><b><br></b></div><div>Non-Working one:</div><div><div><b>VCAPS="video/x-raw,format=YV12,width=704,height=576,framerate=25/1"</b></div><div><b><br></b></div><div><b>DEST=192.168.173.250</b></div><div><b><br></b></div><div><b>gst-launch-1.0 -v rtpbin name=rtpbin \</b></div><div><b>           v4l2src device=/dev/video0 ! $VCAPS ! videorate max-rate=5 ! vaapiencode_h264 rate-control=2 bitrate=1500 ! rtph264pay ! rtpbin.send_rtp_sink_0      \</b></div><div><b>                     rtpbin.send_rtp_src_0 ! queue ! udpsink host=$DEST port=6970 ts-offset=$AOFFSET      \</b></div><div><b>                     rtpbin.send_rtcp_src_0 ! udpsink host=$DEST port=6971 sync=false async=false         \</b></div><div><b>                     udpsrc port=6976 ! rtpbin.recv_rtcp_sink_0</b></div></div><div><b><br></b></div><div><b><br></b></div><div>What can be the problem?</div><div>Regards.</div><div><br></div><div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><b style="font-family:arial,helvetica,sans-serif"><span style="border-collapse:collapse;font-family:arial,sans-serif">Engin FIRAT</span></b></div><span><div><font size="1">Adoniss Yazılım Bilişim </font></div><div><font size="1">Elektronik </font><span style="font-size:x-small">Araştırma Geliştirme </span></div><div><font size="1">Limited Şirketi</font></div><div><p style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;margin:0px"><font size="1">+90 506 884 82 07 (Mobile)</font></p><font size="1">ODTÜ Teknokent, </font><span style="font-size:x-small">ODTÜ-Halıcı Yazılımevi </span></div><div><span style="font-size:x-small">İnönü Bulvarı / ANKARA (Address)</span></div><div><p style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;margin:0px"><font size="1"><img src="http://gdurl.com/hml0"><br></font></p></div></span></div></div>
</div></div>