diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 15:36:21 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 15:36:21 +0200 |
commit | d40fd9b1adab64182ce8af0b8e19cfc8a93171d7 (patch) | |
tree | 0cb83df16cb6f0625aa7ab60fe96f47be2cb75ab /code/test/vid/server.h | |
parent | 55364a819692d63080d23e6dc30daf38f02f5524 (diff) |
video streaming test updated; not tested
Diffstat (limited to 'code/test/vid/server.h')
-rw-r--r-- | code/test/vid/server.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/code/test/vid/server.h b/code/test/vid/server.h new file mode 100644 index 0000000..3f9c57e --- /dev/null +++ b/code/test/vid/server.h @@ -0,0 +1,5 @@ +#include "core.h" + +ssize_t send_frame(unsigned char *buffer, size_t size, ecp_pts_t pts); +int conn_is_open(void); +int init_server(char *address, char *key);
\ No newline at end of file |