Is there ant tool or is html5 support realtime video streaming beetween users something like we can in flash. something like one to one video chat (skype) without installing any module for browser.
Can I do that with html5 or I need to use flash.
Any other soluton?
I have some html5 solutions but all need to be instaling some module.
What I want to do is: video chat one-one without install flash or something else.
Regarding one way video streaming: Here’s another article I came across when I was wondering the same thing.
Streaming via RTSP or RTP in HTML5
It seems like HTML5 doesn’t care, but there isn’t likely too be much browser support. I suppose if you can transcode the stream to multiple formats simultaneously you could make it work one way
As for multi-direction, I’ve never heard of anything like that. This would require setting up a streaming server on the client PC, straight HTML wouldn’t allow this.