Skip to content

Commit 8a8f28f

Browse files
committed
changed play2 arg format
1 parent ea1fe6e commit 8a8f28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ngx_rtmp_cmd_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,11 +588,11 @@ ngx_rtmp_cmd_play2_init(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h,
588588
static ngx_rtmp_amf_elt_t in_obj[] = {
589589

590590
{ NGX_RTMP_AMF_NUMBER,
591-
ngx_string("StartTime"),
591+
ngx_string("start"),
592592
&v.start, 0 },
593593

594594
{ NGX_RTMP_AMF_STRING,
595-
ngx_string("StreamName"),
595+
ngx_string("streamName"),
596596
&v.name, sizeof(v.name) },
597597
};
598598

0 commit comments

Comments
 (0)