android stream real time video to streaming server

瘦欲@ 提交于 2021-02-10 20:37:56

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!