iamscottxu / obs-rtspserver

RTSP server plugin for obs-studio

Home Page:https://obsproject.com/forum/resources/obs-rtspserver.1037/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you implement the chance to work on output only with TCP?

Barabba11 opened this issue · comments

Hi, I've closed the other issue as I figured out myself the problem was that players love to ask UDP first, and your plugin is serving it, if the client is an app on Android TV there are no way to configure for request a TCP connection.
So I'm using am rtsp proxy ( https://github.com/aler9/rtsp-simple-server ) but the problem is that it still connected to your plugin even if the client is disconnected, loading CPU for no reasons.. not an energy saver behaviour.
As you already implement it (stream only when a client is connected) I'm wondering if you can please add the chance to output CP only.
Another question, there is any way from the server side to limit the buffering of the client? I need to stream with smalled latency possible. Thank you!