Search found 8 matches
- Tue Feb 09, 2016 10:35 pm
- Forum: Mobile Apps and Event Server
- Topic: ZMS Event stream controls
- Replies: 8
- Views: 6518
Re: ZMS Event stream controls
Than I will make my future posts in Mobile apps
- Tue Feb 09, 2016 10:34 pm
- Forum: Mobile Apps and Event Server
- Topic: ZMS Event stream controls
- Replies: 8
- Views: 6518
Re: ZMS Event stream controls
Hmm, can't seem to get it working. I'm calling this url to start the event playing note: i've added the connkey /zm/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=100&user=admin&pass=xxxx&connkey=1123 than I want to pause that stream, so I send command 1 in a POST request /zm/cgi-bin/nph-zms?mode=jpeg ...
- Tue Feb 09, 2016 9:04 pm
- Forum: Mobile Apps and Event Server
- Topic: ZMS Event stream controls
- Replies: 8
- Views: 6518
Re: ZMS Event stream controls
I'm developing a native iOS app for zoneminder, I'il let you guys know when it's ready
- Tue Feb 09, 2016 8:56 pm
- Forum: Mobile Apps and Event Server
- Topic: ZMS Event stream controls
- Replies: 8
- Views: 6518
Re: ZMS Event stream controls
Ah thanks! Great explanation
- Tue Feb 09, 2016 8:42 pm
- Forum: Mobile Apps and Event Server
- Topic: ZMS Event stream controls
- Replies: 8
- Views: 6518
ZMS Event stream controls
When opening the /zms stream for a monitor, you can play events. But in the ZM console there are all kind of controls where the event stream can be manipulated with. Is there some kind of way to manipulate the stream from the /zms url like in the ZM console?
- Sat Feb 06, 2016 3:13 pm
- Forum: ZoneMinder 1.29.x
- Topic: API Events order
- Replies: 2
- Views: 29408
API Events order
I'm trying to get the latest events for a monitor, but since the api only gives 100 events per request this requires a few more requests.
Is there a way to specify the sort order by event StartTime to descending, so I can get the latests events first?
Is there a way to specify the sort order by event StartTime to descending, so I can get the latests events first?
- Tue Jan 26, 2016 7:36 pm
- Forum: ZoneMinder 1.29.x
- Topic: API streaming
- Replies: 2
- Views: 2539
Re: API streaming
Ah thanks a lot!
- Tue Jan 26, 2016 2:11 pm
- Forum: ZoneMinder 1.29.x
- Topic: API streaming
- Replies: 2
- Views: 2539
API streaming
Hi guys, I've been playing around with the API, and got everything working so far. But now I'm at the point where I want to stream live video and recorded events from the server to a client. Didn't saw a API call for this, but I'm presume this is just a webpage I need to load. Can anyone put me in ...