I Have a janus audio streaming web page running in my public domain. It works perfectly except for users behind a corporate proxy.
Looking at the web page developer tools and janus server log, it seems that the web page uses the Id of the new session correctly, but an old id seems to arrive on the server. Take a look at this fragment of the log
Jun 15 18:15:05 TEST-JANUS-SERVER janus[22458]: [ERR] [transports/janus_http.c:janus_http_handler:1597] Couldn't find any session 1952322784984009...
Jun 15 18:15:05 TEST-
JANUS
-SERVER janus[22458]: [ERR] [janus.c:janus_process_incoming_request:1133] Couldn't find any session 1952322784984009...
Jun 15 18:15:06 TEST-
JANUS
-SERVER janus[22458]: [ERR] [transports/janus_http.c:janus_http_handler:1597] Couldn't find any session 1952322784984009...
Jun 15 18:15:06 TEST-
JANUS
-SERVER janus[22458]: [ERR] [janus.c:janus_process_incoming_request:1133] Couldn't find any session 1952322784984009...
In this case the correct session Id are 4131059713585182 and the server state info says as "idle" status.
If the web page its reloadad, somtimes it works again and does not stop failing until a new reload.
The web page are configured with all headers and .htaccess for avoid the page cache and the Janus versión its 0.11.2.
Has anyone had similar problems?
Thanks