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

Re: [Live-devel] question about streaming h264 video and binary data

2009-11-25 Thread Ross Finlayson
Now I would like to stream some custom data with the video stream, thus I wrote a subclass of DeviceSource that feeds the custom data to a subclass of OnDemandServerMediaSubsession . When I try to play the stream with a "normal" player such as mplayer or vlc I expect them to drop the auxiliary bi

Re: [Live-devel] 64 bit portability

2009-11-25 Thread Ross Finlayson
I have successfully compiled Live555 media library on Windows using VS2005. My question is as follows: Is the Live555 media library fully 64 bit compatible? I am asking because the VS 2005 compiler detects a lot of 64 bit portability issues and presents them as warnings. Also, if you look into

[Live-devel] 64 bit portability

2009-11-25 Thread Němec Alexandr
Hi Live555 community, I have successfully compiled Live555 media library on Windows using VS2005. My question is as follows: Is the Live555 media library fully 64 bit compatible? I am asking because the VS 2005 compiler detects a lot of 64 bit portability issues and presents them as warnings. Al

[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

[Live-devel] question about streaming h264 video and binary data

2009-11-25 Thread Ottavio Campana
I implemented an RTSP server with live555 to stream a h264 video and it works well. Now I would like to stream some custom data with the video stream, thus I wrote a subclass of DeviceSource that feeds the custom data to a subclass of OnDemandServerMediaSubsession . When I try to play the stream