Phil,
Would it be possible to be able to stop playback of an event and then begin single frame progression.
While watching events there are times that I would like to stop the video and progress one frame at a time in either direction. I know I could go to the stills and find the frame and then use the next and previous options, but I thought this would be a time saver.
Thanks
John
Stop video and single frame playback
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Unfortunately there's no way to do it directly except that if you using the mpeg format and so the WMP plugin you can make it show the controls. To do this edit zm_html_view_event.php and change
<PARAM NAME="showControls" VALUE="false">
to
<PARAM NAME="showControls" VALUE="true">
though I confess I don't know if it will still fit in the same sized window.
I am planning to implement a new java viewer which will have the ability to pause, rewind and forward stream. Some of this will be local (e.g. buffering a paused stream) but I also intend it to be able to feedback to the server to speed up replay for example directly.
Phil,
<PARAM NAME="showControls" VALUE="false">
to
<PARAM NAME="showControls" VALUE="true">
though I confess I don't know if it will still fit in the same sized window.
I am planning to implement a new java viewer which will have the ability to pause, rewind and forward stream. Some of this will be local (e.g. buffering a paused stream) but I also intend it to be able to feedback to the server to speed up replay for example directly.
Phil,