OpenNetLab / AlphaRTC

Evaluation framework for RL-based bitrate control for WebRTC
BSD 3-Clause "New" or "Revised" License
96 stars 37 forks source link

No log output when AlphaRTC is built on bare-metal windows11 machine #110

Open ARZhu opened 5 months ago

ARZhu commented 5 months ago

I follow the instructions to build on windows 11 machine. in which I use an old version of depot_tools to have vpython.bat instead of vpython3.bat. And the peerconnection_serveless_GUI.exe did work, and show the procedure of transporting and finally transport the output.yuv correctly. But there is no log output at all, althoug I turned "logging": { "enabled": true, "log_output_path": "C:\workspace\AlphaRTC\rundir\runtime\webrtc_receiver.log" } in receiver.json.

How to fix it?