jitsi-hammer icon indicating copy to clipboard operation
jitsi-hammer copied to clipboard

I tested jitsi-hammer on openfire and have some problems.

Open yue-fei opened this issue 9 years ago • 3 comments

I use windows, and I build jitsi-hammer, and copy the lib->native->windows to the jre lib.

In openfire, I create a room name TestHammer, but when I start the jitsi-hammer, then I open chrome, I find nothing happened, just black,.

parameters XMPPdomain, XMPPhost, ivffile, videortpdump and so on, that they are all configured, else I found the log 'audio":{ "ssrc":-1 , "DownloadJitterMs":NaN , "DownloadPercentLoss":NaN .....'

Can you give me some tips?

yue-fei avatar Apr 13 '15 09:04 yue-fei

Try to create a jitsi-meet conference (with at least 2 users) without Jitsi-Hammer first. If it doesn't work, it means something is wrong with you Jitsi-Meet config or Openfire config.

If it works : you need to create a Jitsi-Meet conference with chrome BEFORE running Jitsi-Meet, because it's chrome/jitsi-meet that handle the conference.

Haerezis avatar Apr 13 '15 10:04 Haerezis

Thank you very much @Haerezis Myy jitsi-meet seems has some wrong. When I refresh the page, it's show.

And I found hammer log was NaN, just like ''audio":{ "ssrc":-1 , "DownloadJitterMs":NaN , "DownloadPercentLoss":NaN .....''

I changed some code here, it's show.

image

image

image

yue-fei avatar Apr 14 '15 06:04 yue-fei

Yeah, some change have broken the stats recording, that's why you get gibberish data. If you don't need them, you can disable like you did (but normally, there's an option for that...).

Haerezis avatar Apr 14 '15 07:04 Haerezis