So, with youtube now defaulting to HTML5 <video> tag, ZM needs to come on board. While I'm going to default to <video> for the new skin, I'm considering a PR to the classic skin that defaults to using <video>
I'd like to discuss it
ic0n
sounds good.
fixxxermet
Probably add a Config option to enable <video> playback, and have it enabled by default.
ic0n
agreed
fixxxermet
Can disable it to fall back to what you have now.
But I tested zms with h264, webm, and ogg, and they all work in <video>
So, I'll give it a shot
ic0n
cool
ic0n_ joined the channel
ic0n has quit
AngstHab has quit
Shadow__X
has anyone gotten hd from the rpi camera to another system with zoneminder?>
ic0n_
running mjpeg-streamer on the pi and zm remotely recording....
Shadow__X
right, it seems like most people do 640x480 in that setup though
screedo joined the channel
extremx joined the channel
Sagitt joined the channel
ic0n_
Hey knnniggett: I screwed up with the PR requesting and ended up just pushing instead.. but it's pretty trivial: A fix for RTSP streams timing out when the camera doesn't bother to send anything on the CTRL thread.
rob_h has quit
rob_h joined the channel
knnniggett
ic0n_: thanks for the heads up. Do we want to include this in 1.28.1?
ic0n_
I think so, it is required for trendnet tv-ip302 cameras
I also think we REALLY need to release 1.28.1
Sagitt has quit
rob_h has quit
knnniggett
Yeah, I know it. I have a backlog of things zoneminder related. Haven't had any significant time lately to build & test.
Sagitt joined the channel
bruxC joined the channel
attilahooper has quit
rob_h joined the channel
ic0n_: cool. It looks like the commit that fixes your tv-ip302 cameras is the last piece in the puzzle to fixing my Granstream cameras.
ic0n_
woohoo!
knnniggett
The camera would stream perfect video for about 2 seconds and then stop with an RTCP timed out message
couldn't figure out why
ic0n_
yeah that's what I was seeing here as well. We were only sending RR packets upon receiving CTRL packets from the camera. My fix sends an RR on timeout which is 10 seconds
actually... I think there is a bug in my code...
fixxxermet
live streams play back via zms as h264 and webm just fine, having issues with replaying events. Will look into it more
myself has quit
Is there some way of calling zms on the command line, passing in the the same arguments that you do in the UI?
ic0n_
there is... I have used it... I forget though
mostly zms looks at the ENV... so you just need something to set that up, or do it youself
fixxxermet
const char *query = getenv( "QUERY_STRING" );
ic0n_
yup
tuomari_ is now known as Tuomari
fixxxermet
Seems like, when replaying an event, the output tyep isn't set right
probably an issues with headers or something
ic0n_
sounds likely
fixxxermet
Can I recompile only zms (cpp zms or something?)
knnniggett
This probably won't directly affect either of you, but as an fyi I have created a github repo to make a home for the zmrepo rpm source files: https://github.com/knnniggett/zmrepo
ic0n_
fixxxermet: if you change a dependency of zms, then make should just remake zms