Error Janus

162 views
Skip to first unread message

nelson gomez

unread,
Dec 3, 2016, 1:31:25 PM12/3/16
to meetecho-janus
Good afternoon,

I have started the janus server, attached image.



Configure, the JS (videoroomtest.js) with the following address:

When I try to run the videoroom demo, it shows me the following error:

Error: Is the gateway down?

Can you help me solve this?
Rergards
Nelson

Oscar Vadillo

unread,
Dec 3, 2016, 1:43:02 PM12/3/16
to nelson gomez, meetecho-janus
What's the browser you are using? If you are using chrome you will need to use HTTPS instead of HTTP.

Can you try to connect with Firefox?

Best regards

--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Alessandro Amirante

unread,
Dec 3, 2016, 1:58:22 PM12/3/16
to nelson gomez, meetecho-janus
Did you create an endpoint to forward packets received on port 8088 to your Azure instance?

2016-12-03 19:31 GMT+01:00 nelson gomez <ngome...@gmail.com>:

--

nelson gomez

unread,
Dec 3, 2016, 2:30:08 PM12/3/16
to meetecho-janus, ngome...@gmail.com
Hi, oscar badillo, thanks for your answer.

Oscar, I did use Firefox too, but it show same error.

I hope your answer.

Nelson

nelson gomez

unread,
Dec 3, 2016, 2:36:24 PM12/3/16
to meetecho-janus, ngome...@gmail.com
Alessandro thanks for your answers.

Attach image about of the open ports in azure.


I hope your answer.

Regards,


Nelson

nelson gomez

unread,
Dec 3, 2016, 2:52:54 PM12/3/16
to meetecho-janus, ngome...@gmail.com
Alessandro returned to try opening the UDP ports and TCP 8088 no longer shows me the error, but it does not give me video.

attach images.


I hope your answer.

Nelson

Mirko Brankovic

unread,
Dec 3, 2016, 4:54:05 PM12/3/16
to meetecho-janus
So this is a chrome requestimg a page hosted on is server as asp .net application?
Seems to me that there is a problem rendering some objects from js files.

What are the other 2 errors that you get. You only showed one.

Mirko

--

Mirko Brankovic

unread,
Dec 3, 2016, 5:11:23 PM12/3/16
to meetecho-janus
Ues janus log seems ok.
Browser log is erroring, you get 3 errors there.

On Dec 3, 2016 23:00, "nelson gomez" <ngome...@gmail.com> wrote:
Yes, is a page in ASP.NET

2016-12-03 17:59 GMT-04:00 nelson gomez <ngome...@gmail.com>:
Hi Mirko, thanks for your answer.

Mirko, please look at what the Janus console is showing me.

attach imagen.

I hope yor answer.


--
You received this message because you are subscribed to a topic in the Google Groups "meetecho-janus" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/meetecho-janus/OdgOHRLbmXU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to meetecho-janus+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
A la espera de su valiosa respuesta, se despide,


Nelson Gomez
Gerente General
Develop & Design C.A
+58 414-6096796
http://www.develop-design.com.ve 




--
A la espera de su valiosa respuesta, se despide,


Nelson Gomez
Gerente General
Develop & Design C.A
+58 414-6096796
http://www.develop-design.com.ve 

Mirko Brankovic

unread,
Dec 3, 2016, 6:20:03 PM12/3/16
to meetecho-janus
Ok so i guess you need to resolve the 404 missing files.
Make sure that all permitions of subdirectories are thw same and that inclure/requires are in location where expected.

On Dec 3, 2016 23:36, "nelson gomez" <ngome...@gmail.com> wrote:
Mirko the 3 errors are:

Image Attached. (I think that error is for blockUI

My references are:

<script type="text/javascript" src="~/Scripts/jquery.min.js"></script>
<script type="text/javascript" src="~/Scripts/jquery.blockUI.js"></script>
<script type="text/javascript" src="~/Scripts/bootstrap.js"></script>
<script type="text/javascript" src="~/Scripts/bootbox.min.js"></script>
<script type="text/javascript" src="~/Scripts/spin.min.js"></script>
<script type="text/javascript" src="~/Scripts/janus.js"></script>
<script type="text/javascript" src="~/Scripts/adapter.js"></script>
<script type="text/javascript" src="~/Scripts/videoroomtest.js"></script>

I hope your answer.

Mirko Brankovic

unread,
Dec 3, 2016, 6:40:07 PM12/3/16
to meetecho-janus
Yes then you costumised the js so you arw getting new issues.

To achive this you need one user to register as publisher to videoroom and the rest as subscribers only to that av streams. 

I cant explain it in mail in details. But what tou can do is to enable wss transport and have videoroom.js transport over wss. Then you observe and have all messages sent and recv in network tab of browser console. That will give you pointers on how to get communication to janus correctly.
The other side of medal is to get familiar to webrtc methods, sdp, ice for starters.

Hope i helped a bit ;)
Mirko

On Dec 4, 2016 00:26, "nelson gomez" <ngome...@gmail.com> wrote:
Ready Mirko,

The demo is working well. The problem was that I was getting into some JS problems.

------------------

Mirko, I'm getting into it with Janus. I'm new to it.

Mirko, I notice that the videoroom demo has:
.- Local Video
.- Remote Video # 1
.- Remote Video # ... 5

I would like to do the following:

Have a single panel, where the main user projects and the secondary users observe what the user exposes through his camera and audio.

Example: One to Many

Please can you guide me to achieve this?

I await your valuable response.

Mirko Brankovic

unread,
Dec 4, 2016, 3:36:42 AM12/4/16
to meetecho-janus
Unfortunately not .

On Dec 4, 2016 00:50, "nelson gomez" <ngome...@gmail.com> wrote:
Mirko, thank you for your prompt response and guidance, I am grateful.

Mirko, do you have any one-to-many examples to follow and have a clearer idea?

I hope your answer.

Nelson

Mirko Brankovic

unread,
Dec 4, 2016, 10:00:31 AM12/4/16
to meetecho-janus
Could be, defenatelly try it out. 

On Dec 4, 2016 15:57, "nelson gomez" <ngome...@gmail.com> wrote:
Mirko, good morning,

Mirko I have been reading, and I found a post in google groups, where it explains that the "screensharingtest" demo does what you recommended in the previous email.

What do you think about it?

Pending your valuable response,
Nelson
Reply all
Reply to author
Forward
0 new messages