To all,<br><br>I am trying to use testRelay application. It is taking udp multicast stream over some port and relaying it to some other port.<br>I tested this with VLC media player, and it is working ok. But this may work on few media player. I need to stream this data for BlackBerry mobile device, and I&#39;m not sure will this stream work on BlackBerry device. Any idea?<br>
Also, I am trying to modify the test*Streamer.exe application to read data from this udp port instead from file. For this I am using the part of code as in testRelay.exe to read data from udp, but that code is not working as soon as I start the process it stops.<br>
When I applied debugger, code stops after this line<br><br>env-&gt;taskScheduler().doEventLoop(); // does not return<br><br>Am I doing it right? I just want to modify test*streamer application to stream data, but need to read data from muticast address.<br>
Any suggestions?<br><br>Thanks and appreciate your response, <br>Rajesh