summaryrefslogtreecommitdiff
path: root/modules/h265/README
blob: 75967c0f7d835c04f9675d86bfc06a9b35ce591f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
README h265 module
------------------


Steps for building and testing:


1. build and install x265 from https://github.com/mirror/x265.git
2. build and install ffmpeg from git://source.ffmpeg.org/ffmpeg.git

   $ ./configure --disable-everything --enable-decoder=hevc \
         && make -j4 && sudo make install

3. build baresip with H265 module:

   $ cd baresip
   $ make EXTRA_MODULES=h265

4. add h265.so to $HOME/.baresip/config
   module    h265.so

5. start baresip with the "vidloop" module, to test a local loop
   from a suitable vidsrc and vidisp module:

   $ ./baresip -evv



[END]