<div dir="ltr">Hi All,<div><br></div><div>I am very new to Gstreamer and I am working on creating a video app using gstreamer. I am following the tutorials 3 given on <a href="http://freedesktop.com">freedesktop.com</a>.</div><div>I have tried this pipeline and I can capture video using the camera on my iPad</div><div><br></div><div><b>pipeline:avfvideosrc ! video/x-raw,width=640,height=480 ! videoconvert  ! autovideosink</b></div><div><b><br></b></div><div>I tried sending a test video to an ubuntu machine using this pipeline</div><div><b>pipeline:videotestsrc ! x264enc ! rtph264pay ! udpsink host=192.168.100.8 port=5000</b></div><div> and checked the traces on wireshark, it was receiving udp packets.</div><div><br></div><div>But I was unable to send the video captured by avfvideosrc to other machine using udpsink/port.</div><div>Can anyone please suggest me a pipeline that I can use to send live video from ios camera to other ios device. Please suggest pipeline for the receiving end as well.</div><div>And what I can do to capture audio along with video.</div></div>