|
Arduino live555
|
A simple RTSPClient using https://github.com/pschatzmann/live555
More...
#include <RTSPSimpleClient.hh>
Public Member Functions | |
| RTSPSimpleClientConfig | defaultConfig () |
| bool | begin (RTSPSimpleClientConfig cfg) |
| Starts the processing. | |
| void | singleStep () |
| to be called in Arduino loop when blocking = false | |
| void | end () |
| OurRTSPClient * | client () |
Protected Member Functions | |
| bool | login () |
| login to wifi: optional convinience method. You can also just start Wifi the normal way | |
Protected Attributes | |
| OurRTSPClient * | rtsp_client |
| UsageEnvironment * | env =nullptr |
| SimpleTaskScheduler * | scheduler =nullptr |
| RTSPSimpleClientConfig | cfg |
A simple RTSPClient using https://github.com/pschatzmann/live555