Closed bchah closed 2 months ago
This feature hasn't been tested in a very long time. I'll take a look soon. Thank you
I haven't tested it yet, but P2P config was moved here. Could you modify your Server.xml to <Server><Modules><P2P>
Thank you @getroot, that prevents the crashing. I notice that with the feature enabled, the websocket connection is established but no messages are exchanged. The logs show these clues while the P2P negotiation is attempted:
W [SPICE-t10010:7337] ICE | ice_port.cpp:690 | Could not find agent() information. Dropping... [Packet type : DTLS GateType : SEND_INDICATION]
W [DQICETmout:7334] ICE | ice_port.cpp:527 | Agent [Unknow, 0] has expired
Does this give a good clue? I can dive deeper as needed 🤓
I actually have my mind turned off from the p2p traffic distribution feature (experimental feature). First, I'll put reviving the existing p2p functionality on the backlog and look into it when I have time. Are you planning to apply this to your service?
Thank you @getroot - it is not a high priority, I just discovered it during some routine testing. However it would be an interesting option to enable for users with constrained networks, since it works like magic with not much change to the config.
On Nov 30, 2023, at 8:25 PM, Jeheon Han @.***> wrote:
I actually have my mind turned off from the p2p traffic distribution feature (experimental feature). First, I'll put reviving the existing p2p functionality on the backlog and look into it when I have time. Are you planning to apply this to your service?
— Reply to this email directly, view it on GitHub https://github.com/AirenSoft/OvenMediaEngine/issues/1466#issuecomment-1835253674, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIAMIQSZ5LJRC27KETQI3YLYHEWYXAVCNFSM6AAAAABAAGAA3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZVGI2TGNRXGQ. You are receiving this because you authored the thread.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug If you have P2P enabled in your server configuration, OME will not start up:
I haven't tested this feature in a while but it worked well in the past.