Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rtp bundle is disabled. #234

Open
yongboye opened this issue Nov 15, 2023 · 0 comments
Open

Rtp bundle is disabled. #234

yongboye opened this issue Nov 15, 2023 · 0 comments

Comments

@yongboye
Copy link

Here's the cmake for mediastreamer2:
rm -rf build-arm-linux-gnueabihf-8.3.0 && mkdir -p build-arm-linux-gnueabihf-8.3.0 /opt/tools/uLinphone/install-rk
cd build-arm-linux-gnueabihf-8.3.0

    export LD_LIBRARY_PATH=/opt/cmake_toolchain_file/buildtools/arm-linux-gnueabihf-8.3.0/lib
    export LD_LIBRARY_PATH=/opt/tools/uLinphone/install-rk/lib:$LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"

    cmake -DCMAKE_INSTALL_PREFIX=/opt/tools/uLinphone/install-rk -DCMAKE_TOOLCHAIN_FILE=/opt/tools/uLinphone/arm-toolchain-rk.cmake \
          -DCMAKE_SKIP_INSTALL_RPATH=ON -DENABLE_STRICT=NO -DENABLE_V4L=ON  -DENABLE_SOUND=ON -DENABLE_ALSA=ON -DENABLE_X11=OFF -DENABLE_XV=OFF -DENABLE_JPEG=OFF \
          -DENABLE_FFMPEG=OFF -DENABLE_GSM=OFF -DENABLE_BV16=OFF -DENABLE_OPUS=OFF -DENABLE_GL=OFF -DENABLE_GLX=OFF -DENABLE_THEORA=OFF -DENABLE_VPX=OFF \
          -DENABLE_G729=OFF -DENABLE_LIBYUV=OFF -DENABLE_DOC=OFF -DENABLE_MKV=OFF -DENABLE_UNIT_TESTS=OFF -DENABLE_VIDEO=ON -DENABLE_SRTP=ON -DENABLE_ZRTP=ON -DENABLE_V4L=ON ..

Here's the cmake for liblinphone:
rm -rf build-arm-linux-gnueabihf-8.3.0 && mkdir -p build-arm-linux-gnueabihf-8.3.0 /opt/tools/uLinphone/install-rk
cd build-arm-linux-gnueabihf-8.3.0

    export LD_LIBRARY_PATH=/opt/cmake_toolchain_file/buildtools/arm-linux-gnueabihf-8.3.0/lib
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"

    cmake -DCMAKE_INSTALL_PREFIX=/opt/tools/uLinphone/install-rk -DCMAKE_TOOLCHAIN_FILE=/opt/tools/uLinphone/arm-toolchain-rk.cmake \
          -DCMAKE_SKIP_INSTALL_RPATH=ON -DENABLE_JPEG=OFF -DENABLE_ADVANCED_IM=0 -DENABLE_LIME_X3DH=0 -DENABLE_LIME=NO -DENABLE_STRICT=NO -DENABLE_DOC=NO -DENABLE_UNIT_TESTS=NO -DENABLE_VCARD=NO  -DENABLE_TOOLS=NO -DENABLE_CXX_WRAPPER=0 -DENABLE_VIDEO=ON -DENABLE_SRTP=ON -DENABLE_ZRTP=ON ..

Liblinphone mediastreamer2 compiled successfully, the call was normal, but there was no video, indicating the following error:
2023-11-14 18:39:40:042 liblinphone-message-Rtp bundle is disabled.
2023-11-14 18:39:40:043 liblinphone-message-Don't put stream of type video on local offer for CallSession [0x84004]
2023-11-14 18:39:40:044 liblinphone-message-stream#0 [audio] in state [Stopped]: multicast role is [inactive]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant