libmediasoupclient icon indicating copy to clipboard operation
libmediasoupclient copied to clipboard

mediasoup client side C++ library

Results 22 libmediasoupclient issues
Sort by recently updated
recently updated
newest added

hello! I suggest `getH264ProfileLevelId` behavior when profile-level-id is not found in H264 codec parameters. Now, it returns an empty string, so it will always not match when compared to codecs...

I'm using Manjaro Linux, and when I build this client I got an error. ``` [ 84%] Building CXX object libsdptransform/test/CMakeFiles/test_sdptransform.dir/tests.cpp.o In file included from /usr/include/signal.h:328, from /home/h3poteto/src/github.com/versatica/libmediasoupclient/deps/libsdptransform/test/include/catch.hpp:7937, from /home/h3poteto/src/github.com/versatica/libmediasoupclient/deps/libsdptransform/test/tests.cpp:4:...

HI, In production we've observer that calls to `SetRemoteDescription` can block indefinitely. Based on comments from the WebRTC m94 branch this can happen. ``` file: api/peer_connection_interface.h // Sets the remote...

# Steps to reproduce OSX_VERSION: 12.1 Monterey Via [tutorial](https://mediasoup.org/documentation/v3/libmediasoupclient/installation/) first install [depot tools](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up) and then: ``` cd /home/foo/src mkdir webrtc-checkout cd webrtc-checkout fetch --nohooks webrtc gclient sync cd src git...

Link: https://mediasoup.org/documentation/v3/libmediasoupclient/installation/#Build-Examples OSX Version: 11.6 After checking out the m84 branch and then running "gclient sync" command the following error occurs: ``` ________ running 'cipd ensure -log-level error -root /Users/ethan/Documents/webrtc/webrtc-ios...

Working on `v3` branch. Tasks: * [x] Add more debug logs (for RTP parameters, etc). * [x] Must validate all ORTC objects before using them. We may have separate validators...

enhancement

Current built system offers insufficient target architectures. Just enhance it.

enhancement

This fixes an incompatibility with mediasoup server which in v3 spatial layers go from 0 to N, however libmediasoupclient is still using v2 spatial layers.