Forget cambozola, use macromedia flash!

Support and queries relating to all previous versions of ZoneMinder
Locked
x-fede
Posts: 12
Joined: Sat May 22, 2004 11:35 pm
Location: Italy

Forget cambozola, use macromedia flash!

Post by x-fede »

Hi!

Little trick (maybe it's not new...): in the settings, use "swf" as output format for ffmpeg... than you can just create a small html page with a flash object and the url of zoneminder to have a perfect, fluent, fast stream handled by flash.

Flash player is installed on nearly 99% of the computers and it can read multipart stream. I tested it on Mac & PC (not yet on linux).

Here's a simple example:

Phil: what about using it in zoneminder as an alternative to cambozola?

Code: Select all

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="352" height="288">
		<param name="movie" value="http://X.XX.XXX.XX/cgi-bin/zms?mode=mpeg&monitor=1&scale=100&bitrate=5000000&maxfps=10&format=swf" />
		<param name="quality" value="high" /><param name="LOOP" value="false" />
		<embed src="http://X.XX.XXX.XX/cgi-bin/zms?mode=mpeg&monitor=1&scale=100&bitrate=2000000&format=swf" width="352" height="288" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
Last edited by x-fede on Tue May 25, 2004 3:58 pm, edited 1 time in total.
Fede
User avatar
lazyleopard
Posts: 403
Joined: Tue Mar 02, 2004 6:12 pm
Location: Gloucestershire, UK

Re: Forget cambozola, use macromedia flash!

Post by lazyleopard »

x-fede wrote:Flash player is installed on nearly 99% of the computers and it can read multipart stream.
My machines must all fall in that remaining 1% then. :twisted:
Rick Hewett
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Post by fernando »

nice hint..
but. the page never complete donload. a live stream will never finish.

and flash have a little more delay than swf. and use same bandwith that cambosola use.


i preffer cambozola or asf.
Fernando
palmeira
Posts: 8
Joined: Mon Aug 28, 2006 3:35 pm
Location: Belo Horizonte MG BR

Post by palmeira »

I've tryed asf and swf.
I observe that flash load more fast than asf. but I can't load more tha 2 (simultaneous) windows in mostage views.

what do you know about?
what do you now about the bandwidght?
Palmeira
Locked