You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using latest commit 0550dba from master branch.
2020-07-30 08:24:43 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 13:54:43 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:44 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:44 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:44 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:44 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
** Any design considerations/constraints **
Explain in detail how you would like to integrate our SDK into your solution
** If you would not like to open an issue to discuss your solution in open-platform, please email your question to [email protected] **
The text was updated successfully, but these errors were encountered:
at this time this error occurs and not able to stream.
Can you please check same thing happen with linux system also.
I tried to set log level bcz sometimes master not able to connect with viewer sometimes from linux system as well as from embedded device .For make it working i need to restart master again.
Exporting the variable should have set it to verbose. I am not certain why it didn't pick up. You could set the logging level directly in your application as well - take a look at how it's done in the sample. Perhaps, the log level gets overwritten by the signaling client.
For #2 you are getting 0x40000002 trying to create a peer which then causes 0x00000001 (NULL param). 0x40000002 is defined as STATUS_INVALID_BASE in PIC utils and it is generated when the underlying low-level string to integer conversion routine fails.
I think what you are trying to do is you are setting the log level to a string literal "LOG_LEVEL_VERBOSE" and the sample fails to parse as a number. You can either enhance the sample application to map the enums or simply specify
I am using latest commit 0550dba from master branch.
2020-07-30 08:24:43 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 13:54:43 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:43 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:43 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:44 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:44 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
2020-07-30 08:24:44 ERROR createPeerConnection(): operation returned status code: 0x40000002
2020-07-30 08:24:44 ERROR iceAgentShutdown(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR freePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR closePeerConnection(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR freeSampleStreamingSession(): operation returned status code: 0x00000001
2020-07-30 08:24:44 ERROR receiveLwsMessageWrapper(): operation returned status code: 0x40000002
** Any design considerations/constraints **
Explain in detail how you would like to integrate our SDK into your solution
** If you would not like to open an issue to discuss your solution in open-platform, please email your question to [email protected] **
The text was updated successfully, but these errors were encountered: