OpenNetLab / AlphaRTC

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

Core dumped at running the receiver #88

Closed pkarimib closed 1 year ago

pkarimib commented 1 year ago

I could successfully run the code until it stoped working altogether with this error:

# Fatal error in: ../../examples/peerconnection/serverless/peer_connection_client.cc, line 65
# last system error: 98
# Check failed: false
# receiver.sh: line 6: 1890305 Aborted

I did not recompile or change the pipeline at all, I just reran the code. Do you know what could be the issue? Thanks a lot!

jeongyooneo commented 1 year ago

Hi @pkarimib, sorry for the late response. The error seems to be the port binding error. Please check receiver- and sender-side JSON config files (e.g. receiver-pyinfer.json and sender-pyinfer.json). Also, could you post the script receiver.sh you're using?

image
jeongyooneo commented 1 year ago

Closing this issue as there is no further discussion. @pkarimib Please feel free to open any issue if there's any!