Skip to content

Instantly share code, notes, and snippets.

@r0kk3rz
Created February 17, 2018 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r0kk3rz/466282f452b135fd2fc12a71433217a2 to your computer and use it in GitHub Desktop.
Save r0kk3rz/466282f452b135fd2fc12a71433217a2 to your computer and use it in GitHub Desktop.
[nemo@Sailfish gst]$ ./webrtc-sendrecv --peer-id=4131
Connecting to server...
> GET HTTP/1.1
> Soup-Debug-Timestamp: 1518877372
> Soup-Debug: SoupSession 1 (0x1f4b898), SoupMessage 1 (0x1ece170), SoupSocket 1 (0x2148460)
> Host: webrtc.nirbheek.in:8443
> Upgrade: websocket
> Connection: Upgrade
> Sec-WebSocket-Key: oIfLWBgm0CtxCBGn1V2R8Q==
> Sec-WebSocket-Version: 13
> Accept-Encoding: gzip, deflate
> Connection: Keep-Alive
< HTTP/1.1 101 Switching Protocols
< Soup-Debug-Timestamp: 1518877372
< Soup-Debug: SoupMessage 1 (0x1ece170)
< Server: Python/3.5 websockets/3.3
< Upgrade: WebSocket
< Connection: Upgrade
< Sec-WebSocket-Accept: R9w1l4zvIGIBaLJzsHaE7eDZp/U=
Connected to signalling server
Registering id 632 with server
Registered with server
Setting up signalling server call with 4131
0:00:00.632640052 2267 0x1f48880 ERROR GST_PIPELINE grammar.y:816:priv_gst_parse_yyparse: no element "webrtcbin"
0:00:00.654590937 2267 0x1f48880 ERROR GST_PIPELINE grammar.y:816:priv_gst_parse_yyparse: no element "vp8enc"
0:00:00.657030156 2267 0x1f48880 ERROR GST_PIPELINE grammar.y:901:priv_gst_parse_yyparse: link has no sink [source=@0x20141c0]
0:00:00.686437656 2267 0x1f48880 ERROR GST_PIPELINE grammar.y:901:priv_gst_parse_yyparse: link has no source [sink=@0x229e0a0]
0:00:00.710686875 2267 0x1f48880 ERROR GST_PIPELINE grammar.y:1257:priv_gst_parse_launch: No sink-element named "(null)" - omitting link
0:00:00.734131666 2267 0x1f48880 ERROR GST_PIPELINE grammar.y:1257:priv_gst_parse_launch: No sink-element named "(null)" - omitting link
Failed to parse launch: no element "webrtcbin"
ERROR: failed to start pipeline
(webrtc-sendrecv:2267): GStreamer-CRITICAL **: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
Pipeline stopped
(webrtc-sendrecv:2267): GStreamer-CRITICAL **: gst_object_unref: assertion 'object != NULL' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment