examples/rtsp-options.c: add

Just a bare bones RTSP example using CURLOPT_RTSP_SESSION_ID and
CURLOPT_RTSP_REQUEST set to CURL_RTSPREQ_OPTIONS.

Closes #12452
This commit is contained in:
Daniel Stenberg 2023-12-04 17:14:56 +01:00
parent 0fbbc80b24
commit 79147a76cd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 56 additions and 0 deletions

View file

@ -108,6 +108,7 @@ check_PROGRAMS = \
progressfunc \
protofeats \
resolve \
rtsp-options \
sendrecv \
sepheaders \
sftpget \