Page 1 of 1

Trouble with 64bit Mozilla Plugin, Chrome and RTSP

Posted: 21 Jan 2015 11:54
by elads
Hello all,

I've been using the 32bit plugin with 32bit chrome in my webapp for over a year with great results.
Recently, I've attempted to improve performance by switching to the 64bit versions of both and had run into a brick wall.

I use several types of streams in my webapp, some from random IPCameras all over the world and some from local IPCameras.
The world cameras display as expected, however, I'm unable to display (connect?) to the local cameras.

The VLC player (standalone) can connect to the cameras just fine. Also, a 3rd party DVR uses VLC's engine to grab the cameras' stream and this also works fine.
The problem only appears when connecting to the local cameras using the plugin.

The cameras are GeoVision BX2400 and BX3400, streaming H.264 in RTSP.
Running on windows 8.1, 64bit.
I've also upgraded the cameras' firmware to the latest version.

Any thoughts would be greatly appreciated!!

Elad Stern

Re: Trouble with 64bit Mozilla Plugin, Chrome and RTSP

Posted: 21 Jan 2015 16:11
by Jean-Baptiste Kempf
We need logs to now what issues is happening.

Re: Trouble with 64bit Mozilla Plugin, Chrome and RTSP

Posted: 22 Jan 2015 14:21
by elads
Thanks, where can I find logs for the plugin?

Re: Trouble with 64bit Mozilla Plugin, Chrome and RTSP

Posted: 22 Jan 2015 14:25
by Jean-Baptiste Kempf
in your console, when starting the browser.

Re: Trouble with 64bit Mozilla Plugin, Chrome and RTSP

Posted: 22 Jan 2015 15:34
by elads
The browser's console (console.log) doesn't display anything for VLC...

Re: Trouble with 64bit Mozilla Plugin, Chrome and RTSP

Posted: 22 Jan 2015 15:58
by RSATom
on Windows you have to use DebugView: https://technet.microsoft.com/en-us/sys ... 96647.aspx

Re: Trouble with 64bit Mozilla Plugin, Chrome and RTSP

Posted: 22 Jan 2015 16:03
by elads
Ahh, wonderful, sorry for being so newbish!!

I have to set it up on a different machine so I'll let you know once I get the logs.

Thanks!