
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (101)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 2013Puis-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, parLe 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 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