-
Notifications
You must be signed in to change notification settings - Fork 448
Using Baresip: Codec h265
lmangani edited this page Dec 31, 2014
·
1 revision
H.265 Video Codec
Build and Install the required packages:
- x265 from https://github.com/mirror/x265.git
- ffmpeg from git://source.ffmpeg.org/ffmpeg.git
$ ./configure --disable-everything --enable-decoder=hevc \
&& make -j4 && sudo make install
# make EXTRA_MODULES=h265
# make install
To enable the module, add the following line in ˜/.baresip/config
module h265.so
- start baresip with the "vidloop" module, to test a local loop from a suitable vidsrc and vidisp module:
$ ./baresip -evv