Android MedicCodec: How to record a video file from camera and stream the video to the web? -
i want build android application, record video camera, , @ same time, stream video web.
i want build app based on example of cameracaptureactivity.java in grafika-master. have no idea plug in streaming function.
i try looking @ videoencodercore.drainencoder() , bytes downstreamed muxer - mmuxer.writesampledata(mtrackindex, encodeddata, mbufferinfo); connection oriented streaming rtp/hls/mpeg-dash, etc have complete handshake phase in outer code, , push packets here. streaming examples available in libstreaming : https://github.com/fyhertz/libstreaming-examples
Comments
Post a Comment