simple-whip-client icon indicating copy to clipboard operation
simple-whip-client copied to clipboard

Simple WHIP Client (based on GStreamer's webrtcbin)

Results 6 simple-whip-client issues
Sort by recently updated
recently updated
newest added

I get this inside the logs when I start a WHIP client: ** (whip-client:13762): WARNING **: 12:40:24.775: Failed to GET http://192.168.68.1:1900/cjllo/rootDesc.xml: Connection terminated unexpectedly, retrying in 10 seconds

I've tried vp8, vp9 and h264 with no luck, see: https://www.reddit.com/r/WebRTC/comments/12nc5md/twitchtv_now_supports_webrtc_ingestion_via_whip/ cc @Sean-Der By contrast, https://github.com/ggarber/whip-go does work with twitch.tv.

Hi, I'm using simple-whip-client to broadcast to Dolby. I found that this error `Error creating GUPnP context: Failed to bind socketError binding to address 10.10.10.122:1990: Cannot assign requested address` always...

bullseye does not expose `libsoup-3.0` development package while bookwork does: https://packages.debian.org/search?keywords=libsoup-3.0-dev&searchon=names&suite=stable&section=all In the Makefile there is an explicit dependency to 3.0: https://github.com/meetecho/simple-whip-client/blob/f5eeb51575a1022b6043afc25ff5f55a4e957222/Makefile#L3 Also updating the library version dependency for the...

I have launched mediamtx, the log of which I am attaching: 2024/09/23 23:56:36 INF MediaMTX v1.9.0 2024/09/23 23:56:36 INF configuration loaded from /home/roman/Downloads/mediamtx_v1.9.0_linux_amd64/mediamtx.yml 2024/09/23 23:56:36 INF [RTSP] listener opened on...

Given that https://github.com/meetecho/simple-whip-server/commit/c8974e1b2fb1b4d2fbc32721197ffa6ae504d24e was done for the server, are there any plans to do the same here for the client? Thanks!