We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sender begin transfer media data using WebRTC and server can received data, but little seconds later application will crashed in sub thread.
console log stack backtrace: (lldb) bt
webrtc::voe::TransportFeedbackProxy::OnTransportFeedback(webrtc::rtcp::TransportFeedback const&) + 40 frame #1: 0x00000001052c4e58 WebRTC
webrtc::RTCPReceiver::IncomingPacket(unsigned char const*, unsigned long) + 120 frame #3: 0x00000001052da69c WebRTC
webrtc::voe::Channel::ReceivedRTCPPacket(unsigned char const*, unsigned long) + 112 frame #5: 0x00000001051c42bc WebRTC
webrtc::internal::Call::DeliverRtcp(webrtc::MediaType, unsigned char const*, unsigned long) + 448 frame #7: 0x0000000105413f18 WebRTC
cricket::BaseChannel::OnPacketReceived(bool, rtc::CopyOnWriteBuffer const&, rtc::PacketTime const&) + 80 frame #9: 0x00000001050b4d54 WebRTC
rtc::MessageQueue::Dispatch(rtc::Message*) + 228 frame #11: 0x00000001050db66c WebRTC
rtc::Thread::PreRun(void*) + 108 frame #13: 0x00000001b71ab914 libsystem_pthread.dylib
any suggestions will appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sender begin transfer media data using WebRTC and server can received data, but little seconds later application will crashed in sub thread.
console log stack backtrace:
(lldb) bt
webrtc::voe::TransportFeedbackProxy::OnTransportFeedback(webrtc::rtcp::TransportFeedback const&) + 40 frame #1: 0x00000001052c4e58 WebRTC
webrtc::RTCPReceiver::TriggerCallbacksFromRTCPPacket(webrtc::RTCPReceiver::PacketInformation const&) + 868frame Cannot hang up after receiving a call to iOS #2: 0x00000001052c45dc WebRTC
webrtc::RTCPReceiver::IncomingPacket(unsigned char const*, unsigned long) + 120 frame #3: 0x00000001052da69c WebRTC
webrtc::ModuleRtpRtcpImpl::IncomingRtcpPacket(unsigned char const*, unsigned long) + 16frame Not receiving evens from sofia SIP #4: 0x00000001051bf7dc WebRTC
webrtc::voe::Channel::ReceivedRTCPPacket(unsigned char const*, unsigned long) + 112 frame #5: 0x00000001051c42bc WebRTC
webrtc::voe::ChannelProxy::ReceivedRTCPPacket(unsigned char const*, unsigned long) + 20frame Facilitate RCConnection::disconnect (either cancel or bye) and RCConnection::reject functionality #6: 0x00000001051b4010 WebRTC
webrtc::internal::Call::DeliverRtcp(webrtc::MediaType, unsigned char const*, unsigned long) + 448 frame #7: 0x0000000105413f18 WebRTC
cricket::WebRtcVoiceMediaChannel::OnRtcpReceived(rtc::CopyOnWriteBuffer*, rtc::PacketTime const&) + 92frame Add messaging interface to RestCommClient #8: 0x00000001054ae174 WebRTC
cricket::BaseChannel::OnPacketReceived(bool, rtc::CopyOnWriteBuffer const&, rtc::PacketTime const&) + 80 frame #9: 0x00000001050b4d54 WebRTC
rtc::AsyncInvoker::OnMessage(rtc::Message*) + 84frame Make client AOR and registrar configurable in the UI #10: 0x00000001050c3694 WebRTC
rtc::MessageQueue::Dispatch(rtc::Message*) + 228 frame #11: 0x00000001050db66c WebRTC
rtc::Thread::ProcessMessages(int) + 172frame Disable auto correct for fields holding SIP URIs #12: 0x00000001050db48c WebRTC
rtc::Thread::PreRun(void*) + 108 frame #13: 0x00000001b71ab914 libsystem_pthread.dylib
_pthread_start + 168any suggestions will appreciated.
The text was updated successfully, but these errors were encountered: