
Recherche avancée
Autres articles (86)
-
List of compatible distributions
26 avril 2011, parThe 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, parThe 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 2011If 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 Rheinhardtavformat/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>
-
How can I stream images from a remote server to a mobile app in real-time ? [closed]
1er mars 2024, par Tharunkumar AmpoluI 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.


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.


My requirements are as follows :


The image stream needs to be transmitted to the mobile app in real-time.
I would prefer to avoid storing the images locally and instead stream them directly from the remote server to the mobile app.
The streaming solution should be scalable and support a high frame rate (30fps).
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.


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


-
Failed to load required native libraries exception in an Outlook plugin / add-in
30 mai 2023, par El_TWe have an Outlook add-in which is failing to run 3rd party media player controls on a WinForm :


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


We tried posting out on the Github repos :


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


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


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


The media players are not running.