Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (101)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10137)

  • React Video Player failing to read RTSP stream

    20 octobre 2023, par hotmeatballsoup

    I have an RTSP server running local on localhost:8554 and can verify its up and running multiple ways. Its definitely running !

    


    I can stream/publish an MP4 file to it and make that feed available from rtsp://localhost:8554/mystream, and can read from it and do cool stuff with it via ffmpeg :

    


    # this works: it appends frames read from the RTSP server to the fp-copy-2.mp4 file
ffmpeg -rtsp_transport tcp -i rtsp://localhost:8554/mystream -c copy fp-copy-2.mp4


    


    I am now trying to play that stream/feed from inside my toy React app. I have a VideoPlayer component that looks like :

    


    import React from &#x27;react&#x27;;&#xA;import ReactPlayer from &#x27;react-player&#x27;;&#xA;&#xA;const VideoPlayer = () => {&#xA;  const rtspUrl = &#x27;rtsp://localhost:8554/mystream&#x27;;&#xA;&#xA;  return (&#xA;    <div>&#xA;      <h1>Feed</h1>&#xA;      &#xA;    </div>&#xA;  );&#xA;};&#xA;&#xA;export default VideoPlayer;&#xA;&#xA;

    &#xA;

    And I am loading it on a dashboard page like so :

    &#xA;

    import React from &#x27;react&#x27;;&#xA;import VideoPlayer from &#x27;../../utils/player/VideoPlayer&#x27;;&#xA;&#xA;const DashboardPage = () => {&#xA;  return (&#xA;    <div>&#xA;      <h1>Dashboard</h1>&#xA;      <videoplayer></videoplayer>      &#xA;    </div>&#xA;  );&#xA;};&#xA;&#xA;export default DashboardPage;&#xA;

    &#xA;

    When I run npm start and go to the dashboard page, I see the video player loaded but it is displaying a blank screen and is not playing the content that should be available on the feed. Any ideas where I'm going awry ? Does the react-player not handle RTSP perhaps ?

    &#xA;

  • Vitamio Player 5.0.2 ffmpeg Facing Issue

    2 septembre 2016, par Usman Mirza

    I’m using Vitamio Player 5.0.2 Latest Library but facing problem on On HD Quality Live Streaming When Play Streaming After 5 Sec Buffering Start And Logcat Showing error on ffmpeg. On mobile streaming working fine but on android boxes LIB (X86) Facing Issue Error Is

    1: [h264 @ 0x783383e0] non-existing PPS 0 referenced
    2: [h264 @ 0x78e3b1c0] decode_slice_header error
    3: [h264 @ 0x78d1a880] no frame!

    Video Streaming Pixels Is (1280x720) Only 5 Sec Works Then Buffering Start Please Tell Me Solution To Fix It Thanks

  • Revision 6747 : Dernière grosse différence entre le player flash et html5, les ...

    2 juillet 2012, par kent1 — Log

    Dernière grosse différence entre le player flash et html5, les messages affichés lors d’actions utilisateurs