Broken image when trying to view

Forum for questions and support relating to the 1.25.x releases only.
Locked
kireol
Posts: 7
Joined: Wed Jul 03, 2013 11:28 am

Broken image when trying to view

Post by kireol »

*******I tried to post images to help, but this forum won't let me. "Your post looks too spamy for a new user, please remove off-site URLs." The images are on imgur*****

I am unable to view my images in zm. I'm running 1.25.0

The server is a 12.04 Ubuntu box

I have 2 cameras.

Cam 1) Local USB via mjpeg_streamer

Camera1 verified working by pulling up live feed in a web browser using mjpeg_streamer, and by turning on and checking logs

imgur com/y64QTcx

imgur com/CSMwVHg

Cam 2) Zyxel IP camera over rtsp

Camera2 verified working by using an rtsp client on an android device, and by turning on and checking logs

imgur com/dwyRWvN

imgur com/Qt4aXvy

Here are my running processes:
27178 pts/3 S 0:00 /usr/bin/perl -wT /usr/bin/zmdc startup
27225 pts/3 S 0:04 /usr/bin/zmc -m 2
27231 pts/3 R 0:14 /usr/bin/zma -m 2
27236 pts/3 Sl 0:05 /usr/bin/zmc -m 6
27243 pts/3 R 0:37 /usr/bin/zma -m 6
27254 pts/3 S 0:00 /usr/bin/perl -wT /usr/bin/zmaudit -c
27259 pts/3 S 0:00 /usr/bin/perl -wT /usr/bin/zmwatch
27271 pts/3 S 0:00 /usr/bin/perl -w /usr/bin/zmupdate -c
2280 ? Sl 0:57 mjpg_streamer -i input_uvc -d /dev/video1 -r 640x480 -o output_ -p 8086 -w /usr/src/mjpg-streamer/mjpg-streamer/www
Here's my running zm

imgur com/GFSSwXZ

And finally here's what the broken screen looks like:

imgur com/LSatp2i

When I click on one of the events, a binary file downloads with a bunch of stuff that doesnt look like image data.

partial file as it's a rather large file:

Code: Select all

ELF>_@@(	@8	@@@@@@¯¯88@8@@@r˘r˘ ˝˝h˝h–∂¢ P˝P˝hP˝hêêTT@T@DDPÂtd–«–«G–«G00QÂtdRÂtd˝˝h˝h/lib64/ld-linux-x86-64.2GNUGNUƒƒ˛Ü´“≠¯e7 ˚<í߸I8zÅ(èA∫T!"#πjnÍ”ÔÌR¬À§?£πçÒÿqXh¶ª„í|…Å
“RÔ£πyIk∂BE’Ï9ÚãQí˘ùcΩ≈(åÔ?û*ÛZ˘ ú)À
iÛw-ÛØÙï•YB
‚—
qmá	Ì
∞
⁄
É~hUÙKL«Ì‰/J.ß*j
‰X¸~
ô™
<d'Ô
nÄ≠[˘
Ÿ9∑“qí–q\£{“˝eG]ƒ∏	péO›˙≈
ëhÑ
/
Ñ
›Ì_<>¯oA
 ¿±nc∂[cπæ
V
O
95Ÿ
|E¢ãꇆ…obì	
è=
WÿJ8.e
˝	QôÇ∆ 
E ∑
fl
3⁄µiæç¥vSÆ~Ër¿y	N0˜
®D}å‹¿=Î)#

œe	Q†öÍ–ó>œg≠=·êø	v`L[	§÷ 1»5%7èfi µ÷¥ÌˆÑ`π
ó
“]
Â
ãLs	G?ß	ÖöTÔf®o •'8Êflot
„
N
˚
$	"
KA§Ch∫Fs"
4aDò:P@?xN@£Òˇ i‡@_@ØÒˇ‡≥ì
!@iXb"0O@\`]@úÒˇ iÖ¯i»	"
äIAbw!†iX1 i®!iXlibz.1__gmon_start___Jv_RegisterClassesuncompresscompress2_finilibsw
bb99
Posts: 943
Joined: Wed Apr 02, 2008 12:04 am

Re: Broken image when trying to view

Post by bb99 »

Please post both monitors general and source tabs
mikb
Posts: 603
Joined: Mon Mar 25, 2013 12:34 pm

Re: Broken image when trying to view

Post by mikb »

Code: Select all

ELF....  /lib64/ld-linux-x86-64.2GNUGNU ....
I can confirm that's NOT an image or a video, you are looking at a linux binary executable. Why you are being served that is someone else's guess :(

If you are on a linux system, and can SAVE-AS that junk somewhere, call it "fred.dat", then you might get a clue as to what it is, by doing

Code: Select all

strings -a fred.dat | more
kireol
Posts: 7
Joined: Wed Jul 03, 2013 11:28 am

Re: Broken image when trying to view

Post by kireol »

bb99 wrote:Please post both monitors general and source tabs
I did. in my original post. It's an imgur link but this forum won't let me have the complete link. So i had to remove some of the URL
Locked