Is there a good way to stream video FROM Android to an RTSP server?

元气小坏坏 提交于 2019-12-03 08:51:24

You should look into this --> https://github.com/spex66/RTSP-Camera-for-Android

I took their code and added ANNOUNCE and RECORD methods to the rtsp client.

And i successfully got streaming to work from android phone to darwin server.

We ended up just using a standard protocol smashing JPEG after JPEG and loading those and it more-or-less simulates real time. We could still use a better solution, but this worked for now. If anybody wants to see some code, leave a comment. If anybody has a better solution, post it and I will switch the answer over.

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