Problems wiht streaming plugin trought proxy

72 views
Skip to first unread message

trunki 3

unread,
Jun 15, 2021, 12:27:53 PM6/15/21
to meetecho-janus
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

Alessandro Toppi

unread,
Jun 18, 2021, 6:15:20 AM6/18/21
to meetecho-janus
Never had such issue.
Consider that the session id is part of the requested url when using HTTP REST API, so I'd check if that corporate proxy is messing with the request URL once a connection has been estblished.

Reply all
Reply to author
Forward
0 new messages