Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (66)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (6016)

  • Hung out to dry

    31 mai 2013, par Mans — Law and liberty

    Outrage was the general reaction when Google recently announced their dropping of XMPP server-to-server federation from Hangouts, as the search giant’s revamped instant messaging platform is henceforth to be known. This outrage is, however, largely unjustified ; Google’s decision is merely a rational response to issues of a more fundamental nature. … Continue reading

  • Update jquery.fileupload.js

    14 avril 2021, par rtrai
    Update jquery.fileupload.js
    

    This code creates issues with multiple file attachments with ios. only the first attachment works, subsequent attachment fails.
    HTMLInputElement.webkitEntries api for input file element, is highly inconsistent in nature. web documents suggests that webkitEntries is non-standard and experimental api and support for it has been dropped.

  • Video conversion flow for HLS (m3u8) with Django and CloudFront

    29 mars 2020, par marcos silva de souza

    I was trying to find out how to do something like HLS to prevent BEGINNERS from hacking my content, and I think I got it a little after researching all night.

    Currently, I know I have to do the following :

    • install ffmpeg

    • convert the video after upload (I think it will be this way)

    • send the files, and offer the link to the .m3u8 file (which will be together with the .ts files)

    The question now is :

    • I don’t know yet how to set the cloudfront

    • I don’t know if I will need to use signed urls / cookies

    • I don’t know how to create the video conversion stream (I must use
      ffmpeg to convert and create the files, and then use the aws Python
      SDK to upload to AWS, and then change the video field, or even even
      delete the original video after upload, maybe in the save method ?)