OpenNetLab / AlphaRTC

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

Inconsistent original/output video size #82

Closed ChengChen2020 closed 2 years ago

ChengChen2020 commented 2 years ago

Hi,

I used the default setting for peerconnection_serverless. However, the original ~1s test.yuv video would become ~19s output video after transmission.

Could someone help me out here?

Thanks!

Azson commented 2 years ago

Hi @ChengChen2020 , it is right. You can set the duration time in sender's configuration json file. The key is "autoclose". And AlphaRTC will repeat the video if the video's duration time is less than the key "autoclose".