ludocosmo

Results 8 comments of ludocosmo

Hi Peter, Thanks for the information. On WebRTC library version m90, the outgoing socket buffer size is set to 65536 (value of constant kVideoRtpSendBufferSize). There is an experimental feature on...

Are you using OBS version tagged 2.20 which includes a fix for #291 related to websocket reconnection and crash? [https://github.com/CoSMoSoftware/OBS-studio-webrtc/releases/tag/2.20]()

I was able to reproduce the crash on Windows 27.0.1 m91 after a few attempts of disconnecting the machine from internet / wait for stream to stop / reconnect the...

Are you using OBS version tagged 2.20 which includes a fix for #291 related to websocket reconnection and crash? [https://github.com/CoSMoSoftware/OBS-studio-webrtc/releases/tag/2.20]()

You may try with this version (publishing token not exported in log file): [https://drive.google.com/file/d/1vhesLyZRDRSAbodNDRPPLOh1DIJztgBd](https://drive.google.com/file/d/1vhesLyZRDRSAbodNDRPPLOh1DIJztgBd) You could then send me the log file when crash occurs.

Command line `export LD_LIBRARY_PATH=/usr/lib/obs-plugins` is valid assuming your are using bash shell. Depending on the shell you are using, you should modify the command line to add directory `/usr/lib/obs-plugins` to...

When you run command export `LD_LIBRARY_PATH=/usr/lib/obs-plugins` inside a bash shell, it sets the environment variable `LD_LIBRARY_PATH` for that shell only. If you want the environment variable `LD_LIBRARY_PATH` to be set...

> Can I launch OBS from the shell somehow? I can't figure out where the binary was installed. > To launch OBS from the shell where you set `LD_LIBRARY_PATH`, simply...