rajeshganjeer.wordpress.com
RajeshGanjir | PHP DEVELOPER ZONE
https://rajeshganjeer.wordpress.com/author/rajeshganjir
How to do SCP from one EC2 Instance to another EC2 Instance. March 27, 2015. Here is a solution for all the guys facing similar issue. If you implement this solution you can use scp command on ec2 instances without a password. Steps to be followed:. Steps to perform on first EC2 Instance (call server 1). Generate the keypair on server 1 on which you plan to run scp, ssh, sftp or rsync. Login to server through shell and run the following command from anywhere. Do not enter any passphrase. You will get Pri...
recordrtc.org
RecordRTC: Global
http://recordrtc.org/global.html
Writing blobs into IndexedDB. DiskStorage is a standalone object used by RecordRTC. To store recorded blobs in IndexedDB storage. This method must be called once to initialize IndexedDB ObjectStore. Though, it is auto-used internally. This method fetches stored blobs from IndexedDB. This method stores blobs in IndexedDB. This function is invoked for any known/unknown error. Name of the ObjectStore created in IndexedDB storage. Storage is a standalone object used by RecordRTC.
gregoire.org
Paul Gregoire’s Blog » Comentary
http://gregoire.org/category/comentary
Paul Gregoire’s Blog. Various ramblings-on, mostly about Red5. 15 Mar 15 Protecting your privacy on your devices. 02 Oct 14 WebRTC notes. I’ve been working on a WebRTC project recently and I’ve found a few tidbits I’d like to share. First of all I want to recommend a book that makes for an outstanding reference: WebRTC: APIs and RTCWEB Protocols of the HTML5 Real-Time Web, Third Edition. Secondly, these sites:. 8211; especially this page. Which is an interactive break-down of an SDP. 8211; API doc. When ...
rtcmulticonnection.org
RTCMultiConnection API Reference / "extra" data
http://www.rtcmulticonnection.org/docs/extra
API Reference / " extra. Object allows you share extra-data between peers e.g. username, email, phone number, locatoion, bandwidth etc. Username: 'muazkh', fullname: 'Muaz Khan', email: 'muazkh@gmail.com' };. Data can be access like this:. Function(e){ / var userData = e.extra / userData.username / userData.fullname / userData.email / console.debug(userData.username, 'sent you a message', e.data); }; connection. onNewSession. Function(session) { / session.extra }; connection. onstream.
rtcmulticonnection.org
RTCMultiConnection.open | "method"
http://www.rtcmulticonnection.org/docs/open
Connection.open" method allows you open a WebRTC room. Connection.open" method accepts "room-id" as first argument; and [optional] callback as second argument:. Room-id' ); / or connection. open. Room-id', function() { alert('Room has been created.'); }); / or var isPublicRoom = true; connection. open. Room-id', isPublicRoom );. Connection.open" method accepts object parameter as well; also now it returns "sessionDescription" object:. You can pass object instead on string! Want to ask a Question?
speakgo.wordpress.com
Tháng Năm | 2015 | Speak! Go
https://speakgo.wordpress.com/2015/05
Go go go, machine learning! Tháng: Tháng Năm 2015. Tháng Năm 14, 2015. How to write a basic WebRTC app from scratch. So there are a ton of easy to use WebRTC libraries available now days such as EasyRTC. And Muaz Khan’s WebRTC Experiment. This example uses a SignalR signaling server however it is super simple and doesn’t do much so it should be easy to use whichever one you want. We’re also going to focus only on Chrome-to-Chrome connections for this post. Before we get started lets cover a.
rtcmulticonnection.org
RTCMultiConnection.join | "method"
http://www.rtcmulticonnection.org/docs/join
Connection.join" method allows you join a WebRTC room. Connection.join" method accepts "room-id" as first argument; and [optional] password as second argument:. Room-id' ); / or var password = 'xyz'; connection. join. Room-id', password );. Method is used/called only for participant. It should NEVER be called for initiator! If(you are participant) { connection. join. You can pass ". Make sure that room is created! Otherwise this "join" method will fail to join the room! It directly "joins" the room!
github.com
muaz-khan (Muaz Khan) · GitHub
https://github.com/muaz-khan
X6d;uazkh@gmail.com. Https:/ www.webrtc-experiment.com/. Nov 11, 2010. WebRTC, WebRTC and WebRTC. Everything here is all about WebRTC! RecordRTC is a server-less (entire client-side) JavaScript library can be used to record WebRTC audio/video media streams. It supports cross-browser audio/video recording. https:/ www.webrtc-experi. WebRTC JavaScript library for peer-to-peer applications. 317 contributions in the last year. Pushed 1 commit to muaz-khan/gumadapter. Aug 17 Aug 21. To refresh your session.
SOCIAL ENGAGEMENT