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:
http://www.scriptcam.com/docs.cfm , it's closest want ( has one-to-many videochat ) can have 5 viewers.
http://jqueryvideo-player.com said has option stream video webcam haven't found on docs.
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
Post a Comment