[Live-devel] [PATCH] Add GET_PARAMETER support to RTSPClient.cpp

Glen Gray glen at lincor.com
Sat Oct 22 20:07:35 PDT 2005


Added a function to RTSPClient.cpp called GET_PARAMETER. This allows me
to send a query to the server and get a response.

Tested in VLC's modules/demux/livedotcom.cpp:GET_POSITION function. It
passed over a parameter of "position" and a char * for the result.
Server respondes with "position: <data>". parseGetParameterResponse
populates the passed in char * ref with the <data> and that got passed
back to VLC.

Planning on implementing it's use VLC at some stage soon. 
-- 
Glen Gray <glen at lincor.com>              Digital Depot, Thomas Street
Senior Software Engineer                            Dublin 8, Ireland
Lincor Solutions Ltd.                          Ph: +353 (0) 1 4893682
-------------- next part --------------
A non-text attachment was scrubbed...
Name: live_get_param.diff
Type: text/x-patch
Size: 8921 bytes
Desc: not available
Url : http://lists.live555.com/pipermail/live-devel/attachments/20051022/84c41460/live_get_param.bin


More information about the live-devel mailing list