Nginx-1.3.9

Hi,Maxim
Here is the sample file.
http://dl.dropbox.com/u/8837018/180379674-ff-fs.mp4

Thank you.

Sheng

Hello!

On Thu, Nov 29, 2012 at 11:27:40AM +0900, Sheng.Zheng wrote:

Hi,Maxim
Here is the sample file.
http://dl.dropbox.com/u/8837018/180379674-ff-fs.mp4

This file plays without sound in flash player here even without
nginx pseudostreaming enabled, so I would suppose it’s not an
nginx fault.

(When playing with mplayer and/or Chrome directly I can hear sound
on both unmodified file and with pseudostreaming, i.e. with
“?start=228.915” added manually.)

nginx mailing list
[email protected]
nginx Info Page


Maxim D.

Hello Nginx U.s,

Now available: Nginx 1.3.9 For Windows Nginx 1.3.9 for Windows – Kevin Worthington (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 (
http://twitter.com/kworthington), if you prefer to receive updates that
way.

Thank you,
Kevin

Kevin W.
kworthington @ (gmail] [dot} {com)

http://twitter.com/kworthington

On 2012-11-28 15:05, Valentin V. Bartenev wrote:

On Wednesday 28 November 2012 16:14:16 Maxim D. wrote:
[…]
wbr, Valentin V. Bartenev
Sorry for the noise, being a lazy admin I was a victim of my own
automation. I gave up compiling software manually a long time ago and
rather roll my own RPMs for anything. It was my oversight that RPM
invokes patch(1) with argument “–fuzz=0” by default (as defined in the
stock RPM macros of CentOS 6). Will keep an eye on that in the future.
The new patch.spdy-54.txt applies cleany.

Maxim, thanks for the pointer, and thanks for the patch, Valentin :slight_smile:

Cheers
-cs

Thanks,Maxim.
The problem is in the meta data of the mp4 file. Flash player need a
audio codec_tag_string .mp3 (0x2E6D7033) to indicate that the track
contains MP3 audio data. But the ffmpeg add mp4a (0x6D703461) as audio
audio codec_tag_string , and mp4a will indicate that the track contains
AAC audio data to flash player.

Sheng