Go to the source code of this file.
| typedef struct rtmp_body_t rtmp_body_t |
| typedef struct rtmp_control_thread_t rtmp_control_thread_t |
| typedef void(*) rtmp_handler_t(rtmp_control_thread_t *p_thread, rtmp_packet_t *rtmp_packet) |
| typedef struct rtmp_packet_t rtmp_packet_t |
| rtmp_body_t* rtmp_body_new | ( | int | length_buffer | ) |
| void rtmp_body_reset | ( | rtmp_body_t * | ) |
| rtmp_packet_t* rtmp_build_bytes_read | ( | rtmp_control_thread_t * | p_thread, | |
| uint32_t | reply | |||
| ) |
| rtmp_packet_t* rtmp_build_flv_over_rtmp | ( | rtmp_control_thread_t * | p_thread, | |
| block_t * | p_buffer | |||
| ) |
| rtmp_packet_t* rtmp_build_publish_start | ( | rtmp_control_thread_t * | p_thread | ) |
| int rtmp_connect_active | ( | rtmp_control_thread_t * | p_thread | ) |
| int rtmp_connect_passive | ( | rtmp_control_thread_t * | p_thread | ) |
| uint8_t* rtmp_encode_packet | ( | rtmp_control_thread_t * | p_thread, | |
| rtmp_packet_t * | rtmp_packet | |||
| ) |
| int rtmp_handshake_active | ( | vlc_object_t * | p_this, | |
| int | fd | |||
| ) |
| int rtmp_handshake_passive | ( | vlc_object_t * | p_this, | |
| int | fd | |||
| ) |
| void rtmp_init_handler | ( | rtmp_handler_t * | rtmp_handler | ) |
| rtmp_packet_t* rtmp_read_net_packet | ( | rtmp_control_thread_t * | p_thread | ) |
1.5.1