Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (40)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7096)

  • ffmpeg install fail OSX 10.7.2

    3 mars 2012, par egermano

    Can you help me ?

    I try to install a ffmpeg using a brew, but i can't.

    It seems like the dependencies was successfully installed.

    I am using a Mac OSX 10.7.2 and the XCode 4.2.1.

    I couldn't install ffmpeg.

    I've tried :

    brew install ffmpeg
    brew install --use-clang ffmpeg
    brew install --use-clang --HEAD ffmpeg

    And they've all failed.

    This is the result log.

    $ brew install --use-clang ffmpeg
    ==> Downloading http://ffmpeg.org/releases/ffmpeg-0.9.1.tar.bz2
    File already downloaded in /Users/brunogermano/Library/Caches/Homebrew
    ==> ./configure --prefix=/usr/local/Cellar/ffmpeg/0.9.1 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-libfreetype --cc=/usr/bi
    ERROR: libmp3lame >= 3.98.3 not found

    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solving the problem.
    ==> Exit Status: 1
    http://github.com/mxcl/homebrew/blob/master/Library/Formula/ffmpeg.rb#L61
    ==> Environment
    HOMEBREW_VERSION: 0.8.1
    HEAD: 44213dfb4861c1307fdc4ae41e139404f0e1ffb1
    HOMEBREW_PREFIX: /usr/local
    HOMEBREW_CELLAR: /usr/local/Cellar
    Hardware: dual-core 64-bit penryn
    OS X: 10.7.2
    Kernel Architecture: x86_64
    Ruby: 1.8.7-249
    /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
    Xcode: 4.2.1
    GCC-4.0: N/A
    GCC-4.2: N/A
    LLVM: build 2336
    Clang: 3.0 build 211
    MacPorts or Fink? false
    X11 installed? true
    ==> Build Flags
    "--use-clang" was specified
    CC: /usr/bin/clang
    CXX: /usr/bin/clang++ => /usr/bin/clang
    LD: /usr/bin/clang
    CFLAGS: -O3 -w -pipe -march=native
    CXXFLAGS: -O3 -w -pipe -march=native
    CPPFLAGS: -I/usr/X11/include
    LDFLAGS: -L/usr/X11/lib
    MAKEFLAGS: -j2

    Error: Failed executing: ./configure --prefix=/usr/local/Cellar/ffmpeg/0.9.1 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-libfreetype --cc=/usr/bin/clang --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libxvid --disable-ffplay
    These existing issues may help you:
       https://github.com/mxcl/homebrew/issues/8456
       https://github.com/mxcl/homebrew/issues/8815
       https://github.com/mxcl/homebrew/issues/9399
    Otherwise, please report the bug:
       https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
    We saved the configure log, please gist it if you report the issue:
       ~/Library/Logs/Homebrew/config.log

    This is the brew doctor log :

    $ brew doctor
    Unbrewed dylibs were found in /usr/local/lib.

    If you didn't put them there on purpose they could cause problems when
    building Homebrew formulae, and may need to be deleted.

    Unexpected dylibs:
       /usr/local/lib/libavcodec.52.108.0.dylib
       /usr/local/lib/libavcore.0.16.1.dylib
       /usr/local/lib/libavdevice.52.2.3.dylib
       /usr/local/lib/libavfilter.1.74.0.dylib
       /usr/local/lib/libavformat.52.93.0.dylib
       /usr/local/lib/libavutil.50.36.0.dylib
       /usr/local/lib/libfaad.2.0.0.dylib
       /usr/local/lib/libguide.dylib
       /usr/local/lib/libmp3lame.0.0.0.dylib
       /usr/local/lib/libswscale.0.12.0.dylib

    Unbrewed static libraries were found in /usr/local/lib.

    If you didn't put them there on purpose they could cause problems when
    building Homebrew formulae, and may need to be deleted.

    Unexpected static libraries:
       /usr/local/lib/libavcodec.a
       /usr/local/lib/libavcore.a
       /usr/local/lib/libavdevice.a
       /usr/local/lib/libavfilter.a
       /usr/local/lib/libavformat.a
       /usr/local/lib/libavutil.a
       /usr/local/lib/libfaad.a
       /usr/local/lib/libmp4ff.a
       /usr/local/lib/libswscale.a

    Unbrewed .pc files were found in /usr/local/lib/pkgconfig.

    If you didn't put them there on purpose they could cause problems when
    building Homebrew formulae, and may need to be deleted.

    Unexpected .pc files:
       /usr/local/lib/pkgconfig/libavcodec.pc
       /usr/local/lib/pkgconfig/libavcore.pc
       /usr/local/lib/pkgconfig/libavdevice.pc
       /usr/local/lib/pkgconfig/libavfilter.pc
       /usr/local/lib/pkgconfig/libavformat.pc
       /usr/local/lib/pkgconfig/libavutil.pc
       /usr/local/lib/pkgconfig/libswscale.pc

    Unbrewed .la files were found in /usr/local/lib.

    If you didn't put them there on purpose they could cause problems when
    building Homebrew formulae, and may need to be deleted.

    Unexpected .la files:
       /usr/local/lib/libfaad.la
       /usr/local/lib/libmp3lame.la

    We couldn't detect gcc 4.2.x. Some formulae require this compiler.
    NOTE: Versions of XCode newer than 4.2 don't include gcc 4.2.x.

    ==> /usr/bin occurs before /usr/local/bin
    This means that system-provided programs will be used instead of those
    provided by Homebrew. This is an issue if you eg. brew installed Python.

    Consider editing your .bashrc to put:
     /usr/local/bin
    ahead of /usr/bin in your PATH.
    Some brews install binaries to sbin instead of bin, but Homebrew's
    sbin was not found in your path.

    Consider editing your .bashrc to add:
     /usr/local/sbin
    to the PATH variable.

    Some "config" scripts were found in your path, but not in system or Homebrew folders.

    `./configure` scripts often look for *-config scripts to determine if software packages
    are installed, and what additional flags to use when compiling and linking.

    Having additional scripts in your path can confuse software installed via Homebrew if
    the config script overrides a system or Homebrew provided script of the same name.

    /Library/Frameworks/Python.framework/Versions/Current/bin
       python-config python2.5-config

    Anyone can help me ?

  • Fun With Tablets And Amazon’s App Store

    24 décembre 2011, par Multimedia Mike — General, amazon, android, app store, cyanogenmod, ios, smurfs, tablet

    I bought an Android tablet a few months ago. It is less expensive than the best tablets but no where near the bottom end of the market. I think it’s pretty good. However, one downside is that it’s not “certified” to use Google’s official marketplace. That would seem to be somewhat limiting, however…

    Enter Amazon’s Android App Store
    Amazon got into the business of selling Android Apps some time ago. I started experimenting with this on a Nexus One phone that Google gave me. When I installed the App Store on the Android tablet and logged in, I was pleasantly surprised to see all of my Amazon apps ready for downloading onto the tablet.

    So I have an App Store for use with this Android tablet.

    Anyway, the reason I bring this up is because I managed to screw up this tablet in an unusual and humorous manner. You might be wondering if an app downloaded from the Amazon App Store requires the App Store to be present in order to run. The answer is : Oh yeah ! It works like this :



    This means that if — perhaps out of curiosity, for example — you login to the Amazon App Store, download an app, install it, and then subsequently log out of the App Store or uninstall it altogether, the downloaded app will decline to run until you log back into the store.

    Here’s the thing– I wanted to provide a minimal level of security for my Android tablet. At the very least, I wished to lock the Amazon App Store itself since Amazon is famously (and, let’s face it, understandably) reluctant to deliberately add any friction to their shopping processes. I.e., without any external protection app, the App Store app would allow anyone to purchase any app using my tablet.

    So I purchased App Protector Pro from the Amazon App Store and it worked quite well. By default, it also password protects against modifying any system settings as well as installing new apps.

    So, here’s where I screwed up : App Protector Pro was doing its faithful duty and I uninstalled the Amazon App Store as an experiment. Suddenly, no apps obtained from the App Store would work unless I reinstalled the App Store. Okay, fair enough, except for one thing– App Protector Pro wouldn’t run without the App Store. Well, it did, it started to, tried to, but then exited. So I couldn’t re-install the App Store :



    Oops

    I eventually learned how to perform a factory reset of the unit which solved the problem. And, as indicated earlier, all of my apps were available for me to re-download.

    Modding, Cyanogen-style
    Open source aficionados will likely point out that there are alternate firmware options which allow me to take control of my Android tablet in a free and open manner. Among these options is CyanogenMod. After I got stuck in the situation described above, I thought I would have to resort to such an option.

    On the plus side, researching alternative firmware options is what taught me to boot the device into a recovery mode and ultimately restore to a factory default setting. But if you’ll allow me to indulge in a mini-rant regarding accessibility of open source software : I was more than a little frustrated in trying to understand what CyanogenMod could possibly offer me. Their homepage says it’s “an aftermarket firmware”. I’m not entirely sure what that means or how it can benefit me. Fortunately, they have a full feature list linked from the front page. They are, in order : Lockscreen gestures, phone goggles, OpenVPN, incognito mode, themes support, and DSP equalizer. I can’t say that any of those really add any value for me. I’d love to know if CyanogenMod supports Google Android Market and various other Google apps (such as maps and GMail). That’s a question that I can’t seem to find the answer to.

    The themes feature opens another old wound for me. Back around 1999 when I was first getting into Linux in a serious way, I remember that themes were a big theme at the Linux User Groups I would attend. I also remember lots are online articles at the time that emphasized how highly customizable the Linux desktop was in comparison to Windows 9x. I was bothered for 2 reasons : First, I thought there were more pressing problems that needed to be addressed in Linux ; and second, none of these customization options seemed particularly straightforward ; many apparently required hours of compiling and tinkering.

    Small digression. Anyway, back to CyanogenMod, I was glad to see that they prominently display a button in order to “View Video Tour”. Ah, internet video has us so spoiled these days. I was eager to see this aftermarket firmware in action to see what it could do for me. However, the link leads to… a forum post ? The thread seems to discuss how it would be a cool idea if the community could put together a video tour. At this point, the investigation just seems bizarre. It feels like a bunch of kids doing their best to do things the grown-up way.

    Okay, sorry, rant over. I try to stay positive these days. I’m sure the CyanogenMod folks are doing great, fun, and interesting work on their project. The problems they choose to solve might lack mainstream appeal, however.

    Free iPad
    Ultimately, I recently unloaded the little Android tablet because, well… when a free iPad comes your way, lower spec tablets feel a little silly to keep around. Yeah, it’s great to play around with. Though here’s one unsettling thing I noticed about Apple’s App Store. While browsing for worthwhile games to indulge in, I noticed that they had a section for “Top Grossing Games”. This was a separate list from the “Top Apps” charts. I found the list weird for 2 reasons : 1) Why do I care which games are raking in the most cash ? How does this communicate value to me, personally ? Seriously, why would I base a purchasing decision around which vendor has earned the most money ?

    Anyway, let’s move on to reason #2 this was scary : Most of the games in this list had a price of FREE. One of them was that Capcom Smurfs game that stirred up controversy some months ago because of kids making unsupervised in-app purchases of virtual smurfberries. I tend to think that a top-grossing, free to play game is probably one that heavily encourages in-app purchases. Strange how this emerging trend actually encourages me to seek out games from the “top paid” list vs. “top free”.

  • Why does this ffmpeg command line stop after ten minutes

    8 octobre 2012, par thrag

    I have this command line :

    ffmpeg -i rtsp://192.168.2.201/mpeg4/media.amp -vcodec vp8 -map 0 -t 60 -f segment -segment_time 5 -segment_format avi -segment_list slist.txt "out%03d.avi"

    It is reading a stream from an axis 211a security camera.

    It works great for exactly ten minutes. And them FFPMEG starts to report missing packets.

    I've checked the camera and all the setting are correct to run continuously. Also, if I view this feed from VLC it will run on for ever.

    What is it that is stopping FFMPEG after exactly 10 minutes.