
Recherche avancée
Autres articles (88)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Les sons
15 mai 2013, par -
À propos des documents
21 juin 2013, parQue faire quand un document ne passe pas en traitement, dont le rendu ne correspond pas aux attentes ?
Document bloqué en file d’attente ?
Voici une liste d’actions ordonnée et empirique possible pour tenter de débloquer la situation : Relancer le traitement du document qui ne passe pas Retenter l’insertion du document sur le site MédiaSPIP Dans le cas d’un média de type video ou audio, retravailler le média produit à l’aide d’un éditeur ou un transcodeur. Convertir le document dans un format (...)
Sur d’autres sites (6134)
-
Resque does not find ffmpeg
17 décembre 2012, par d33pikaI am using resque to queue some encoding jobs. I have workers that pick up these jobs and do some transcoding.
The issue issystem "mencoder .."
works fine butsystem "ffmpeg .."
throws not found and the same to withsystem "qt-faststart .."
I installed mencoder usingsudo apt-get install
.
ffmpeg and qt-faststart were built from source.
So mencoder was in /usr/bin and the other two in /usr/local/bin.
So, the next thing I tried was using full path in the system command, that also returned not found.
Then I copied ffmpeg and qt-faststart into /usr/bin.. Still got "Not Found"
My worker code runs standalone but when god runs it, ffmpeg and qt-fasstart fail to execute. Yes, I have god configured to watch resque. Now, I don't know what else to try ! Any ideas ? -
Error : avformat_open_input : Protocol not found : -1330794744
27 octobre 2015, par Lin JuanI am building an android stream player using Vitamio.
Here is my codes :mVideoView = (VideoView) findViewById(R.id.videoView);
path = "https://www.youtube.com/watch?v=vic5gj2qXKg";
mVideoView.setVideoPath(path);
mVideoView.setMediaController(new MediaController(this));
mVideoView.requestFocus();
mVideoView.setOnPreparedListener(new MediaPlayer.OnPreparedListener() {
@Override
public void onPrepared(MediaPlayer mediaPlayer) {
mediaPlayer.setPlaybackSpeed(1.0f);
}
});But it returns ERROR :
avformat_open_input : Protocol not found : -1330794744
error (1, -1330794744)I think this error is related to FFMpeg for Vitamio.
Who can solve this problem ?
Thank you. -
PARADISEC catalog for Administrators
13 mai, par silviaScreencast of how a PARADISEC administrator uses the PARADISEC catalog for managing the consistency of metadata and staying on top of uploaded files.
Category : 2
Uploaded by : Silvia Pfeiffer
Hosted : youtubeThe post PARADISEC catalog for Administrators first appeared on ginger’s thoughts.