Re: New SeaMonkey build
Dave Yeo <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
Steve Wendt wrote: > On 05/08/16 04:47 pm, Dave Yeo wrote: > >> https://bitbucket.org/dryeo/dry-comm-esr31/downloads/seamonkey-2.35a2.en-US.os2.zip, >> >> commesr updated to 38.8.0 > > Thanks! > >> New requirement is icu (yum install libicu) for internationalization > > Wow, that's a fat DLL. I was hoping it would magically fix the password > prompts appearing for saved mail/news passwords, but it did not. Is no > one else having a problem with that? Same profile works fine with 2.28 > (although 2.35 seems to have busted the profile for downloading in 2.28 > - promise something or other). I haven't been being prompted for passwords in ages and don't remember any other complaints. > >> if the FFmpeg/Libav (not FFmpeg 3.x) DLLs are >> found in the Libpath, MP4 and AAC should be supported in HTML5 video. > > http://html5test.com/ says No for MPEG-4, H.264, AAC, and MP3. How to > troubleshoot? MP3 and according to html5test, MPEG-4 ASP is still not supported, I did encode some MP4's with H264 and they worked locally. Hopefully Bitwise will leverage libavcodec to play MP3's later. Set NSPR_LOG_MODULES=FFmpegDecoderModule:9 to troubleshoot, and also make sure that these preferences are set to true, they should be now but... media.fragmented-mp4.exposed media.fragmented-mp4.ffmpeg.enabled > >> Yum install ffmpeg_libs or I have a couple of minimal libav builds at >> https://bitbucket.org/dryeo/libav/downloads. They'll have a couple of >> small requirements such as libz and bzip2. > > Perhaps there is a libbz2.dll needed? > Probably, and possibly libzma0 (my FFmpeg 3.0.x needed it, not sure about Dmitri's or my libav builds). You can also install the rest of FFmpeg from Netlabs along with SDL (might work with other builds) and try FFplay, it may also need fontconfig and freetype Dave