Advertisement
enippeas

Untitled

Jan 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. Initializing library
  2.  
  3. Janus init ok
  4.  
  5. Library initialized: true
  6.  
  7. Using REST API to contact Janus: https://192.168.1.10:8089/janus
  8.  
  9. welcome
  10.  
  11. Created room aseme
  12.  
  13. Object { janus: "success", transaction: "ppsg81yWoPBK", data: {…} }
  14.  
  15. Created session: 2801917499374678
  16.  
  17. Long poll...
  18.  
  19. isConnected =true
  20.  
  21. server =https://192.168.1.10:8089/janus
  22.  
  23. connected!!!
  24.  
  25. Object { janus: "success", session_id: 2801917499374678, transaction: "TcGxaxB2XfTw", data: {…} }
  26.  
  27. Created handle: 6201710525994309
  28.  
  29. status:admin
  30.  
  31. Sending message to plugin (handle=6201710525994309):
  32.  
  33. Object { janus: "message", body: {…}, transaction: "vGiGyhyJWRz1" }
  34.  
  35. Sending message to plugin (handle=6201710525994309):
  36.  
  37. Object { janus: "message", body: {…}, transaction: "FJj35bVUwxTm" }
  38.  
  39. Message sent!
  40.  
  41. Object { janus: "success", session_id: 2801917499374678, sender: 6201710525994309, transaction: "vGiGyhyJWRz1", plugindata: {…} }
  42. transaction successful (janus.plugin.videoroom)
  43.  
  44. Object { videoroom: "event", error_code: 427, error: "Room 1672102 already exists" }
  45.  
  46. Message sent!
  47.  
  48. Object { janus: "ack", session_id: 2801917499374678, transaction: "FJj35bVUwxTm" }
  49.  
  50. Got a plugin event on session 2801917499374678
  51.  
  52. Object { janus: "event", session_id: 2801917499374678, sender: 6201710525994309, transaction: "FJj35bVUwxTm", plugindata: {…} }
  53.  
  54. -- Event is coming from 6201710525994309 (janus.plugin.videoroom)
  55.  
  56. Object { videoroom: "joined", room: 1672102, description: "Room 1672102", id: 6850003542998051, private_id: 3854772899, publishers: [] }
  57.  
  58. Notifying application...
  59.  
  60. ::: Got a message (listener) :::
  61.  
  62. new message :{"videoroom":"joined","room":1672102,"description":"Room 1672102","id":6850003542998051,"private_id":3854772899,"publishers":[]}
  63.  
  64. Event: joined
  65.  
  66. Successfully joined room 1672102 with ID 6850003542998051
  67.  
  68. isTrickleEnabled: undefined
  69.  
  70. isAudioSendEnabled:
  71. Object { audioRecv: false, videoRecv: false, audioSend: true, videoSend: true }
  72.  
  73. isAudioSendEnabled:
  74. Object { audioRecv: false, videoRecv: false, audioSend: true, videoSend: true }
  75.  
  76. isVideoSendEnabled:
  77. Object { audioRecv: false, videoRecv: false, audioSend: true, videoSend: true }
  78.  
  79. Got a list of available publishers/feeds:
  80.  
  81. msg.publishers[]
  82.  
  83. Array []
  84.  
  85. isAudioSendEnabled:
  86. Object { audioRecv: false, videoRecv: false, audioSend: true, videoSend: true }
  87.  
  88. isVideoSendEnabled:
  89. Object { audioRecv: false, videoRecv: false, audioSend: true, videoSend: true }
  90.  
  91. isAudioSendRequired:
  92. Object { audioRecv: false, videoRecv: false, audioSend: true, videoSend: true }
  93.  
  94. isVideoSendRequired:
  95. Object { audioRecv: false, videoRecv: false, audioSend: true, videoSend: true }
  96.  
  97. Long poll...
  98.  
  99. streamsDone:
  100. LocalMediaStream { id: "{d306754d-9f91-4aca-82ab-039126771c75}", active: true, onaddtrack: null, currentTime: 3.982222222222222 }
  101.  
  102. Creating PeerConnection
  103.  
  104. Object { optional: […] }
  105.  
  106. RTCIceServer.url is deprecated! Use urls instead.
  107. 51c082c2-92e6-4123-957f-1523ce90ad7a:339
  108. RTCPeerConnection { localDescription: null, currentLocalDescription: null, pendingLocalDescription: null, remoteDescription: null, currentRemoteDescription: null, pendingRemoteDescription: null, signalingState: "stable", canTrickleIceCandidates: null, iceGatheringState: "new", iceConnectionState: "new" }
  109.  
  110. Preparing local SDP and gathering candidates (trickle=true)
  111.  
  112. Adding local stream
  113.  
  114. ::: Got a local stream :::
  115.  
  116. LocalMediaStream { id: "{d306754d-9f91-4aca-82ab-039126771c75}", active: true, onaddtrack: null, currentTime: 3.982222222222222 }
  117.  
  118. createOffer error ={"name":"ReferenceError","message":"id is not defined"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement