mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-06 03:28:09 +08:00
Handling rtsp authentication like ffmpeg, Compatible with some rtsp servers (#4154)
This commit is contained in:
@@ -124,7 +124,8 @@ private:
|
||||
void handleResDESCRIBE(const Parser &parser);
|
||||
bool handleAuthenticationFailure(const std::string &wwwAuthenticateParamsStr);
|
||||
void handleResPAUSE(const Parser &parser, int type);
|
||||
bool handleResponse(const std::string &cmd, const Parser &parser);
|
||||
using send_method_handler = void (RtspPlayer::*)(void);
|
||||
bool handleResponse(const std::string &cmd, const Parser &parser, send_method_handler handler);
|
||||
|
||||
void sendOptions();
|
||||
void sendSetup(unsigned int track_idx);
|
||||
|
||||
Reference in New Issue
Block a user