Commit 812b9da5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

We only support RTSP one point ZERO. Do not claim otherwise.

parent e2a501e9
......@@ -364,7 +364,7 @@ static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id,
/* */
answer->i_proto = HTTPD_PROTO_RTSP;
answer->i_version= query->i_version;
answer->i_version= 0;
answer->i_type = HTTPD_MSG_ANSWER;
answer->i_body = 0;
answer->p_body = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment