Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (31)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5604)

  • 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