![]() |
Sunshine v2025.118.151840
Self-hosted game stream host for Moonlight.
|
Declarations for RTSP streaming. More...
Go to the source code of this file.
Classes | |
| struct | rtsp_stream::launch_session_t |
Functions | |
| void | rtsp_stream::launch_session_clear (uint32_t launch_session_id) |
| Clear state for the specified launch session. | |
| void | rtsp_stream::launch_session_raise (std::shared_ptr< launch_session_t > launch_session) |
| void | rtsp_stream::rtpThread () |
| int | rtsp_stream::session_count () |
| Get the number of active sessions. | |
| void | rtsp_stream::terminate_sessions () |
| Terminates all running streaming sessions. | |
Variables | |
| constexpr auto | rtsp_stream::RTSP_SETUP_PORT = 21 |
Declarations for RTSP streaming.
| void rtsp_stream::launch_session_clear | ( | uint32_t | launch_session_id | ) |
Clear state for the specified launch session.
| launch_session_id | The ID of the session to clear. |
| int rtsp_stream::session_count | ( | ) |
Get the number of active sessions.