]> git.ipfire.org Git - thirdparty/curl.git/commit
examples/rtsp-options.c: add
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Dec 2023 16:14:56 +0000 (17:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Dec 2023 21:35:38 +0000 (22:35 +0100)
commit79147a76cd25d2d423273ef88572d02ebeddd3fa
tree59901e3e8fef7b1029cb53852e45c032347e76fe
parent0fbbc80b2409116dd1a1bed37be9f87f6f040926
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
docs/examples/Makefile.inc
docs/examples/rtsp-options.c [new file with mode: 0644]