Add auto_open() to RTSPConnection for avoiding sending commands manually
Opened this issue · 0 comments
abhijeetbhagat commented
Add an auto_open()
method to RTSPConnection
which should work like:
RTSPConnection conn{...};
conn.auto_open();
...
Opened this issue · 0 comments
Add an auto_open()
method to RTSPConnection
which should work like:
RTSPConnection conn{...};
conn.auto_open();
...