mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-26 12:37:09 +08:00
fix publish type
This commit is contained in:
parent
9217a5dbcd
commit
03f6f4c4c0
@ -173,9 +173,10 @@ inline void RtmpPusher::send_createStream() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define RTMP_STREAM_LIVE "live"
|
||||||
inline void RtmpPusher::send_publish() {
|
inline void RtmpPusher::send_publish() {
|
||||||
AMFEncoder enc;
|
AMFEncoder enc;
|
||||||
enc << "publish" << ++_send_req_id << nullptr << _stream_id << _app;
|
enc << "publish" << ++_send_req_id << nullptr << _stream_id << RTMP_STREAM_LIVE;
|
||||||
sendRequest(MSG_CMD, enc.data());
|
sendRequest(MSG_CMD, enc.data());
|
||||||
|
|
||||||
addOnStatusCB([this](AMFValue &val) {
|
addOnStatusCB([this](AMFValue &val) {
|
||||||
|
Loading…
Reference in New Issue
Block a user