mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-06 10:57:50 +08:00
fix chrome ufrag too short to play webrtc
This commit is contained in:
parent
edbbaa4541
commit
78d014cf51
@ -47,7 +47,7 @@ static atomic<uint64_t> s_key{0};
|
||||
|
||||
WebRtcTransport::WebRtcTransport(const EventPoller::Ptr &poller) {
|
||||
_poller = poller;
|
||||
_identifier = to_string(++s_key);
|
||||
_identifier = "zlm_"+to_string(++s_key);
|
||||
_packet_pool.setSize(64);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user