nginx-1.3.2

shahzaib shahzaib shahzaib.cb at gmail.com
Sat Jun 30 06:17:09 UTC 2012


Thats my starter of nginx.conf
Server {

location ~ \.flv$ {
    flv;
}

location /videos {
    root /usr/local/nginx/html;
    index index.php index.html;
    autoindex on;
}
}

On Fri, Jun 29, 2012 at 5:02 PM, shahzaib shahzaib <shahzaib.cb at gmail.com>wrote:

> @Maxim i've converted my flv video using flvmdi tool with this command
> flvmdi test.flv sample.flv /k /x & it created flv file keyframes and save
> into xml file, but still when i try to play the video from given keyframe,
> does'nt show anything. Waiting for your help. Thanks
>
>
> On Thu, Jun 28, 2012 at 6:06 PM, Kevin Worthington <kworthington at gmail.com
> > wrote:
>
>> Hello Nginx Users,
>>
>> Now available: Nginx 1.3.2 For Windows http://goo.gl/2aSez (32-bit and
>> 64-bit versions)
>>
>> These versions are to support legacy users who are already using
>> Cygwin based builds of Nginx. Officially supported native Windows
>> binaries are at nginx.org.
>>
>> Announcements are also available via my Twitter stream, listed below
>> if you'd like updates that way.
>>
>> Thank you,
>> Kevin
>> --
>> Kevin Worthington
>> kworthington *@* (gmail]  [dot} {com)
>> http://kevinworthington.com/
>> http://twitter.com/kworthington
>>
>>
>> On Tue, Jun 26, 2012 at 10:00 AM, Maxim Dounin <mdounin at mdounin.ru>
>> wrote:
>> > Changes with nginx 1.3.2                                         26 Jun
>> 2012
>> >
>> >    *) Change: the "single" parameter of the "keepalive" directive is now
>> >       ignored.
>> >
>> >    *) Change: SSL compression is now disabled when using all versions of
>> >       OpenSSL, including ones prior to 1.0.0.
>> >
>> >    *) Feature: it is now possible to use the "ip_hash" directive to
>> balance
>> >       IPv6 clients.
>> >
>> >    *) Feature: the $status variable can now be used not only in the
>> >       "log_format" directive.
>> >
>> >    *) Bugfix: a segmentation fault might occur in a worker process on
>> >       shutdown if the "resolver" directive was used.
>> >
>> >    *) Bugfix: a segmentation fault might occur in a worker process if
>> the
>> >       ngx_http_mp4_module was used.
>> >
>> >    *) Bugfix: in the ngx_http_mp4_module.
>> >
>> >    *) Bugfix: a segmentation fault might occur in a worker process if
>> >       conflicting wildcard server names were used.
>> >
>> >    *) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on
>> >       ARM platform.
>> >
>> >    *) Bugfix: an alert "sendmsg() failed (9: Bad file number)" on HP-UX
>> >       while reconfiguration.
>> >
>> >
>> > Maxim Dounin
>> >
>> > _______________________________________________
>> > nginx mailing list
>> > nginx at nginx.org
>> > http://mailman.nginx.org/mailman/listinfo/nginx
>>
>> _______________________________________________
>> nginx mailing list
>> nginx at nginx.org
>> http://mailman.nginx.org/mailman/listinfo/nginx
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20120630/239b9e5a/attachment.html>


More information about the nginx mailing list