Imagine how much more awesome this will be when we also have IPv6. We will have no more need for things like ICE [1], just direct point to point communication. Oh, and multicast for giant video chat sessions. [1] http://en.wikipedia.org/wiki/Interactive_Connectivity_Establ...
Multicast on the internet is a nice dream. Will it actually happen with IPv6? My understanding is there is a barrier to adoption — basically all routers involved need to be aware of the multicast initiation/join/leave protocol, and basically, there's a bunch of old hardware/software out there that isn't aware. Is all IPv6-capable hardware capable of this (given that IPv6 came out in ... 1998)?
Hello Firefox, this is Chrome calling
11–20 of 183 posts
Re: Hello Firefox, this is Chrome calling
#12Re: Hello Firefox, this is Chrome calling
#13I feel like DataChannels are the best part of the WebRTC standard (or would be, if they were usable): a true p2p connection allowing transfer of arbitrary data without plugins or anything. This gives multiplayer games, file transfers, realtime chat and collaborative editors (let your imagination run wild...) and the only thing a server is required for is establishing the connection (and saving state). This functional…
Re: Hello Firefox, this is Chrome calling
#14One thing I wonder about tech' like this, is that it is encrypted from you to the service, but there is no assurance of privacy.
Someone who runs a service like this can easy drop in on your calls and ease-drop. Which is a legitimate concern if someone wanted to use this either in a corporate environment or for very private calling (e.g. husband and wife, doctor and patient, etc).
No current video tech' really offers much in the way of assured privacy. Skype used to but it has been largely rolled back since Microsoft took over.
Re: Hello Firefox, this is Chrome calling
#15Re: Hello Firefox, this is Chrome calling
#16Looks neat. One thing I wonder about tech' like this, is that it is encrypted from you to the service, but there is no assurance of privacy. Someone who runs a service like this can easy drop in on your calls and ease-drop. Which is a legitimate concern if someone wanted to use this either in a corporate environment or for very private calling (e.g. husband and wife, doctor and patient, etc). No current video tech' r…
Re: Hello Firefox, this is Chrome calling
#17Re: Hello Firefox, this is Chrome calling
#18It's a hard choice to make.
Re: Hello Firefox, this is Chrome calling
#19Looks neat. One thing I wonder about tech' like this, is that it is encrypted from you to the service, but there is no assurance of privacy. Someone who runs a service like this can easy drop in on your calls and ease-drop. Which is a legitimate concern if someone wanted to use this either in a corporate environment or for very private calling (e.g. husband and wife, doctor and patient, etc). No current video tech' r…
Re: Hello Firefox, this is Chrome calling
#20I feel like DataChannels are the best part of the WebRTC standard (or would be, if they were usable): a true p2p connection allowing transfer of arbitrary data without plugins or anything. This gives multiplayer games, file transfers, realtime chat and collaborative editors (let your imagination run wild...) and the only thing a server is required for is establishing the connection (and saving state). This functional…
http://www.webrtc.org/chrome#TOC-Data-Channels-
A shame, because I have a use in mind for them. :)