We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfeb6f6 commit ad1b687Copy full SHA for ad1b687
circle_scripts/deps_linux.sh
@@ -68,6 +68,15 @@ cd x265_git/
68
export CXXFLAGS=${CXXFLAGS_ADDON}
69
export CFLAGS=${CFLAGS_ADDON}
70
71
+ # fix ratecontrol while streaming --------------------
72
+ echo "#####ratecontrolfix#####"
73
+ sed -i -e \
74
+ 's#m_param->rc.bitrate = m_param->rc.vbvMaxBitrate#m_param->rc.vbvMaxBitrate = m_param->rc.bitrate#g' \
75
+ ./encoder/ratecontrol.cpp
76
+ git diff ./encoder/ratecontrol.cpp
77
78
79
+
80
if [ "$1""x" == "raspix" ]; then
81
echo "*** RASPI ***"
82
cmake . -DCMAKE_INSTALL_PREFIX="$_INST_" -DENABLE_PIC=ON -DENABLE_ASSEMBLY=OFF # -DCMAKE_VERBOSE_MAKEFILE=ON
0 commit comments