
Recherche avancée
Autres articles (52)
-
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 (...) -
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 -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (8785)
-
Building a console based, music player. What can I use to actually play the media files ?
1er avril 2014, par avkhatriAs the title says, I want to create a console based music player. (Something like MOC or CMUS).
I plan on using ncurses to create the interface, but I'm unsure about what I can use to play the media files. Would the ffmpeg/ffplay API work ?
Any suggestions would be greatly appreciated.
-
is there a way to preload low quality in MPEG Dash or HLS so there is always something to play ?
5 mars 2018, par Daniel BenedyktI created HLS manifests and DASH manifests with different resolutions and bitrates.
The videos almost always starts low quality, then picks up quality/resolution.
But later, if Internet speed drops, the video stops because its playing the hi resolution video.
is there a way to preload low quality in MPEG DASH or HLS so there is always something to play ?
Edit : I have the video preloaded. its not live streaming but once it starts playing, I am looking for a consistent stream, even if that means sacrificing quality.
-
Cannot play H.264 stream using MSE
8 juillet 2016, par lianI’m trying to stream H.264 data over websockets to a video element using MSE.
I’m able to send and play a pre-recorded file, but when i try to create the data stream with the following command :
ffmpeg -i rtsp://192.168.1.101/stream.264 -vcodec copy -an -f mp4 -reset_timestamps 1
-movflags empty_moov+default_base_moof+frag_keyframe -loglevel quiet -I get this in chromes media-internals :
render_id: 215
player_id: 13
pipeline_state: kStopped
event: WEBMEDIAPLAYER_CREATED
url: blob:http%3A//127.0.0.1%3A8080/e468616d-5bde-47e0-8e59-1881ddb53abc
debug: ISO BMFF boxes that run to EOS are not supported
error: media::MediaSourceState::Append: stream parsing failed. Data size=727 append_window_start=0 append_window_end=inf
pipeline_error: chunk demuxer: append failedI think the problem has something to do with the debug line about ISO BMFF boxes, but have been unable to find any references to this message.