
Recherche avancée
Autres articles (31)
-
Gestion générale des documents
13 mai 2011, parMé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, parUne 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, parTalk 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 hotmeatballsoupI 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 viaffmpeg
:

# 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 'react';
import ReactPlayer from 'react-player';

const VideoPlayer = () => {
 const rtspUrl = 'rtsp://localhost:8554/mystream';

 return (
 <div>
 <h1>Feed</h1>
 
 </div>
 );
};

export default VideoPlayer;




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


import React from 'react';
import VideoPlayer from '../../utils/player/VideoPlayer';

const DashboardPage = () => {
 return (
 <div>
 <h1>Dashboard</h1>
 <videoplayer></videoplayer> 
 </div>
 );
};

export default DashboardPage;



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 thereact-player
not handle RTSP perhaps ?

-
Vitamio Player 5.0.2 ffmpeg Facing Issue
2 septembre 2016, par Usman MirzaI’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 — LogDernière grosse différence entre le player flash et html5, les messages affichés lors d’actions utilisateurs