Mine doesn't. Guess I'll have to explore the viability of making a file conversion hack/script then.
It used to work though..
edit: actually, no need for an external script. Video writer was set to passthrough and changing that to h264 worked!
Search found 6 matches
- Tue Feb 20, 2024 9:58 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: I finally found the cause of my "video playback not working" issue. Need help finding a workaround
- Replies: 5
- Views: 2963
- Tue Feb 20, 2024 9:33 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: I finally found the cause of my "video playback not working" issue. Need help finding a workaround
- Replies: 5
- Views: 2963
Re: I finally found the cause of my "video playback not working" issue. Need help finding a workaround
I suspect your non-playing file is h265 and the one that plays is h264 I can convert the file to h264 by renaming the original and then doing this: ffmpeg -i 12681-video.hevc_borked.mp4 -map 0 -c:v libx264 12681-video.hevc.mp4 I can then open that event in zmninja and the video actually plays ...
- Tue Feb 20, 2024 6:11 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: I finally found the cause of my "video playback not working" issue. Need help finding a workaround
- Replies: 5
- Views: 2963
I finally found the cause of my "video playback not working" issue. Need help finding a workaround
I have been stuck for a long time on this. I can view event playback in a web browser but I can't do it on the zmninja app. It doesn't work on android or in the linux desktop appimage. I am using zmninja 1.7.006 although I get this same issue on the older versions too. I am on zoneminder 1.37.51 ...
- Wed Nov 29, 2023 12:42 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Is zmninja still able to play back events for anyone? How do I get events working in zmninja again?
- Replies: 5
- Views: 19021
Re: Is zmninja still able to play back events for anyone? How do I get events working in zmninja again?
Your best bet is to reinstall Debian 12 afresh and do the Zoneminder install using the 1.37.x install in the WIKI. It will save a lot of headaches! Yeeeah this is a basement server thing with a lot of stuff I regularly use. It would take ages to get everything back to the way it was and I doubt I ...
- Mon Nov 27, 2023 5:28 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Is zmninja still able to play back events for anyone? How do I get events working in zmninja again?
- Replies: 5
- Views: 19021
Re: Is zmninja still able to play back events for anyone? How do I get events working in zmninja again?
ok well at least this means I don't have to try to do whatever it takes to compile zmninja from the github. I probably will still try it just because.. what else is there to try..? Following the wiki to a T doesn't work so it's just trial and error until I get lucky. And yes, that has been just ...
- Mon Nov 27, 2023 12:41 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Is zmninja still able to play back events for anyone? How do I get events working in zmninja again?
- Replies: 5
- Views: 19021
Is zmninja still able to play back events for anyone? How do I get events working in zmninja again?
At least a month ago, I made the mistake of upgrading to Debian 12 and have been trying to get zoneminder working again on and off ever since. I'm on zoneminder version 1.37.47. Today I finally got it working well enough to show me live camera feed. I had to delete and then reconstruct the entire ...