Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (86)

  • 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 (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (6322)

  • avformat/avidec : Fix memleak with embedded GAB2 subtitles

    27 mars 2020, par Andreas Rheinhardt
    avformat/avidec : Fix memleak with embedded GAB2 subtitles
    

    The code for GAB2 subtitles predates refcounting AVPackets. So in order
    to transfer the ownership of a packet's data pkt->data was simply stored
    and the packet zeroed ; in the end (i.e. in the read_close-function) this
    data was then simply freed with av_freep(). This of course leads to a leak
    of an AVBufferRef and an AVBuffer. It has been fixed by keeping and
    eventually unreferencing the packet's buf instead.

    Additionally, the packet is now reset via av_packet_unref().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/avidec.c
  • How can I stream images from a remote server to a mobile app in real-time ? [closed]

    1er mars 2024, par Tharunkumar Ampolu

    I have a setup where I connect to a remote server via SSH to retrieve images captured by a robot. Currently, I am using scp to transfer these images to my local system, where I then use FFmpeg to convert them into a video for storage.

    &#xA;

    However, I would like to explore the possibility of converting these images into a video on-the-fly as they are added to the remote server folder, with the goal of streaming this video feed to a mobile app.

    &#xA;

    My requirements are as follows :

    &#xA;

    The image stream needs to be transmitted to the mobile app in real-time.&#xA;I would prefer to avoid storing the images locally and instead stream them directly from the remote server to the mobile app.&#xA;The streaming solution should be scalable and support a high frame rate (30fps).&#xA;Could anyone suggest an approach or provide guidance on how to achieve this ? Specifically, I'm interested in methods for continuously converting images into a video stream on the remote server and then streaming this video feed to a mobile app in real-time.

    &#xA;

    Any insights, code examples, or recommendations for tools and libraries that could help accomplish this task would be greatly appreciated.

    &#xA;

  • Failed to load required native libraries exception in an Outlook plugin / add-in

    30 mai 2023, par El_T

    We have an Outlook add-in which is failing to run 3rd party media player controls on a WinForm :

    &#xA;

    "Could not load file or assembly" or "Failed to load required native libraries"

    &#xA;

    We tried posting out on the Github repos :

    &#xA;

    https://github.com/SuRGeoNix/Flyleaf/issues/308

    &#xA;

    https://code.videolan.org/videolan/LibVLCSharp/-/issues/611#note_386617

    &#xA;

    We also tried copying dll's etc. It seems to be with the actual loading process or permissions in some way.

    &#xA;

    The media players are not running.

    &#xA;