mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 18:17:34 +08:00
修复rtx包未修改rtp ext id的问题
This commit is contained in:
@@ -63,8 +63,8 @@ public:
|
||||
* @param flush 是否flush socket
|
||||
* @param ctx 用户指针
|
||||
*/
|
||||
void sendRtpPacket(char *buf, size_t len, bool flush, void *ctx = nullptr);
|
||||
void sendRtcpPacket(char *buf, size_t len, bool flush, void *ctx = nullptr);
|
||||
void sendRtpPacket(const char *buf, size_t len, bool flush, void *ctx = nullptr);
|
||||
void sendRtcpPacket(const char *buf, size_t len, bool flush, void *ctx = nullptr);
|
||||
|
||||
const EventPoller::Ptr& getPoller() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user