Skip to content

Instantly share code, notes, and snippets.

@willbarrett
Created July 15, 2014 14:21
Show Gist options
  • Save willbarrett/44dea0951f5e67251a4b to your computer and use it in GitHub Desktop.
Save willbarrett/44dea0951f5e67251a4b to your computer and use it in GitHub Desktop.
Debug output from Janus
Got a HTTP POST request on /janus/1/77213617...
... parsing request...
Session: 1
Handle: 77213617
Processing POST data (application/json)...
-- Uploaded data (153 bytes)
-- Data we have now (153 bytes)
Got a HTTP POST request on /janus/1/77213617...
... parsing request...
Session: 1
Handle: 77213617
Processing POST data (application/json)...
Done getting payload, we can answer
{"janus":"message","body":{"request":"join","room":1229399242,"ptype":"listener","feed":1659717074},"transaction":"c81c4e0a-186c-410a-95b8-c32bf5680fb2"}
There's a message for JANUS VideoRoom plugin
{
"ptype": "listener",
"request": "join",
"room": 1229399242,
"feed": 1659717074
}
Request completed, freeing data
Handling message: {
"ptype": "listener",
"request": "join",
"room": 1229399242,
"feed": 1659717074
}
Configuring new participant
Configuring new listener
[ERR] [janus_videoroom.c:janus_videoroom_handler:922:] No such feed (1659717074)
Pushing event: {
"videoroom": "event",
"error": "No such feed (1659717074)"
}
[77213617] Adding event to queue of messages...
>> 0 (Success)
We have a message to serve...
{
"janus": "event",
"plugindata": {
"data": {
"videoroom": "event",
"error": "No such feed (1659717074)"
},
"plugin": "janus.plugin.videoroom"
},
"sender": 77213617,
"transaction": "c81c4e0a-186c-410a-95b8-c32bf5680fb2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment