mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +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) {
|
WebRtcTransport::WebRtcTransport(const EventPoller::Ptr &poller) {
|
||||||
_poller = poller;
|
_poller = poller;
|
||||||
_identifier = to_string(++s_key);
|
_identifier = "zlm_"+to_string(++s_key);
|
||||||
_packet_pool.setSize(64);
|
_packet_pool.setSize(64);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user