Lines Matching defs:live
87 int live; ///< 0: recorded, -1: live, -2: both
117 char* subscribe; ///< name of live stream to subscribe
786 ff_amf_write_number(&p, rt->live * 1000);
863 ff_amf_write_string(&p, "live");
1650 const char *realm = "live";
1816 level = rt->live ? AV_LOG_DEBUG : AV_LOG_WARNING;
2079 /* Send the FCSubscribe command when the name of live
2080 * stream is defined by the user or if it's a live stream. */
2084 } else if (rt->live == -1) {
2101 if (rt->live != -1) {
2590 * (e.g. /ondemand/, /flash/live/, etc.)
3107 {"rtmp_live", "Specify that the media is a live stream.", OFFSET(live), AV_OPT_TYPE_INT, {.i64 = -2}, INT_MIN, INT_MAX, DEC, "rtmp_live"},
3109 {"live", "live stream", 0, AV_OPT_TYPE_CONST, {.i64 = -1}, 0, 0, DEC, "rtmp_live"},
3113 {"rtmp_subscribe", "Name of live stream to subscribe to. Defaults to rtmp_playpath.", OFFSET(subscribe), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC},