Event playback too fast
Posted: Sat Feb 14, 2015 9:07 pm
I've tried ubuntu, server and desktop, using ZM from the repos and iconner ppa.
everything works great and I do love the changes from all the hard work but the one
show stopper is when using mpeg streaming with event playback. It runs about 10 Xs too
fast.
I set it for asf since I have never gotten swf to work well and asf will jump to full screen.
I've searched and found 2 references to the same problem. one posted today on github.
the topic was :
____________________________________________________
MPEG stream running too fast #676
When streaming a recorded event (using type=mpeg), the stream goes too fast, regardless the video encoding used (asf, avi, etc.).
Line 1457 of zm_event.cpp must be changed from:
if ( send_frame && type != STREAM_MPEG )
to
if ( send_frame)
I did it, and the stream now runs as expected.
_________________________________________________________________
I can't do much with it since I can't find zm_event.cpp
The vers are
ubuntu 14.04.1 LTS desktop / iconner PPA vers 1.28.0
ubuntu 14.04.1 LTS server / iconner PPA vers 1.28.0
ubuntu 14.04.1 LTS server / repo vers 1.26.4
I'm using an H264 streaming Dahua of which I have over 30 of them
on ubuntu 11.10 with 1.25.0 on various servers doing fine with event playback.
Does anyone have to FIX for this ??
Thanks
everything works great and I do love the changes from all the hard work but the one
show stopper is when using mpeg streaming with event playback. It runs about 10 Xs too
fast.
I set it for asf since I have never gotten swf to work well and asf will jump to full screen.
I've searched and found 2 references to the same problem. one posted today on github.
the topic was :
____________________________________________________
MPEG stream running too fast #676
When streaming a recorded event (using type=mpeg), the stream goes too fast, regardless the video encoding used (asf, avi, etc.).
Line 1457 of zm_event.cpp must be changed from:
if ( send_frame && type != STREAM_MPEG )
to
if ( send_frame)
I did it, and the stream now runs as expected.
_________________________________________________________________
I can't do much with it since I can't find zm_event.cpp
The vers are
ubuntu 14.04.1 LTS desktop / iconner PPA vers 1.28.0
ubuntu 14.04.1 LTS server / iconner PPA vers 1.28.0
ubuntu 14.04.1 LTS server / repo vers 1.26.4
I'm using an H264 streaming Dahua of which I have over 30 of them
on ubuntu 11.10 with 1.25.0 on various servers doing fine with event playback.
Does anyone have to FIX for this ??
Thanks