<div dir="ltr">Hi Everyone<div><br></div><div>I am developing iOS video calling app using GStreamer. I am using a single pipeline to send and receive video from a simulator to an Ubuntu machine which is also using a single pipeline to send and receive video. </div><div>The pipelines are as follows:</div><div><br></div><div>On mac I am using :</div>







<div>gst_parse_launch("videotestsrc ! video/x-raw,width=640,height=480 ! x264enc ! h264parse ! rtph264pay ! udpsink host=192.xxx.xxx.3 port=5000 udpsrc port=9078 caps=\"application/x-rtp,payload=96,encoding-name=H264\" ! queue ! rtph264depay ! h264parse ! decodebin ! autovideosink", &error);</div><div><br></div><div>On Ubuntu I am using :</div><div>gst-launch-1.0 udpsrc port=5000 caps=\"application/x-rtp, payload=96, encoding-name=H264\" ! queue ! rtph264depay !  h264parse ! decodebin ! autovideosink v4l2src ! video/x-raw,width=640,height=480 ! x264enc ! h264parse ! queue ! rtph264pay ! udpsink host=192.xxx.xxx.4 port=9078.</div><div><br></div><div>These pipelines are working and the videos are running fine on both the PCs but these videos are without audio. I could not figure out the reason.</div><div>Any help would be realy helpfull.</div><div><br></div><div>Thank you. </div><div>   </div></div>