Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-27 Thread Cristiano Belloni
Ross Finlayson wrote: Glen Gray wrote: On 26/11/09 00:28, Ross Finlayson wrote: Yes, by modifying the code in "RTSPServer.cpp" :-) Until we fix the problem (at least at the server end), that's the only way I can see to overcome this issue - unless VLC is fixed to not use "GET_PARAMETER" as a

Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-27 Thread Ross Finlayson
Glen Gray wrote: On 26/11/09 00:28, Ross Finlayson wrote: Yes, by modifying the code in "RTSPServer.cpp" :-) Until we fix the problem (at least at the server end), that's the only way I can see to overcome this issue - unless VLC is fixed to not use "GET_PARAMETER" as a client liveness indica

Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-27 Thread Cristiano Belloni
Glen Gray wrote: On 26/11/09 00:28, Ross Finlayson wrote: Yes, by modifying the code in "RTSPServer.cpp" :-) Until we fix the problem (at least at the server end), that's the only way I can see to overcome this issue - unless VLC is fixed to not use "GET_PARAMETER" as a client liveness indica

Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-26 Thread Glen Gray
On 26/11/09 00:28, Ross Finlayson wrote: Yes, by modifying the code in "RTSPServer.cpp" :-) Until we fix the problem (at least at the server end), that's the only way I can see to overcome this issue - unless VLC is fixed to not use "GET_PARAMETER" as a client liveness indicator. It doesn't r

Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-26 Thread Cristiano Belloni
Ross Finlayson wrote: 1) Is there a way to change the OPTIONS response? Yes, by modifying the code in "RTSPServer.cpp" :-) Until we fix the problem (at least at the server end), that's the only way I can see to overcome this issue - unless VLC is fixed to not use "GET_PARAMETER" as a client

Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-25 Thread Ross Finlayson
1) Is there a way to change the OPTIONS response? Yes, by modifying the code in "RTSPServer.cpp" :-) Until we fix the problem (at least at the server end), that's the only way I can see to overcome this issue - unless VLC is fixed to not use "GET_PARAMETER" as a client liveness indicator. It

[Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-25 Thread Cristiano Belloni
Hi to all, I've got a liveMedia RTSP server and VLC as a client. I need the server to stream on TCP (and so, use the RTSP connection to stream video). What happens is that VLC sends GET_PARAMETERS rtsp commands with empty body to the server during streaming. The server does not respond to thi