live555: Use OPTIONS as keep-alive fallback
commit30dd905e51508e300e30adc06c5167a3b7a62f16
authorJulian Scheel <julian@jusst.de>
Thu, 18 Jun 2015 15:33:59 +0000 (18 17:33 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Jun 2015 08:46:14 +0000 (22 10:46 +0200)
treec68056ad711cfc15dfcb6eea45b680b82adb1d40
parent8d0b0e89493bfebe5de2e7c927cf0ba0f22382fb
live555: Use OPTIONS as keep-alive fallback

So far no keep-alive messages are sent when GET_PARAMETERS is not supported by
the server. Change this to fall back to sending OPTIONS as keep-alive message,
which is the default keep-alive message in the SAT>IP specification. As
RFC2326 does not enforce a specific command as keep-alive message this shall
be valid for any compliant RTSP server.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/live555.cpp