mirror of
https://github.com/curl/curl.git
synced 2026-07-28 17:13:07 +03:00
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:
parent
0fbbc80b24
commit
79147a76cd
2 changed files with 56 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ check_PROGRAMS = \
|
|||
progressfunc \
|
||||
protofeats \
|
||||
resolve \
|
||||
rtsp-options \
|
||||
sendrecv \
|
||||
sepheaders \
|
||||
sftpget \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue