Custom Query (2296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 2296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#25 fixed fix ngx_utf8_decode(): it did not fully decode utf-8 symbol somebody Kuts Alexey (Куц Алексей)
Description

RFC-3629

#26 wontfix feature request about upstream module somebody lanshun zhou
Description

Just wonder if it's possible to change the http upstream module to a non-http module, so it will be easily used to implement load balancers for other protocols like dns_proxy/mysql_proxy that has nothing to do with http protocol.

This module is used to choose a server from many, load balancing, fault tolerance and connection caching. All these features can be commonly used for all protocols. and the round robin, hash and keepalive upstream modules are useful and can be easily reused.

or just simply change prototype of ngx_http_upstream_init_peer_pt (actually it's almost done after this) from

typedef ngx_int_t (*ngx_http_upstream_init_peer_pt)(ngx_http_request_t *r,
    ngx_http_upstream_srv_conf_t *us);

to

typedef ngx_int_t (*ngx_http_upstream_init_peer_pt)(ngx_http_upstream_t *upstream,
    ngx_http_upstream_srv_conf_t *us);

and add these fields to ngx_http_upstream_t

ngx_log_t          *log;
ngx_pool_t         *pool;

thanks~

#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 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.