Skip to content

examples/rtsp-options.c: add #12452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

examples/rtsp-options.c: add #12452

wants to merge 2 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Dec 4, 2023

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

Verified

This commit was signed with the committer’s verified signature.
bagder Daniel Stenberg
Just a bare bones RTSP example using CURLOPT_RTSP_SESSION_ID and
CURLOPT_RTSP_REQUEST set to CURL_RTSPREQ_OPTIONS.

Verified

This commit was signed with the committer’s verified signature.
bagder Daniel Stenberg
@bagder bagder closed this in 79147a7 Dec 4, 2023
@bagder bagder deleted the bagder/rtsp-options branch December 4, 2023 21:35
@gvanem
Copy link
Contributor

gvanem commented Dec 5, 2023

How come -DUSE_HYPER and RTSP is not possible?
And I found no mention of "Hyper" in any CURL*_RTSP_*.3 man-pages.

@bagder
Copy link
Member Author

bagder commented Dec 5, 2023

How come -DUSE_HYPER and RTSP is not possible?

It's a documented restriction. Because we implement RTSP mostly with HTTP code, making hyper support that "trick" is perhaps possible but a complication we have not dealt with.

And I found no mention of "Hyper" in any CURL*RTSP*.3 man-pages.

It is also still experimental. Maybe we can make it support RTSP before we un-experimental it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants