'Android RTSP stream from a Texture View to RTSP server
I have an android app written which streams USB camera preview into a Texture surface view in android activity. I'm using an old but opensource USB/UVC library from Github but doesn't have a built in streaming functionality.
Basically what I want is an RTSP client in android that takes whatever is displayed in the Texture view which is constantly updated using the USB/UVC library. The RTSP client constantly broadcasts the view into an RTSP server written in NodeJS in real time so that other RTSP clients (browser/mobile) can preview the stream in real time.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
