Searched refs:RTMP_SetOpt (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 975 RTMP_SetOpt(&rtmp, &av_playlist, (AVal *)&av_true); in main() 1042 if (!RTMP_SetOpt(&rtmp, &av_conn, &av)) in main() 1061 RTMP_SetOpt(&rtmp, &av_token, &token); in main()
|
| H A D | ChangeLog | 54 - add RTMP_SetupURL, RTMP_SetOpt APIs
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.h | 292 int RTMP_SetOpt(RTMP *r, const AVal *opt, AVal *arg);
|
| H A D | rtmp.c | 713 int RTMP_SetOpt(RTMP *r, const AVal *opt, AVal *arg) in RTMP_SetOpt() function 814 ret = RTMP_SetOpt(r, &opt, &arg); in RTMP_SetupURL()
|