Home
last modified time | relevance | path

Searched refs:RTMP_ParseURL (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dparseurl.c33 int RTMP_ParseURL(const char *url, int *protocol, AVal *host, unsigned int *port, in RTMP_ParseURL() function
H A Drtmp.h285 int RTMP_ParseURL(const char *url, int *protocol, AVal *host,
H A Drtmp.c768 ret = RTMP_ParseURL(url, &r->Link.protocol, &r->Link.hostname, in RTMP_SetupURL()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c898 if (!RTMP_ParseURL in ParseOption()
H A DChangeLog21 - fix RTMP_ParseURL extension skipping
H A Drtmpdump.c983 if (!RTMP_ParseURL in main()