javascript - jQuery and live webcam video streaming -


i'm trying build application people can have own rooms , stream video webcam, other people can see them. trying approach red5, can't integrate php i'm trying jquery now. far i've tried 3 plugins:

  1. http://www.scriptcam.com/docs.cfm , it's closest want ( has one-to-many videochat ) can have 5 viewers.

  2. http://jqueryvideo-player.com said has option stream video webcam haven't found on docs.

  3. https://github.com/infusion/jquery-webcam can't find way allow many people see webcam view.

and know there's lot more, neither of them allow broadcasting. there way jquery?

edit: trying html5 ( http://www.html5rocks.com/en/tutorials/getusermedia/intro/ example ) error "getusermedia() not supported on browser". i've tried on opera 18.0 , on chrome 32.0.1700.102 m don't know why doesn't work.

using getusermedia() api native alternative assuming browsers targeting support it. here: http://caniuse.com/#feat=stream. might want give thought webrtc. still being developed, technology seems catching lot of attention. posting code snippets better understand question.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -