#include "rtspinternals.h"#include "utils.h"#include <fcntl.h>#include "version.h"#include "bufferpool.h"

Go to the source code of this file.
Defines | |
| #define | RET_ERR(ret_level,...) |
Functions | |
| rtsp_ctrl * | rtsp_init (nms_rtsp_hints *hints) |
| int | rtsp_close (rtsp_ctrl *rtsp_ctl) |
| RTSP_Error | rtsp_wait (rtsp_ctrl *rtsp_ctl) |
| rtp_session * | rtsp_get_rtp_queue (rtsp_ctrl *rtsp_ctl) |
| rtp_thread * | rtsp_get_rtp_th (rtsp_ctrl *rtsp_ctl) |
| void | rtsp_info_print (rtsp_ctrl *rtsp_ctl) |
| int | rtsp_is_busy (rtsp_ctrl *rtsp_ctl) |
| static int | seturlname (rtsp_thread *rtsp_th, char *urlname) |
| int | rtsp_open (rtsp_ctrl *rtsp_ctl, char *urlname) |
| int | rtsp_pause (rtsp_ctrl *rtsp_ctl) |
| int | rtsp_play (rtsp_ctrl *rtsp_ctl, double start, double stop) |
| int | rtsp_seek (rtsp_ctrl *rtsp_ctl, double new_start, double new_end) |
| int | rtsp_stop (rtsp_ctrl *rtsp_ctl) |
| int | rtsp_uninit (rtsp_ctrl *rtsp_ctl) |
Variables | |
| RTSP_Error const | RTSP_Ready = { {0, "Nemesi Library is in Initialized state"}, 0 } |
| RTSP_Error const | RTSP_Reinitialized = { {-1, "Nemesi Library has been reinitialized"}, 1 } |
Definition in file rtsp.c.
| #define RET_ERR | ( | ret_level, | |||
| ... | ) |
1.5.4