Edge Error c0044003

cheinan

Member
In Edge browser i could not work with webRTC
In Flashphoner.createSession(connectionOptions), I get this Error:
Unhandled promise rejection Error: Could not complete the operation due to error c0044003
I try:
connectionOptions = {
urlServer: urlMediaServer,
mediaOptions: {
"iceServers": [{ 'url': 'turn:turn.urlTurnServer:443?transport=tcp', 'username': 'theUserName', 'credential': 'thePass' }]
}
};

I still get this Error when i try in the url without: ?transport=tcp Or without: ?transport=udp Or totally without: iceServers...
Any idea how to solve this problem?

Thanks
Cheinan
 
Last edited:

Max

Administrator
Staff member
Hello
Please provide
1. WCS version.
2. Edge version.
3. How do you test.
Our working test:
WCS v.5.0.2966
Microsoft Edge 41.16299.334.0
1. Publish stream from Chrome, Two Way Streaming
2. Playing stream in Edge, Embed Player
The Two Way Steraming and Embed Player are our default samples.
 

cheinan

Member
WCS version: v. 0.5.25.2455 - 5.0.2596
Edge version:
Microsoft Edge 41.16299.248.0
Microsoft EdgeHTML 16.16299

I test it in:
1. Publish stream from Chrome, Two Way Streaming
2. Playing stream in Edge, Embed Player
I attach a screenshot of the error I get


Thanks
Cheinan
 
Top