pedroSG94 / RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
Apache License 2.0
213 stars 66 forks source link

Is there any way to connecting video stream without textureview preview? #135

Open Shaooooo opened 1 month ago

Shaooooo commented 1 month ago

I want to use VLC connect to my android app, and don't preview the camera screen in app. Can I?

pedroSG94 commented 1 month ago

Yes, you can do it. You can use RtspServerStream class and never call startPreview or use your current class without the preview class in the constructor. If you are using the app example, you can do it like this:

rtspServerCamera1 = RtspServerCamera1(context, this, 1935)