Hello All, <br><br>As I said earlier, I am trying to stream continous MPEG4 Stream data coming over some port using testMPEG4VideoStreamer.exe. But this application reads data from test.*.<br>So, as per your suggstions, I find testrelay.exe which matches with my need(at least input part i.e reading from udp port), so I copied the input part from testRelay.exe(till getting FramedSource object) in testMPEG4VideoStreamer.exe, like this<br>
"<br> // Then create a liveMedia 'source' object, encapsulating this groupsock:<br> FramedSource* source = BasicUDPSource::createNew(*env, &inputGroupsock);<br>" <br>And I kept the remaining code in testMPEG4VideoStreamer.exe as it is.<br>
<br>But program stops at following line<br>env->taskScheduler().doEventLoop(); // does not return<br><br>Any idea what may be going wrong here?<br>Am I doing it correctly?<br><br>Is there any other utility/application available in Live555 which reads continous data over some udp port and stream it.<br>
<br>Thanks and appreciate your response, <br>Rajesh.<br><br><br>