Hello.
I'm trying to set janus media server using apache2 web server on Ubuntu. I have read the documents(Deploying Janus) and followed that documents. I have deployed apache2 web server with SSL at same location. I have issued SSL using "openssl" command instead issuing certificate sites though. cuz I though it wasn't problem for testing media server. of course, I also did set reverse proxy as what documents says.
when I try to access URL(web server) after deploying all of those, I got an error and not to be able to access website.
I couldn't find out how to solve this and I don't know what I have done wrong?
this is what I got errors:
[FATAL] [transports/janus_http.c:janus_http_init:813] Missing certificate/key path
[WARN] Admin/monitor HTTP webserver disabled
[WARN] Admin/monitor HTTPS webserver disabled
JANUS REST (HTTP/HTTPS) transport plugin initialized!
WebSockets thread started
[ERR] [transports/janus_http.c:janus_http_handler:1316] Invalid session videoroomtest.html
I also checked janus_http.c codes. it seems like I couldn't issued session_id. but I don't know why.
plz help me to solve this problem.
Thanks in advance.