VVD
VVD
Check this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279988
Same here on FreeBSD 13.1. `disable dns` in section `default:` of the `/etc/ppp/ppp.conf` fixed the issue. But I didn't test without `set-dns = 0` in config.
With this patch build for me too on OpenJDK 21.0.3+9.1, FreeBSD 14.1 amd64.
> For testing of 1.38 @VVD can you build from master that has PR 3914 and confirm it works now. I have only one host with zoneminder and it's production....
I'm using FreeBSD on both desktop and server and have this issue too. My scenario for reproduce: 1. Create groupfolder /Test1, then /Test1/Test2 and configure access. 2. Turn on in...
This can help to update: https://code.videolan.org/videolan/vlc/-/merge_requests/5304/diffs Maybe replace `mAudioStream->codecpar->channels` with `mAudioStream->codecpar->ch_layout.nb_channels`.
> If you want to stay on 1.36, then please follow the release-1.36 branch which I believe (could be wrong) has this work done. https://ffmpeg.org/index.html#news ``` April 5th, 2024, FFmpeg...
BTW, any plans for next release?
``` /wrkdirs/usr/ports/multimedia/zoneminder/work/zoneminder-1.36.33/src/zm_mpeg.cpp:632:38: error: no member named 'frame_number' in 'AVCodecContext'; did you mean 'frame_num'? 632 | opicture_ptr->pts = codec_context->frame_number; | ^~~~~~~~~~~~ | frame_num /usr/local/include/libavcodec/avcodec.h:2030:13: note: 'frame_num' declared here 2030 | int64_t...
> If you want to stay on 1.36, then please follow the release-1.36 branch which I believe (could be wrong) has this work done. > > Otherwise, please follow current...