search for: socketio

Displaying 3 results from an estimated 3 matches for "socketio".

Did you mean: socketid
2013 May 14
1
Problem with R websocket package
Hello to everybody,   I seem to be in struggle with the websockets in R. I wanted to download the streaming data from the BitCoin exchange MtGox directly to R, but R cannot establish the connection. The websocket specs are defined as: * Host: websocket.mtgox.com or socketio.mtgox.com * Port: 80 or 443 ( ssl ) * Namespace: /mtgox (Including beginning slash) url for more details: https://en.bitcoin.it/wiki/MtGox/API/Streaming (https://en.bitcoin.it/wiki/MtGox/API/Streaming) and my code is: <code><span class='kwd'>require</span><...
2006 Mar 04
2
rsync backup not working
...ath = /data/backup read only = false comment = Rsync testing # auth users = user # secrets file = /etc/rsyncd.secrets [SCA] path = /data/sca/sca read only = false comment = SCA Backup When I try to run the scripts either manually or via cron I get the following errors: rsync error: error in socketIO (code 10) at io.c(1941) or if I use the rsync version that I had used at first (v2.56) I get the following error: (1) SendBuffer: Error WSASend fd=71 nRet=-1 err=10053 rsync error: error in socket IO (code 10) at io.c(1646) In either case the setup is as follows: NWserver is 192.168.1.100 and the...
2014 Feb 03
0
Relay/forward RTP-packets over icecast2
...> Thanks a lot for your work, which is awesome, and for your answer. >> https://www.webrtc-experiment.com/broadcast/#59CMF7HH-1PAXLXR > > > A media server should have following qualities: > > 1. Capable to listen/publish SIP messages; or any other signaling gateway > e.g. socketio > 2. Capable to generate "answer-sdp" and return backing using same > signaling gateway. (make sure that ICE are gathered & included in the > anwer-sdp) > 3. For WebRTC, media server MUST support DTSL/SRTP to capture, trancode > and forward encrypted RTP/RTCP pakcets &g...