Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. $ ./streaming-app
  2. Connecting to server...
  3. > GET HTTP/1.1
  4. > Soup-Debug-Timestamp: 1561039695
  5. > Soup-Debug: SoupSession 1 (0x557f575c6220), SoupMessage 1 (0x557f575e20e0), SoupSocket 1 (0x557f5738e3f0)
  6. > Host: localhost:8443
  7. > Upgrade: websocket
  8. > Connection: Upgrade
  9. > Sec-WebSocket-Key: 4VZnmjdGvN9CZandnuVLOg==
  10. > Sec-WebSocket-Version: 13
  11. > Accept-Encoding: gzip, deflate
  12.  
  13. < HTTP/1.1 101 Switching Protocols
  14. < Soup-Debug-Timestamp: 1561039695
  15. < Soup-Debug: SoupMessage 1 (0x557f575e20e0)
  16. < Upgrade: websocket
  17. < Connection: Upgrade
  18. < Sec-WebSocket-Accept: +bWQYcjQgbG/TQmKKSUeaLUtFlQ=
  19. < Date: Thu, 20 Jun 2019 14:08:15 GMT
  20. < Server: Python/3.7 websockets/7.0
  21.  
  22. Connected to signalling server
  23. Registering with signalling server
  24. Registered with server
  25. ERROR: no client session 5, server-state: 7, session_state: 1
  26. 0: direction = 2
  27. Created data channel
  28.  
  29. (streaming-app:5820): GStreamer-CRITICAL **: 15:08:20.519: gst_mini_object_make_writable: assertion 'mini_object != NULL' failed
  30.  
  31. (streaming-app:5820): GStreamer-CRITICAL **: 15:08:20.519: gst_caps_get_size: assertion 'GST_IS_CAPS (caps)' failed
  32. Sending offer:
  33. v=0
  34. o=- 8891129169571227517 0 IN IP4 0.0.0.0
  35. s=-
  36. t=0 0
  37. a=ice-options:trickle
  38. a=group:BUNDLE video0 application1
  39. m=video 9 UDP/TLS/RTP/SAVPF 96
  40. c=IN IP4 0.0.0.0
  41. a=setup:actpass
  42. a=ice-ufrag:AoonpO+XirqVV4dhDcc3X2UFC6zAYl70
  43. a=ice-pwd:VNkFxxiMuEkvJt7hE1skePDOcucb5Ny2
  44. a=rtcp-mux
  45. a=rtcp-rsize
  46. a=sendonly
  47. a=rtpmap:96 H264/90000
  48. a=rtcp-fb:96 nack pli
  49. a=mid:video0
  50. a=fingerprint:sha-256 D5:D2:3B:97:BF:CA:FE:7B:6F:D4:D3:F9:D1:C5:08:9F:CB:28:50:9A:1A:11:7C:A0:07:29:41:00:72:DE:B1:01
  51. m=application 0 UDP/DTLS/SCTP webrtc-datachannel
  52. c=IN IP4 0.0.0.0
  53. a=setup:actpass
  54. a=ice-ufrag:AoonpO+XirqVV4dhDcc3X2UFC6zAYl70
  55. a=ice-pwd:VNkFxxiMuEkvJt7hE1skePDOcucb5Ny2
  56. a=bundle-only
  57. a=mid:application1
  58. a=sctp-port:5000
  59. a=fingerprint:sha-256 D5:D2:3B:97:BF:CA:FE:7B:6F:D4:D3:F9:D1:C5:08:9F:CB:28:50:9A:1A:11:7C:A0:07:29:41:00:72:DE:B1:01
  60.  
  61. Received SDP answer:
  62. v=0
  63. o=- 1025588746151142220 2 IN IP4 127.0.0.1
  64. s=-
  65. t=0 0
  66. a=group:BUNDLE video0 application1
  67. a=msid-semantic: WMS
  68. m=video 47791 UDP/TLS/RTP/SAVPF 96
  69. c=IN IP4 192.168.122.136
  70. a=rtcp:9 IN IP4 0.0.0.0
  71. a=candidate:2459060896 1 udp 2113937151 192.168.122.136 47791 typ host generation 0 network-cost 999
  72. a=ice-ufrag:1Qeu
  73. a=ice-pwd:GRcUQaYJPjZj7mw490qeSG99
  74. a=ice-options:trickle
  75. a=fingerprint:sha-256 C7:7B:33:37:1F:47:5A:B4:8E:77:57:95:83:6E:09:D4:1D:80:2C:DC:75:AE:8A:2C:6F:1C:7E:8C:5A:9F:4C:C3
  76. a=setup:active
  77. a=mid:video0
  78. a=recvonly
  79. a=rtcp-mux
  80. a=rtcp-rsize
  81. a=rtpmap:96 H264/90000
  82. a=rtcp-fb:96 nack pli
  83. a=fmtp:96 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f
  84. m=application 9 UDP/DTLS/SCTP webrtc-datachannel
  85. c=IN IP4 0.0.0.0
  86. b=AS:30
  87. a=ice-ufrag:1Qeu
  88. a=ice-pwd:GRcUQaYJPjZj7mw490qeSG99
  89. a=ice-options:trickle
  90. a=fingerprint:sha-256 C7:7B:33:37:1F:47:5A:B4:8E:77:57:95:83:6E:09:D4:1D:80:2C:DC:75:AE:8A:2C:6F:1C:7E:8C:5A:9F:4C:C3
  91. a=setup:active
  92. a=mid:application1
  93. a=sctp-port:5000
  94.  
  95.  
  96. (streaming-app:5820): GStreamer-CRITICAL **: 15:08:20.595: gst_mini_object_make_writable: assertion 'mini_object != NULL' failed
  97.  
  98. (streaming-app:5820): GStreamer-CRITICAL **: 15:08:20.595: gst_caps_get_size: assertion 'GST_IS_CAPS (caps)' failed
  99. Sending offer:
  100. v=0
  101. o=- 2856038710451570230 0 IN IP4 0.0.0.0
  102. s=-
  103. t=0 0
  104. a=ice-options:trickle
  105. a=group:BUNDLE video2 application3
  106. m=video 9 UDP/TLS/RTP/SAVPF 96
  107. c=IN IP4 0.0.0.0
  108. a=setup:actpass
  109. a=ice-ufrag:MvdAJrcpBHHwEsOcqtBFXoS1s73FepJJ
  110. a=ice-pwd:vjvl0ODE680PAuGP66D92LWXCPhKkS59
  111. a=rtcp-mux
  112. a=rtcp-rsize
  113. a=sendonly
  114. a=rtpmap:96 H264/90000
  115. a=rtcp-fb:96 nack pli
  116. a=mid:video2
  117. a=fingerprint:sha-256 D5:D2:3B:97:BF:CA:FE:7B:6F:D4:D3:F9:D1:C5:08:9F:CB:28:50:9A:1A:11:7C:A0:07:29:41:00:72:DE:B1:01
  118. m=application 0 UDP/DTLS/SCTP webrtc-datachannel
  119. c=IN IP4 0.0.0.0
  120. a=setup:actpass
  121. a=ice-ufrag:MvdAJrcpBHHwEsOcqtBFXoS1s73FepJJ
  122. a=ice-pwd:vjvl0ODE680PAuGP66D92LWXCPhKkS59
  123. a=bundle-only
  124. a=mid:application3
  125. a=sctp-port:5000
  126. a=fingerprint:sha-256 D5:D2:3B:97:BF:CA:FE:7B:6F:D4:D3:F9:D1:C5:08:9F:CB:28:50:9A:1A:11:7C:A0:07:29:41:00:72:DE:B1:01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement