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
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
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
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
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
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