Custom Query (2296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 2296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#24 fixed nginx 1.0.7 can't be compiled with mp4_module somebody icanhasserver.myopenid.com
Description

When running configure:

./configure --with-http_mp4_module
make

The build process aborts with the following erros:

src/http/modules/ngx_http_mp4_module.c:746:51: error: macro "ngx_log_debug0" passed 5 arguments, but takes just 4
src/http/modules/ngx_http_mp4_module.c: In function ‘ngx_http_mp4_process’:
src/http/modules/ngx_http_mp4_module.c:745: error: ‘ngx_log_debug0’ undeclared (first use in this function)
src/http/modules/ngx_http_mp4_module.c:745: error: (Each undeclared identifier is reported only once
src/http/modules/ngx_http_mp4_module.c:745: error: for each function it appears in.)
src/http/modules/ngx_http_mp4_module.c:841:60: error: macro "ngx_log_debug2" passed 8 arguments, but takes just 6
src/http/modules/ngx_http_mp4_module.c: In function ‘ngx_http_mp4_read_atom’:
src/http/modules/ngx_http_mp4_module.c:839: error: ‘ngx_log_debug2’ undeclared (first use in this function)
src/http/modules/ngx_http_mp4_module.c:1072:74: error: macro "ngx_log_debug1" passed 6 arguments, but takes just 5
src/http/modules/ngx_http_mp4_module.c: In function ‘ngx_http_mp4_update_mdat_atom’:
src/http/modules/ngx_http_mp4_module.c:1071: error: ‘ngx_log_debug1’ undeclared (first use in this function)
src/http/modules/ngx_http_mp4_module.c:2184:79: error: macro "ngx_log_debug2" passed 7 arguments, but takes just 6
src/http/modules/ngx_http_mp4_module.c: In function ‘ngx_http_mp4_update_ctts_atom’:
src/http/modules/ngx_http_mp4_module.c:2182: error: ‘ngx_log_debug2’ undeclared (first use in this function)
make[1]: *** [objs/src/http/modules/ngx_http_mp4_module.o] Error 1

Tweaking the various debugX macros to debugX+1 compiles cleanly.

#25 fixed fix ngx_utf8_decode(): it did not fully decode utf-8 symbol somebody Kuts Alexey (Куц Алексей)
Description

RFC-3629

#27 fixed Troubles streaming h264/aac not from the beggining somebody Danila Sukharev
Description

Steps:

  1. Took the default config from the documentation (mp4 directive)
  2. Placed some mp4 files to the corresponding folder.
  3. Tried to play them not from the beginning.

Happened: player gets the whole clip from start to the point I've forwarded to. Expected: player gets the clip from the point I've specified.

Comments:

  1. All clips was downloaded from the youtube.
  2. I've checked using mplayer that they are really mp4/h264/aac.
  3. Nothing is in error.log.
  4. I've made sure that moov atom is in the beggining of the clip (used the following guide: http://www.adobe.com/devnet/video/articles/mp4_movie_atom.html)
  5. I've checked that this is not a player issue (tried both console mplayer / flow player).
  6. I've tried to forward using player controls (in this case mplayer uses GET 206) - no luck.
  7. I've tried to use http://URL?start=N - the same.

The only way player works - is when it plays from the very beginning of the file. Looks like a defect for me; sorry if this is some kind of misconf or whatever.

-- Dan

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.