A simple RTSPClient using https://github.com/pschatzmann/arduino-live555.
More...
#include <RTSPClient555.h>
|
| bool | login () |
| | login to wifi: optional convinience method. You can also just start Wifi the normal way
|
| |
◆ AudioClientRTSP()
| AudioClientRTSP |
( |
uint32_t |
receiveBufferSize = 1024, |
|
|
bool |
useTCP = false, |
|
|
bool |
blocking = false |
|
) |
| |
|
inline |
◆ begin()
| bool begin |
( |
const char * |
url, |
|
|
Print & |
out |
|
) |
| |
|
inline |
◆ client()
◆ end()
◆ login()
login to wifi: optional convinience method. You can also just start Wifi the normal way
◆ loop()
to be called in Arduino loop when blocking = false
◆ setBlocking()
| void setBlocking |
( |
bool |
flag | ) |
|
|
inline |
◆ setBufferSize()
| void setBufferSize |
( |
int |
size | ) |
|
|
inline |
◆ setLogin()
| void setLogin |
( |
const char * |
ssid, |
|
|
const char * |
password |
|
) |
| |
|
inline |
login to wifi: optional convinience method. You can also just start Wifi the normal way
◆ setTCP()
◆ setUDP()
◆ env
| UsageEnvironment* env =nullptr |
|
protected |
◆ is_blocking
◆ password
| const char* password = nullptr |
|
protected |
◆ rtsp_client
◆ scheduler
| BasicTaskScheduler* scheduler =nullptr |
|
protected |
◆ ssid
| const char* ssid =nullptr |
|
protected |
The documentation for this class was generated from the following file: