My WebRTC application is working but sometimes when I try to call from other machines, iceServerConnectionState gets disconnected. Also, my peer server gets crashed by showing error:
SyntaxError: Unexpected end of JSON input
I am using Xirsys for stun/turn and running a custom peer server built-in Nodejs. Can anyone tell what can be the reason and how to solve it?
Thanks in advance.
Xirsys turn server fails to connect and PeerServer crashes
270 Views Asked by Amrendra At
0
There are 0 best solutions below
Related Questions in NODE.JS
- Using Puppeteer to scrape a public API only when the data changes
- How to request administrator rights?
- How do I link two models in mongoose?
- Variable inside a Variable, not updating
- Unable to Post Form Data to MongoDB because of picturepath
- Connection terminated unexpectedly while performing multi row insert using pg-promise
- Processing multiple forms in nodejs and postgresql
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- My unban and ban commands arent showing when i put the slash
- how to make read only file/directory in Mac writable
- How can I outsource worker processes within a for loop?
- Get remote MKV file metadata using nodejs
- Adding google-profanity-words to web page
- Products aren't displayed after fetching data from mysql db (node.js & express)
Related Questions in PEERJS
- Need to connect my WebRTC stream(Handled by PeerJS) to my Asterisk server
- Peerjs Configuration and Server
- Peer management library/package for React Native WebRTC integration?
- 'connections' is deprecated. The declaration was marked as deprecated here
- PeerJS. The play() request was interrupted by a new load request
- i am using simple-peer and and can't display remote stream in reactjs
- React Native - Detect connected Bluetooth devices and integrate them with InCallManager
- COTURN peerJS connectivity issue
- How Can I Connect Using A WebRTC-Offer With PeerJS
- WebRTC: Peers Receive MediaStreamTrack with enabled Property as True Despite Being Set to False Locally and Confirmed
- Peerjs how can I tell if a connection to a peer has been successfully established?
- useEffect runs infinitely when using setState inside of it
- can't find media-streams from non-calling peers in multi-party video conference with socket.io and peer.js
- Can't set peerJS custom client id using socket.io client id in react useEffect
- React PeerJs Issue when building Video-Chat: Uncaught (in promise) DOMException: The play() request was interrupted by a new load request
Related Questions in XIRSYS
- How to make Web RTC work behind Symmetric NAT?
- WebRtc video chat: not all users see each other
- How to configure Big Blue Button for Xirsys TURN server?
- How to use turn server?
- Get ip address from stun server
- Is it possible to successfully negotiate a WebRTC connection between peers who are offering different TURN servers that require credentials?
- Video call and chat using WebRTC and Pubnub in native iOS Swift
- WebRTC android implementation not working when one of the device is connected to WiFi
- How do I keep the list of user names on my Xirsys channel from growing with duplicates?
- How to get closest Xirsys STUN/TURN servers for a user's region when proxying the request through our server
- Xirsys WebRTC can't find sdp object
- WebRTC issue - Hololens unable to send video offer
- WebRTC Peer Connection Errors
- How to update webrtc xirsys from v2 to v3?
- Xirsys v3 demo setup
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?