<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
    writing a sample pro gramme(server/client) to run two videos back to back using g_main_loop<br>
<br>
    I have created a pipeline to encode covert into mpegts  and dump it in udpsink.<br>
    <br>
    Iam able to stream one video properly. <br>
   <br>
    will be waiting for EOS in a call back function for (gst_bus_watch) once i get the EOS messaege<br>
    will quit the loop.<br>
   <br>
    Again change the uri properites and try to stream the second video. But the seconde video<br>
   doesnot stream. Bus will give second EOS message without streaming...<br>
    <br>
     Code sninppet for the same server side to stream (push) two video data into udpsrc.<br>
<i>  ----------------------------------------------------------------------------------------<br>
    ....................................................................................<br>
     bus = gst_element_get_bus (data.pipeline);<br>
     gst_bus_add_watch (bus, (GstBusFunc)handle_message, &data);<br>
<br>
    /* Start playing */<br>
    ret = gst_element_set_state (data.pipeline, GST_STATE_PLAYING);<br>
    if (ret == GST_STATE_CHANGE_FAILURE) {<br>
        g_printerr ("Unable to set the pipeline to the playing state.\n");<br>
        gst_object_unref (data.pipeline);<br>
        return -1;<br>
    }<br>
<br>
<br>
     data.main_loop = g_main_loop_new (NULL, FALSE);<br>
     g_main_loop_run (data.main_loop);<br>
<br>
   /***AFTER the FIRST STREAMING IS OVER****/<br>
<br>
<br>
<br>
     gst_element_set_state (data.pipeline, GST_STATE_READY);<br>
       <br>
        g_object_set (data.source, "uri", "file:///home/SharkTaleHD.divx", NULL);<br>
        g_print("going to playing state\n");<br>
<br>
        ret= gst_element_set_state (data.pipeline, GST_STATE_PLAYING);<br>
        if (ret == GST_STATE_CHANGE_FAILURE) {<br>
            g_printerr ("Unable to set the pipeline to the playing state.\n");<br>
            gst_object_unref (data.pipeline);<br>
            return -1;<br>
        }<br>
<br>
     g_main_loop_run (data.main_loop);</i><br>
<br>
      <br>
<br>
-----------------------------------------------------------------------------------------------<br>
<br>
<br>
<br>
Thanks and Regards<br>
Suresh<br>
</div>
<P><strong><span style='font-size:10.0pt;font-family:
"Palatino Linotype","serif";color:green'> Please do not print this email unless it is absolutely necessary. </span></strong><span style='font-family:"Arial","sans-serif"'><o:p></o:p></span></p>


<p> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. </p>

<p>WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. </p>
<p>
www.wipro.com
</p>
</body>
</html>