libpeer icon indicating copy to clipboard operation
libpeer copied to clipboard

connect with custom server

Open Param-21 opened this issue 1 year ago • 3 comments

Hi,

I want to connect with custom server instead of "https://sepfy.github.io/webrtc/?deviceId=1". Now i have changed SERVER_CONFIG in peer_signaling.h and mqtt connection establish. now when they shared offer data on that time i'm getting some errors. So is there any example code available of server side which is working with /example/generic.

Thanks

Param-21 avatar Oct 17 '24 12:10 Param-21

Does this repo supports for trickle ICE if I want to connect with my coustom server?

Thanks

HaARDIKSD297 avatar Oct 18 '24 11:10 HaARDIKSD297

@Param-21 Hello, what's your error? What do you mean by your server example? If you are referring to frontend code, you can refer to this repo. https://github.com/sepfy/sepfy.github.io/blob/main/webrtc/index.html

sepfy avatar Oct 18 '24 13:10 sepfy

@HaARDIKSD297 not support yet

sepfy avatar Oct 18 '24 13:10 sepfy

@sepfy Is there any available code that takes audio from server and plays on client's speaker, Currently I am using generic example code which is sending audio/video from client to server.

Thanks,

HaARDIKSD297 avatar Oct 25 '24 11:10 HaARDIKSD297