Skip to content

Commit

Permalink
set RTMP sample access args to be true
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Jun 28, 2012
1 parent 6851577 commit 87d1ceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ngx_rtmp_cmd_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ ngx_rtmp_cmd_play(ngx_rtmp_session_t *s, ngx_rtmp_play_t *v)
ngx_rtmp_header_t h;

static double trans;
static int bfalse;
static int access = 1;

static ngx_rtmp_amf_elt_t out_inf[] = {

Expand Down Expand Up @@ -731,11 +731,11 @@ ngx_rtmp_cmd_play(ngx_rtmp_session_t *s, ngx_rtmp_play_t *v)

{ NGX_RTMP_AMF_BOOLEAN,
ngx_null_string,
&bfalse, 0 },
&access, 0 },

{ NGX_RTMP_AMF_BOOLEAN,
ngx_null_string,
&bfalse, 0 },
&access, 0 },
};

static ngx_rtmp_amf_elt_t out4_inf[] = {
Expand Down

0 comments on commit 87d1ceb

Please sign in to comment.