Re: [Live-devel] RTSPServer port reuse

2011-10-28 Thread Chris Richardson (WTI)
Hi Ross, Thanks for the prompt response. >>Actually, this thread starts at >> http://lists.live555.com/pipermail/live-devel/2011-July/013648.html >>I suggest reading this entire thread to better understand the issues involved. My mistake. I did read the entire thread, but did not think to

Re: [Live-devel] RTSPServer port reuse

2011-10-28 Thread Ross Finlayson
> I am using Live555 to run an RTSP server on an embedded system, and I would > like to restart the server programmatically. However, the current RTSPServer > implementation does not allow the same port to be re-used if the socket is in > a TIME_WAIT state. > > I had a look around and saw a p

Re: [Live-devel] Backward compatible?

2011-10-28 Thread Ross Finlayson
> I have an Net Streaming application written for 20071031 release. > I try to update my library to the latest 20111009. Actually, the latest version of the code is 2011.10.27 > Thing compiled > (of course there some minor change so it compiled) I hope you mean that "minor changes" were needed

Re: [Live-devel] Problem with doEventLoop() in Qt

2011-10-28 Thread Ross Finlayson
> I'm trying to implement a GUI with QtWidget in order to show video frame from > a rtsp camera. > > I started from the code of openRTSP and I modified it in order to have c++ > classes. > > After it runs: > > env->taskScheduler().doEventLoop(); > > it comes back to the "continueAfterOPTIONS"

[Live-devel] RTSPServer port reuse

2011-10-28 Thread Chris Richardson (WTI)
Hi Ross, I am using Live555 to run an RTSP server on an embedded system, and I would like to restart the server programmatically. However, the current RTSPServer implementation does not allow the same port to be re-used if the socket is in a TIME_WAIT state. I had a look around and saw a p

[Live-devel] Backward compatible?

2011-10-28 Thread giac . dinh
I have an Net Streaming application written for 20071031 release. I try to update my library to the latest 20111009. Thing compiled (of course there some minor change so it compiled) but it failed at running time. I try to get older version of library source so I can locate where change make the

[Live-devel] Problem with doEventLoop() in Qt

2011-10-28 Thread antonio nunziante
Hi all, I'm trying to implement a GUI with QtWidget in order to show video frame from a rtsp camera. I started from the code of openRTSP and I modified it in order to have c++ classes. After it runs: env->taskScheduler().doEventLoop(); it comes back to the "continueAfterOPTIONS" member functio