Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (106)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (10916)

  • Android IP Camera

    23 décembre 2014, par CptCattivo

    I’m looking for a good working solution to integrate an IP-Cameras video stream in my Android App. At the moment i am using the "Axis P1214-E" which has a good image quality, but i couldn’t get a "LIVE" stream from it. Either the stream is very laggy or it’s a few seconds delayed (sometimes even more) or the stream is shutting down after awhile. What i tried so far :

    • Using a SurfaceView to get the MJPEG Stream as described in this post : Android and MJPEG
      Problem : Lagging

    • Using a WebView to get the RTSP stream :

    public class MainActivity extends Activity {

            private static final String TAG = "VideoViewExample.MainActivity";
            private static final String RTSP_URL = "rtsp://ip/axis-media/media.amp";
           
           
            private VideoView videoView;
            private MediaController mediaController;

            private OnPreparedListener opl;

            private int position = 0;

           
       @Override
       protected void onCreate(Bundle savedInstanceState) {
           super.onCreate(savedInstanceState);
           setContentView(R.layout.activity_main);
           
           if(savedInstanceState != null)
               position = savedInstanceState.getInt("POSITION");
           
           
           videoView = (VideoView) findViewById(R.id.videoView);        
         
           
           opl = new OnPreparedListener() {
                           
                            @Override
                            public void onPrepared(MediaPlayer mp) {
                                                                   
                                    videoView.seekTo(position);
                                   
                                    if (position == 0) {
                                            videoView.start();
                                    }
                                    else {
                                           
                                            videoView.pause();
                                    }                               
                            }
                    };
           
           if (mediaController == null){
                   mediaController = new MediaController(this);
           }
           
           mediaController.setAnchorView(videoView);
           
           AsyncTask at = new AsyncTask() {

                            @Override
                            protected Void doInBackground(Void... params) {
                                    try{
                                    videoView.setMediaController(mediaController);                           
                                videoView.setVideoURI(Uri.parse(RTSP_URL));
                            } catch (Exception e) {
                                    Log.d(TAG, e.getMessage());
                            }
                                   
                            videoView.requestFocus();
                            videoView.setOnPreparedListener(opl);                       
                           
                                    return null;
                            }
                  
                    };
           at.execute();
           
       }
       
       @Override
       protected void onPause() {
           position = videoView.getCurrentPosition();
           super.onPause();
       }
       
       @Override
       public void onSaveInstanceState(Bundle outState) {
              
               super.onSaveInstanceState(outState);
               outState.putInt("POSITION", position);      
           
       }

    }

    Problem : Good video Quality, but delayed.

    • Using external frameworks like FFMPEG and GSTREAMER (Only some examples so far)
      Problem : Also very laggy and/or delayed.

    Now i’m running out of ideas to get this working. It’s very important for my Application that the stream is live and not lagging.
    I’m developing on a "Banana Pi" board with Android 4.2.2 (4.4 is possible as well).

    Does anybody know how to get this working ? Or maybe should i use an other camera ? Do you have any suggestions that would work well with android ?

    Thanks in advance

    Christian

  • Anomalie #3164 : Problème de sauvegarde en MySQL

    21 décembre 2014, par Franck Dalot

    Je m’excuse du retard :-(
    Ma réponse est non, b b :-((

    test fait via :
    SPIP 2.1.26 [21881]
    Installation en MySQL
    PHP 5.4.34
    prefix des tables : spipdev20

    Je pensais qu’il n’y avait plus de problème, mais en faite si !
    J’ai fait pas mal de test et copie d’écran , car c’est plus simple pour comprendre.
    Quand je parle du patch de denisb, dont il faudrait faire l’ajout :
    http://core.spip.org/projects/spip/repository/entry/branches/spip-2.1/ecrire/exec/admin_tech.php#L320
    En remplaçant la ligne 320 par :
    . preg_replace(',^spip_,', $GLOBALS['table_prefix'].'_', $t)

    Quand je parle de mes_options, il s’agit juste du fichier mes_options qui est dans "config" avec dedans uniquement :

    <?php
    $table_prefix = 'spipdev20'; ?>

    L’unique chose qui fonctionne pour le moment, c’est "l’affichage" avec le patch ET mes_options
    Mais cela fait la sauvegarde sans le bon préfix des tables

  • kdenlive - Get stuck when stop capture

    9 janvier 2015, par Eduardo Ramos

    I am having problems with kdenlive to capture my webcam with ffmpeg. My environment :

    • Slackware 14.1 (current) ;
    • mlt-0.9.0-x86_64-2_SBo ;
    • ffmpeg-2.1.5-x86_64_custom-1_SBo ;
    • kdenlive-0.9.8-x86_64-1_SBo.

    My procedure :

    Go to ’Record Monitor’ tab, click on ’record’ button. The preview works very well. Some seconds later, I click on ’stop’ button, then it get stuck. That moment, my webcam remains active too.

    When I check my working folder /tmp/kdenlive, it appeared capture0000.mpg file. I can play normally with mplayer. So it seems kdenlive is working with capture and encode.

    My kdenlive capture configuration :

    • device : /dev/video0
    • Size : 160x120
    • Frame rate : 30/1
    • Alsa capture : checked

    • Encoding profile : Normal MPEG :

      f=mpeg acodec=mp2 ab=128k ar=48000 vcodec=mpeg2video minrate=0 vb=4000k