안녕하세요.
RemonSDK 사용중 일부 부분에서 문제가 있어 문의 드립니다.
통화 기능 구현 자체는 원활하게 진행되었고, 테스트 중 사내 특정 VPN 접속시 안되는 현상이 발견됐습니다.
발신 주체가 사내 VPN에 접속된 상태에서 발신을 하게되면 정상 연결이 안됩니다.
VPN연결 상태에 따라 추가적인 설정이 필요한 것인지, 제약 사항인 것인지 관련된 정보를 답변 부탁드립니다 .
에러코드는 4245 입니다
감사합니다.
안녕하세요.
RemonSDK 사용중 일부 부분에서 문제가 있어 문의 드립니다.
통화 기능 구현 자체는 원활하게 진행되었고, 테스트 중 사내 특정 VPN 접속시 안되는 현상이 발견됐습니다.
발신 주체가 사내 VPN에 접속된 상태에서 발신을 하게되면 정상 연결이 안됩니다.
VPN연결 상태에 따라 추가적인 설정이 필요한 것인지, 제약 사항인 것인지 관련된 정보를 답변 부탁드립니다 .
에러코드는 4245 입니다
감사합니다.
builder 부분
_call = RemonCall.Builder()
.context(context)
.serviceId(serviceId)
.key(secretKey)
.isVideoCall(false)
.audioType(VOICE)
.onInit { ExLog.d(TAG, “onInit”) }
.onAudioLevel {
ExLog.d(TAG, “local input : ${it.localInput}, remote output : ${it.remoteOutput}”)
}
.onConnect { id ->
ExLog.d(TAG, “onConnect, channel id : $id”)
onConnect?.invoke()
}
.onComplete { ExLog.d(TAG, "onComplete") }
.onStat { report ->
ExLog.d(TAG, "onStat ${report.healthRating.level}")
}
.onClose { type ->
ExLog.d(TAG, "onClose, closing type : ${type.name}")
doOnDisconnect()
}
.onError { e -> ExLog.e(TAG, "onError, code : ${e.errorCode}, message : ${e.message}, description : ${e.description}, error : ${e.remonError}") }
.build()
connect는 다른 부분에서 하고있습니다.
D/kidsnote: DataCallManager: onInit
D/BluetoothHeadset: Proxy object connected
D/RemonBluetoothManager: BluetoothServiceListener.onServiceConnected: BT state=HEADSET_UNAVAILABLE
D/RemonBluetoothManager: updateAudioDeviceState
D/RemonBluetoothManager: updateDevice
D/RemonBluetoothManager: No connected bluetooth headset
D/RemonBluetoothManager: updateDevice done: BT state=HEADSET_UNAVAILABLE
D/RemonBluetoothManager: onServiceConnected done: BT state=HEADSET_UNAVAILABLE
I/ViewRootImpl: ViewRoot’s KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=40190534, downTime=40190534, deviceId=-1, source=0x101 } to DecorView@7378b3[ConnectingActivity]
I/ViewRootImpl: ViewRoot’s KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=40190601, downTime=40190534, deviceId=-1, source=0x101 } to DecorView@7378b3[ConnectingActivity]
I/FIAM.Display: Unbinding from activity: com.vaultmicro.kidsnote.datacall.call.connect.ConnectingActivity
I/FIAM.Headless: Removing display event component
V/FA: Recording user engagement, ms: 258563
I/FIAM.Display: Binding to activity: com.vaultmicro.kidsnote.datacall.call.child.CallListChildActivity
I/FIAM.Headless: Setting display event component
W/Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
V/FA: Connecting to remote service
V/FA: Connection attempt already in progress
V/FA: Activity paused, time: 40891990
V/FA: Activity resumed, time: 40892033
V/FA: Connection attempt already in progress
V/FA: Connection attempt already in progress
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
D/FA: Connected to remote service
D/kidsnote: DataCallManager: onConnect, channel id : 123_1656072923_S244_R256
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@66bce46 time:40190802
V/FA: Processing queued up service tasks: 4
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
D/BezellessGripSuppressionFilter: getdisplaysize, x : 1080 y : 2340
I/ViewRootImpl: ViewRoot’s Touch Event : ACTION_DOWN
I/ViewRootImpl: ViewRoot’s Touch Event : ACTION_UP
D/BezellessGripSuppressionFilter: getdisplaysize, x : 1080 y : 2340
V/FA: Inactivity, disconnecting from the service
I/ViewRootImpl: ViewRoot’s Touch Event : ACTION_DOWN
I/ViewRootImpl: ViewRoot’s Touch Event : ACTION_UP
I/FIAM.Display: Unbinding from activity: com.vaultmicro.kidsnote.datacall.call.child.CallListChildActivity
I/FIAM.Headless: Removing display event component
V/FA: Recording user engagement, ms: 5868
V/FA: Connecting to remote service
V/FA: onActivityCreated
V/FA: Connection attempt already in progress
V/FA: Activity paused, time: 40897903
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
I/FIAM.Display: Binding to activity: com.vaultmicro.kidsnote.datacall.call.connect.ConnectingActivity
I/FIAM.Headless: Setting display event component
W/Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
V/FA: Activity resumed, time: 40898033
D/BezellessGripSuppressionFilter: getdisplaysize, x : 1080 y : 2340
W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
V/FA: Connection attempt already in progress
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
V/FA: Connection attempt already in progress
W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc
D/FA: Connected to remote service
V/FA: Processing queued up service tasks: 4
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@f1bc7f5 time:40196816
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
V/FA: Inactivity, disconnecting from the service
D/AudioManager: getMode name:com.vaultmicro.kidsnote.beta
D/AudioManager: getStreamVolume() streamType= 0 Request Package= com.vaultmicro.kidsnote.beta
D/AudioManager: getStreamVolume() streamType= 1 Request Package= com.vaultmicro.kidsnote.beta
D/AudioManager: getStreamVolume() streamType= 2 Request Package= com.vaultmicro.kidsnote.beta
D/AudioManager: getStreamVolume() streamType= 3 Request Package= com.vaultmicro.kidsnote.beta
D/AudioManager: getStreamVolume() streamType= 4 Request Package= com.vaultmicro.kidsnote.beta
V/AudioTrack: getMinFrameCount=3844: afFrameCount=1920, afSampleRate=48000, afLatency=80
D/AudioTrack: set(): streamType -1, sampleRate 48000, format 0x1, channelMask 0x1, frameCount 3844, flags #0, notificationFrames 0, sessionId 0, transferType 3, uid -1, pid -1
V/AudioTrack: Building AudioTrack with attributes: usage=2 content=1 flags=0x0 tags=[]
D/AudioManager: getMode name:com.vaultmicro.kidsnote.beta
D/AudioManager: getMode name:com.vaultmicro.kidsnote.beta
D/AudioManager: getStreamVolume() streamType= 0 Request Package= com.vaultmicro.kidsnote.beta
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 101
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 1
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 1
W/stun_port.cc: (line 221): Port[8260f400::1:0:local:Net[wlan0:192.168.0.x/24:Wifi:id=5]]: UDP socket creation failed
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 1
W/stun_port.cc: (line 221): Port[8260f400::1:0:local:Net[rmnet_data1:102.49.4.x/28:Cellular:id=3]]: UDP socket creation failed
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
E/stun_port.cc: (line 596): sendto : [0x00000065] Network is unreachable
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b24ca00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->+a4kItO2:1:1685790463:stun:udp:222.109.182.x:56955|C–W|-|0|0|7240414910737956350|-]: Failed to send STUN ping err=-1 id=66626e7a57496f6e7a45376b
E/stun_port.cc: (line 596): sendto : [0x00000065] Network is unreachable
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 101
E/turn_port.cc: (line 369): Failed to create TURN client socket
E/turn_port.cc: (line 848): Port[97f10800:audio:1:0:relay:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: Failed to send TURN message, error: 101
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 101
E/turn_port.cc: (line 369): Failed to create TURN client socket
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b220a00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->LBoUBQU4:1:41623295:relay:udp:52.79.76.x:56118|C–W|-|0|0|178770695021018622|-]: Failed to send STUN ping err=-1 id=4e44514452694b78316e5338
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b24ca00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->+a4kItO2:1:1685790463:stun:udp:222.109.182.x:56955|C–I|-|0|0|7240414910737956350|-]: Failed to send STUN ping err=-1 id=6175324e616f7a487a71724d
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b220a00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->LBoUBQU4:1:41623295:relay:udp:52.79.76.x:56118|C–I|-|0|0|178770695021018622|-]: Failed to send STUN ping err=-1 id=42564a4a2f54593139452f64
E/stun_port.cc: (line 596): sendto : [0x00000065] Network is unreachable
E/stun_port.cc: (line 596): sendto : [0x00000065] Network is unreachable
E/turn_port.cc: (line 848): Port[97f10800:audio:1:0:relay:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: Failed to send TURN message, error: 101
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b24ca00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->+a4kItO2:1:1685790463:stun:udp:222.109.182.x:56955|C–I|-|0|0|7240414910737956350|-]: Failed to send STUN ping err=-1 id=796b7052436a365159667561
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b220a00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->LBoUBQU4:1:41623295:relay:udp:52.79.76.x:56118|C–I|-|0|0|178770695021018622|-]: Failed to send STUN ping err=-1 id=37627a7042724d364e51464b
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b24ca00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->+a4kItO2:1:1685790463:stun:udp:222.109.182.x:56955|C–I|-|0|0|7240414910737956350|-]: Failed to send STUN ping err=-1 id=392b3568514d6a363555666c
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b220a00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->LBoUBQU4:1:41623295:relay:udp:52.79.76.x:56118|C–I|-|0|0|178770695021018622|-]: Failed to send STUN ping err=-1 id=346c73644148575961455932
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b24ca00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->+a4kItO2:1:1685790463:stun:udp:222.109.182.x:56955|C–I|-|0|0|7240414910737956350|-]: Failed to send STUN ping err=-1 id=6c4447636847664765454b49
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b220a00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->LBoUBQU4:1:41623295:relay:udp:52.79.76.x:56118|C–I|-|0|0|178770695021018622|-]: Failed to send STUN ping err=-1 id=6f474f6f5536436732693966
E/stun_port.cc: (line 596): sendto : [0x00000065] Network is unreachable
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b24ca00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->+a4kItO2:1:1685790463:stun:udp:222.109.182.x:56955|C–I|-|0|0|7240414910737956350|-]: Failed to send STUN ping err=-1 id=45363634465a772b6a6c7164
E/stun_port.cc: (line 596): sendto : [0x00000065] Network is unreachable
E/turn_port.cc: (line 848): Port[97f10800:audio:1:0:relay:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: Failed to send TURN message, error: 101
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b220a00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->LBoUBQU4:1:41623295:relay:udp:52.79.76.x:56118|C–I|-|0|0|178770695021018622|-]: Failed to send STUN ping err=-1 id=48486a50444b3453734c4d32
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b24ca00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->+a4kItO2:1:1685790463:stun:udp:222.109.182.x:56955|C–I|-|0|0|7240414910737956350|-]: Failed to send STUN ping err=-1 id=36472f386f344f31502f3231
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b220a00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->LBoUBQU4:1:41623295:relay:udp:52.79.76.x:56118|C–I|-|0|0|178770695021018622|-]: Failed to send STUN ping err=-1 id=4b59556a67474e79756b4a70
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b24ca00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->+a4kItO2:1:1685790463:stun:udp:222.109.182.x:56955|C–I|-|0|0|7240414910737956350|-]: Failed to send STUN ping err=-1 id=77733170415a685134514c68
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 101
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 1
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 1
E/stun_port.cc: (line 308): Port[8260f400:audio:1:0:local:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: UDP send of 96 bytes failed with error 101
W/connection.cc: (line 445): Conn[6b220a00:audio:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]:WqECTMZd:1:0:local:udp:192.168.0.x:53514->LBoUBQU4:1:41623295:relay:udp:52.79.76.x:56118|C–I|-|0|0|178770695021018622|-]: Failed to send STUN ping err=-1 id=4c7932632f3274463130466e
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 101
W/stun_port.cc: (line 221): Port[6b396600::1:0:local:Net[wlan0:192.168.0.x/24:Wifi:id=5]]: UDP socket creation failed
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 1
W/stun_port.cc: (line 221): Port[6b396600::1:0:local:Net[rmnet_data0:10.29.125.x/30:Cellular:id=11]]: UDP socket creation failed
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 1
W/stun_port.cc: (line 221): Port[6b396600::1:0:local:Net[rmnet_data1:102.49.4.x/28:Cellular:id=3]]: UDP socket creation failed
W/physical_socket_server.cc: (line 203): Binding socket to network address failed; result: -1
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 0
E/turn_port.cc: (line 369): Failed to create TURN client socket
…
E/kidsnote: DataCallManager: onError, code : 4245, message : null, description : ICE connection has failed., error : iceError
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/AudioTrack: stop() called with 732960 frames delivered
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
V/AudioTrack: ~AudioTrack, releasing session id 2017 from 26149 on behalf of 26149
W/thread.cc: (line 803): Waiting for the thread to join, but blocking calls have been disallowed
I/chatty: uid=10249(com.vaultmicro.kidsnote.beta) network_thread identical 4 lines
W/thread.cc: (line 803): Waiting for the thread to join, but blocking calls have been disallowed
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
D/RemonBluetoothManager: stop: BT state=HEADSET_UNAVAILABLE
I/AudioManager: In isBluetoothScoOn(), calling application: com.vaultmicro.kidsnote.beta
D/RemonBluetoothManager: stopScoAudio: BT state=HEADSET_UNAVAILABLE, SCO is on: false
D/RemonBluetoothManager: cancelTimer
D/RemonBluetoothManager: stop done: BT state=UNINITIALIZED
D/BluetoothHeadset: Proxy object disconnected
I/AudioManager: In isSpeakerphoneOn(), calling application: com.vaultmicro.kidsnote.beta
D/RemonAudioDeviceManager: [setMicrophoneMute] was=false,new=false
D/AudioManager: setMode mode:0 name:com.vaultmicro.kidsnote.beta
V/AudioManager: abandonAudioFocus() Request Package = com.vaultmicro.kidsnote.beta
D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREPERF for destination cct
D/TransportRuntime.JobInfoScheduler: Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy1wYS5nb29nbGVhcGlzLmNvbS92MS9maXJlbG9nL2xlZ2FjeS9iYXRjaGxvZ1xBSXphU3lDY2traUg4aTJaQVJ3T3MxTEV6RktsZDE1YU9HOG96S28=) is already scheduled. Returning…
D/kidsnote: DataCallManager: onClose, closing type : UNKNOWN
D/TransportRuntime.CctTransportBackend: Making request to: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog
I/DpmTcmClient: RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
=========================================
의미 있을만한 로그를 요약하자면
D/kidsnote: DataCallManager: onInit
D/kidsnote: DataCallManager: onConnect, channel id : 123_1656072923_S244_R256
E/kidsnote: DataCallManager: onError, code : 4245, message : null, description : ICE connection has failed., error : iceError
D/kidsnote: DataCallManager: onClose, closing type : UNKNOWN
E/basic_packet_socket_factory.cc: (line 54): UDP bind failed with error 101
E/turn_port.cc: (line 848): Port[97f10800:audio:1:0:relay:Net[tun0:172.31.68.x/32:VPN/Wifi:id=8]]: Failed to send TURN message, error: 101
E/stun_port.cc: (line 596): sendto : [0x00000065] Network is unreachable
peer connection 을 생성하지 못한것 같습니다.
stun서버나 turn 서버의 문제인지, config 를 추가 해야할지 잘 모르겠습니다.
답변 부탁드립니다.
안녕하세요
먼저 네트워크 환경 확인을 위해
하기의 홈페이지의 테스트 진행 부탁드릴게요.
테스트는 2가지가 있으며
Device Test 에서 문제가 발생할 경우 하드웨어 쪽 한번더 확인 부탁드리며
Network & Server Test 의 경우 진행하실때 성명과 소속 포함해서 테스트 결과 보내주시면 확인해서 회신드리겠습니다
성명 부분에 게시판 아이디도 같이 포함해서 보내주시면 감사드리겠습니다
안녕하세요.
조금전 두번의 테스트 결과를 전송했습니다.
기기 : 갤럭시 S21
OS : Android 12
네트워크 : LTE, 사내 VPN 연결 상태
브라우저 : 삼성 인터넷 브라우저
추가 테스트가 필요하다면 답변 부탁드립니다. 감사합니다.
안녕하세요
모바일 디바이스의 경우 테스트 결과가 정상적으로 전달이 안되는 경우가 있어서
네트워크 환경 확인을 위해 번거로우시겠지만
vpn 연결하신 랩탑이나 데스트탑에서 한번 더 테스트를 진행하신 후에
다시 전달해 주시면 너무 감사드리겠습니다 🥲
안녕하세요. 테스트 다시 진행해서 결과 전송했습니다.
기기 : 2021 MacBook Pro (M1)
OS : MacOS 12.4
네트워크 : 사내 VPN 연결 상태
브라우저 : 사파리
확인 부탁드립니다.
안녕하세요 메일 회신드렸습니다
확인 부탁드릴게요