Recherche avancée

Médias (91)

Autres articles (56)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (10404)

  • HLS Content Throwing 403 Errors on iPhone Indeterminately [closed]

    10 août 2023, par Shishir Jakati

    I am facing an issue with video content that I have converted to HLS playlist content (using ffmpeg) added to an S3 bucket that is shared through a Cloudfront Distribution. My scenario is the following :

    


    I have a bucket called bucket-a, with a "folder" video-1 which contains the following files :

    


      

    • output.m3u8
    • 


    • output0.ts
    • 


    • ...
    • 


    • output15.ts
    • 


    • audio/

        

      • audio.aac
      • 


      


    • 


    • image.jpg
    • 


    


    All items in bucket-a are blocked from public access through S3. Content is only vended through a Cloudfront distribution which has origin bucket-a. I am able to access https://<distro>.cloudfront.net/path/output.m3u8</distro> on a desktop browser without fail, and no errors thrown. But the file output.m3u8 and all .ts files are not available on iPhone mobile browsers. The part that is peculiar is that this is not true for all playlist content in bucket-a. For example, I have a "folder" video-2 within bucket-a that has the same file structure as video-1 that is completely accessible through all mobile browsers.

    &#xA;

    Here is an example master playlist error : https://dbs3s11vyxuw0.cloudfront.net/bottle-promo/script_four/output.m3u8

    &#xA;

    Even more head-scratching is that I am able to access all the playlists that are within this playlist.

    &#xA;

    What I've tried :

    &#xA;

      &#xA;
    • Initially, I believed the issue to be due to the way the video was transcoding so I standardized the video transcoding.
    • &#xA;

    • Then I believed the issue to be due to CloudFront permissions, though those seem to be fine.
    • &#xA;

    • I've validated my stream here : https://ott.dolby.com/OnDelKits_dev/StreamValidator/Start_Here.html
    • &#xA;

    &#xA;

    Not sure which way to turn.

    &#xA;

  • Upload video that filmed by iPhone [closed]

    6 novembre 2012, par user1801625

    Possible Duplicate :
    Rotating videos with FFmpeg

    When somebody film a video and upload to my website It appears in the horizontally
    How can I make this vertical ? using ffmpeg ?

    and its only heppend if he film its horizontally.

    Sorry for my English

  • Emulate iphone video stream from file to RTMPS in ffpmeg ?

    28 juillet 2017, par Alex808

    Try to do this by command

    ffmpeg -re -i IMG_0450.MOV -vcodec libx264 -profile:v main -preset:v medium -r
    30 -g 60 -keyint_min 60 -sc_threshold 0 -b:v 2500k -maxrate 2500k -bufsize
    2500k -filter:v scale="trunc(oha/2)2:720" -sws_flags lanczos+accurate_rnd -
    acodec libfdk_aac -b:a 96k -ar 48000 -ac 2 -f flv rtmps:\\...

    but witout success :(