问题
I am trying to develop a half duplex chat application where one android device will capture video from cam and send this real time video stream to server. Thereafter, another android device is capturing the same video stream from the streaming server and rendering the video on screen.
I successfully did this using WebRTC API, Vitamio API and wowza streaming server.
But, this method is resulting in a very poor video quality at receiver's end with poor video quality and huge latency even on fast working LAN. Moreover the device heatup problem is also comming into existance.
Please tell me any other method to achieve the same. Does youtube provide any facility to broadcast the real time video stream. Is there any other free service that enables us sending video stream to the server from android device (as i have done in my application).
来源:https://stackoverflow.com/questions/30188529/android-stream-real-time-video-to-streaming-server