node.js - Live media streaming involving different kinds of devices -


i working on project involve http live media streaming variety of devices android phones/tablets, iphone, ipad, browser,etc. 2 way communication devices multiple devices connected conversation. have implemented partially i.e. 1 way capturing audio android phone(native app) , streaming web browser(html5 app) php server using ffmpeg , cvlc. wanted know of best way go ahead it. like, if there standards followed. kind of server should using? don't want use streaming servers red5. implement streaming logic similar http livestreaming apple. have come across mpeg-dash seems standard http streaming. still have deeper it. thinking of using nodejs popularity streaming. worry how go capturing of media devices? in, should use native capability of devices convert media mp4 or container supports , stream server or capture audio , images particular period of time , send server , create common output(i not sure of idea). separate capture simplifying process of video streaming server end device. thinking if bypass server in cases phone phone or phone tablet connection.

i wanted sure of things using/implementing wouldn't have make drastic changes later on. appreciated. thank you.


Comments