-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
camera not show #1679
Comments
iOS websocket test log: LAN IP:192.168.0.104 Domain=SRWebSocketErrorDomain Code=2133 "Invalid Sec-WebSocket-Accept response" UserInfo={NSLocalizedDescription=Invalid Sec-WebSocket-Accept response} is server exception ??? |
licode资料好少 无从下手 从入门果断放弃.. 还是关注一下其他的开源框架吧. |
Hi Jacky The other problem is that you use ' -p 8090:8090' to the websockets, and the licode use 8080 port |
thanks so much, but the websocket test get logs: SRWebSocketErrorDomain Code=2132 "received bad response code from server 401" UserInfo={NSLocalizedDescription=received bad response code from server 401, HTTPResponseStatusCode=401} |
[[WebRTCHelper shareInstance] connectServer:@"192.168.0.104" port:@"8080" room:@""]; SRWebSocket: |
Hi Jacky |
log: [Log] Flags parsed, configuration is – {noStart: false, forceStart: false, screen: false, …} (script.js, line 47) {noStart: false, forceStart: false, screen: false, room: "basicExampleRoom", singlePC: true, …}Object [Log] Selected Room – "basicExampleRoom" – "of type" – "erizo" (script.js, line 96) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (favicon.ico, line 0) [Log] eyJ0b2tlbklkIjoiNjAxZmVmZDM1MTlmYTEwMjllYjU3ZDVhIiwiaG9zdCI6IjE5Mi4xNjguMC4xMDQ6ODA4MCIsInNlY3VyZSI6ZmFsc2UsInNpZ25hdHVyZSI6IllUTTFZemRqWXpSbFlUWTJaR1V4WVdZMVlqbGtPVEF6WVdReU16aGtOalEyT0RnMlkyRmxZUT09In0= (script.js, line 134) [Log] ERROR: – "(Stream)" – "message: Failed to get access to local media, streamId: local, label: undefined, error: TypeError: undefined is not an object (evaluatin…" (erizo.js, line 30) |
Hi Jacky The important line: No local media without https in different url than localhost Try with de 3004 port (https), export in docker command and validate de certificate in the browser https://192.168.106:3004 |
browser can't open https://192.168.106:3004 & http://192.168.106:3004 |
I installed Licode using Docker and it was installed and started correctly
Test access 127.0.0.1:3001 can see the camera normally
But when I use 192.168.0.106:3001, I can access the service normally, but I can't see the camera.
Is this a bug? I need your help
start cmd:
PUBLIC_IP=192.168.0.106 MIN_PORT=30000; MAX_PORT=30050; sudo docker run --name licode -p 3000:3000 -p $MIN_PORT-$MAX_PORT:$MIN_PORT-$MAX_PORT/udp -p 3001:3001 -p 8090:8090 -e "MIN_PORT=$MIN_PORT" -e "MAX_PORT=$MAX_PORT" -e "PUBLIC_IP=$PUBLIC_IP" -e "NETWORK_INTERFACE=eth0" lynckia/licode
The text was updated successfully, but these errors were encountered: