Recherche avancée

Médias (29)

Mot : - Tags -/Musique

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Experiences on building a video recorder for RTSP/RTP streams ?

    3 août 2016, par molokoV

    I have to store continuous video streams from many ip cameras,
    The video is encoded in H.264 and the audio is in AAC or MP3.
    The recorded videos will be played mostly on mobile devices but also on browsers.

    • What would be the best strategy to build a scalable recorder service ?

    • What is the best storage format ? mp4 ?

    • Should i convert the video directly to MP4 ? or is better to store RAW RTP ?

    • Whats the best way to ensure best reliability and less frame loses and avoid lost of sync between audio and video ?

    • I also want to hear similar experiences

    Thanks !

  • FFMpeg estimated execution time

    14 juin 2017, par Juvi

    I’m using FFmpegAndroid library in my project to overlay a video.

    The ffmpeg process is inside a service and I want to show the user a notification with progress to determine the progress of the process.

    I’ve went through the outputs of the ffmpeg but there’s nothing that specify the estimated duration time.
    Maybe it’s possible to calculate it by other params that shown in the output such as fps, bitrate or speed but I have no clue..

    Any ideas ?

  • Stream from WebRTC input to HLS

    9 octobre 2016, par acroca

    I need to do video streaming where the recording is happening on a browser and has to be consumed as HLS on mobile devices.

    It seems I need some media server and send the camera stream as WebRTC to it. It seems Janus and Kurento can do that task and output RTP streams. I’m not sure now how to convert that RTP stream to HLS, I guess I could hook ffmpeg on that RTP stream and generate HLS with MpegTS, but I’m not sure this is the right direction.

    Is that the obvious way to do it ? Is there any existing service to do all this ?

    Thank you.