| FFmpeg
    | 
#include "url.h"Go to the source code of this file.
| Functions | |
| int | ff_rtp_set_remote_url (URLContext *h, const char *uri) | 
| If no filename is given to av_open_input_file because you want to get the local port first, then you must call this function to set the remote server address.  More... | |
| int | ff_rtp_get_local_rtp_port (URLContext *h) | 
| Return the local rtp port used by the RTP connection.  More... | |
| int ff_rtp_set_remote_url | ( | URLContext * | h, | 
| const char * | uri | ||
| ) | 
If no filename is given to av_open_input_file because you want to get the local port first, then you must call this function to set the remote server address.
| h | media file context | 
| uri | of the remote server | 
Definition at line 105 of file rtpproto.c.
| int ff_rtp_get_local_rtp_port | ( | URLContext * | h | ) | 
Return the local rtp port used by the RTP connection.
| h | media file context | 
Definition at line 539 of file rtpproto.c.
Referenced by rtsp_read_setup().
 1.8.17
 1.8.17