Search found 2 matches

by cyberjorge
Wed Mar 31, 2010 2:51 am
Forum: ZoneMinder 1.24.x
Topic: Long URL's doesn't register well in Source
Replies: 2
Views: 2045

Solved!

I got help from the support, yes it was a char length limitation so I needed to expand it. For someone who might encounter it, you can issue the commands in mysql below. mysql > use zm_database > alter table Monitors modify column `Path` varchar(255) NOT NULL default ''; Go back to ZM admin page ...
by cyberjorge
Tue Mar 30, 2010 10:13 am
Forum: ZoneMinder 1.24.x
Topic: Long URL's doesn't register well in Source
Replies: 2
Views: 2045

Long URL's doesn't register well in Source

I have a WVC54GC, as instructed in other topics I need to use ffmpeg and provide the URL to my /img/video.asf file. The problem is I use a password protected camera with unique port under a free ddns service, the URL looks like this: http://username:password@mysite.dyndns.org:6767/img/video.asf And ...