WebRTC -Raspberry Pi issue

Goksel Sahin gkslshn26 at gmail.com
Wed Oct 10 13:52:37 UTC 2018


Hi,
I'm trying get the  WebRTC demo
<https://github.com/centricular/gstwebrtc-demos>   to work on raspberry. I
build gstreamer from source. Gstreamer version 1.14.3
I run webrtc-sendrecv with peer-id --server ws://0.0.0.0:8443 and python3
simple-server.py --disable-ssl. I get following response:
Connecting to server...
> GET  HTTP/1.1
> Soup-Debug-Timestamp: 1539179222
> Soup-Debug: SoupSession 1 (0x2b9098), SoupMessage 1 (0x16b5f0), SoupSocket
> 1 (0x72d4c0)
> Host: 0.0.0.0:8443
> Upgrade: websocket
> Connection: Upgrade
> Sec-WebSocket-Key: NeFtkLD7M7G77BbuxwkFsw==
> Sec-WebSocket-Version: 13
> Accept-Encoding: gzip, deflate
> Connection: Keep-Alive
  
< HTTP/1.1 500 Internal Server Error
< Soup-Debug-Timestamp: 1539179222
< Soup-Debug: SoupMessage 1 (0x16b5f0)
< Date: Wed, 10 Oct 2018 13:47:02 GMT
< Server: Python/3.5 websockets/6.0
< Content-Length: 37
< Content-Type: text/plain
< Connection: close
< 
< See server log for more information.
  
The server did not accept the WebSocket handshake.

(webrtc-sendrecv:28254): GLib-CRITICAL **: g_main_loop_unref: assertion
'loop != NULL' failed

--
Thanks




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list