By Guest on Sunday, 29 December 2019
Posted in General
Replies 1
Likes 0
Views 3.7K
Votes 0
Hi.

I want know can make TURN, and STUN server with esegece WebSocket library??
maybe it can be, can record streaming video and audio data to files??
can i get any demonstartion files?

p.s : sorry for my english
Hello,

There are 2 demos,one simple webrtc demo and one based on Google webrtc demo. All those demos use websocket as signaling protocol, so you need a websocket server (which is provided with websocket library) and stun/turn server (which is not provided). Video is supported by stun server and chat messages and signaling by websocket server.

There are some free stun/turn server as open source code, but these are not included with sgcWebsockets package.

To record image and video files, you must check if webrtc supports this.

Kind Regards,
Sergio
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post