Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (74)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (8250)

  • Best and latest live video streaming soloution [on hold]

    3 avril 2015, par Ford

    I have read a few old posts on StackOverflow about live video streamins, but as they are from around 2008, i assume things have moved on from then... and wonder if a current thread will be useful to me and others.
    Also looking on google gives lots of stuff, but again i dont know who is best to listen to and who is trying to sell their stuff (not that i am against paying).

    Basically what are the main points i need to know in order to add/develope a feature to a website in order to offer "1 on 1" and "1 to many" MULTIPLE live streaming webcam, with voice and text chat.

    I am quiet competent with PHP, OK with basic JavaScript (of course fine with HTMLL/css), but do not know what code i would need for client side software, or if any "off the shelf" software is suitable.
    I have played with ffmpeg and noticed this offers streaming, but i dont know if it would be suitable or the best available option.?
    I have a dedicated server with virtualization so can add a dedicated box for streaming if needed/better.

    Any info that can point me off in the right direction of how to add a live streaming service to a website would be much appreciated !

  • Replace absent frames with "connection issue" picture

    5 septembre 2016, par exebook

    We have some recorded web chat sessions, that have periods of absent frames. The frames are absent due to connection issues of on one of the talkers. When we playback those media files (recordings), the last available frame prior to connection problem is shown. When you scroll in that problem area, you get varying results depending on the player you use, but normally the slider will jump like crazy to the next available frame. Instead we want the predefined picture to be show in place of every absent frame, and scroll should work nicely through those areas. How to achieve that ? Perfectly the image would be an animated GIF, but static JPEG is also OK.

    There could be an special case, like when only one or just a few frames are absent, and showing a placeholder image is not good, instead the last frame could be painlessly repeated. But when the frames are absent for longer than one second, the placeholder should be displayed. Can this special case be also addressed ?

  • Use avformat_open_input on Android platform crash

    25 avril 2016, par Kyle Lo

    I have a ndk-builded FFmepg video player ,and it renders the frames on screen by using openGL. I put the video file in /sdcard folder. The code works fine on my Acer Liquid S1(API 17).

    But when I install my application to other device (nexus5, A9, Note5 etc.) it crashed, and generates with the error log below.

    E/JNI_LOG : -13

    A/libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 9859

    A/libc : Unable to open connection todebuggerd : Connection refused

    I found that the error is occurred at avformat_open_input in my VideoPlay.cpp. it always returns -13.

    I have checked my video path is correct, and the format is also right.
    Finally I added permission into my AndroidManifest.xml with the solution in this question.
    But it still does not work, showing the same error.

    I have uploaded my code and Demo video below, hope someone can help me !

    Source Code

    Demo Video

    Thank you !