topworldcoder
topworldcoder
Hi, this behavior likely occurs because WebRTC implementations in browsers (e.g., Chrome’s libwebrtc) automatically treat a configured TURN server as a STUN server, thereby generating relay candidates and srflx candidates...
Hello, I apologize for the confusion caused by my previous reply. After reviewing several WebRTC implementations and related source codes, I realized that my earlier explanation was incomplete. Please allow...
Hi, did you copy test.264 and alaw08m.wav to the folder of the test demo?
Hi, first step, you can add log to the function peer_connection_outgoing_rtp_packet which sends RTP packets of H264 file or audio file. (your Log level is LEVEL_INFO, you can add logs...
> Hi, first step, you can add log to the function peer_connection_outgoing_rtp_packet which sends RTP packets of H264 file or audio file. (your Log level is LEVEL_INFO, you can add...
> > > Hi, first step, you can add log to the function peer_connection_outgoing_rtp_packet which sends RTP packets of H264 file or audio file. (your Log level is LEVEL_INFO, you...
By the way, if you're using a custom test.264 file, check out issue #214 for further guidance.
Hi, I have a few suggestions maybe can help you figure out something. First, you can modify the code like: if ((pc->agent_ret = agent_recv(&pc->agent, pc->agent_buf, sizeof(pc->agent_buf))) > 0) { codes...
Hi, you can refer to #215 . Hope this helps and best regards.