Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (69)

  • Gestion générale des documents

    13 mai 2011, par

    Mé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 (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk 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.

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (10459)

  • How can I play .sdp file with vlc player ?

    27 février 2018, par NGMong

    I created the .sdp file locally using ffmpeg,
    Try to play through vlc on Android.
    I tried to play through vlc, but the video does not come out.
    Below is my sdp file

    v = 0

    o = - 0 0 IN IP4 127.0.0.1

    s = H.264 Video, streamed by the LIVE555 Media Server

    c = IN IP4 127.0.0.1

    t = 0 0

    a = tool : libavformat 57.71.100

    video 10000 RTP / AVP 96

    b = AS : 900

    a = rtpmap : 96 H264 / 90000

    a = fmtp : 96 packetization-mode = 1 ;

    sprop-parameter-sets = Z00AH42kBQF / ywBA,

    aO48gA == ; profile-level-id = 4D001F

    vel-id = 4D001F

    The code played through vlc is shown below.

    try {
               if (media.length() > 0) {
                   Toast toast = Toast.makeText(this, media,Toast.LENGTH_LONG);
                   toast.setGravity(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0,
                           0);
                   toast.show();
               }
               // Create LibVLC
               // TODO: make this more robust, and sync with audio demo
               ArrayList<string> options = new ArrayList<string>();
               //options.add("--subsdec-encoding <encoding>");
               options.add("--aout=opensles");
               options.add("--audio-time-stretch"); // time stretching
               options.add("-vvv"); // verbosity
               //options.add("vlc -vvv @ : 5004");
               libvlc = new LibVLC(this, options);
               holder.setKeepScreenOn(true);

               // Creating media player
               mMediaPlayer = new MediaPlayer(libvlc);
               mMediaPlayer.setEventListener(mPlayerListener);

               // Seting up video output
               final IVLCVout vout = mMediaPlayer.getVLCVout();
               vout.setVideoView(mSurface);
               //vout.setSubtitlesView(mSurfaceSubtitles);
               vout.addCallback(this);
               vout.attachViews();
               Log.e(TAG, "URI ::  "+Uri.parse(media));
               Media m = new Media(libvlc, Uri.parse(media));
               mMediaPlayer.setMedia(m);
               mMediaPlayer.play();
           } catch (Exception e) {
               Toast.makeText(this, "Error in creating player!", Toast
                       .LENGTH_LONG).show();
           }
    </encoding></string></string>

    What is the problem ?

  • DASH playback for encrypted .webm video files in Shaka Player

    7 mars 2017, par Prabhdeep Singh

    I have been trying to play encrypted .WEBM media files in ShakaPlayer without much success and I am here to seek advise from anybody who had been through this. It would be great if somebody in this awesome developer community can guide me here.

    Round 1 - What I tried (Encoded & Dashed) :

    • Encoded .MP4 file to multiple-streams Video .WEBM (VP9) &
      single-stream Audio .WEBM (Vorbis) files using FFMPEG.
    • Created DASH MANIFEST.MPD file with WEBM_TOOLS/WEBM_DASH_MANIFEST

    Outcome : I am able to play this in Shaka Player without any issues.

    Round 2 - What I tried (Encoded, Encrypted & Dashed) :

    • Encoded .MP4 file to multiple-streams Video .WEBM (VP9) & single-stream Audio .WEBM (Vorbis) files using FFMPEG.

    • Encrypted generated .WEBM files with WEBM_TOOLS/WEBM_CRYPT

    • Created DASH MANIFEST.MPD file with WEBM_TOOLS/WEBM_DASH_MANIFEST

    Outcome : I don’t know how should I play this content in Shaka Player. Where and how should I provide the .key file generated in step 2 above to Shaka Player. I would like to use Clearkeys with CENC on browser. I don’t want to encode to multi-stream .MP4, but only .WEBM.

    Thanks so much !

  • Need help : Discord Player FFMPEG Process Not Terminating Properly - Return Code -9

    26 février 2023, par Goten

    I am encountering an issue with Discord Player's FFMPEG process that is not terminating properly. I receive the following error message :

    &#xA;

    "INFO discord.player ffmpeg process 10984 has not terminated. Waiting to terminate...&#xA;INFO discord.player ffmpeg process 10984 should have terminated with a return code of -9"

    &#xA;

    I am not sure what this error means or how to fix it. I have attempted to restart my computer and the Discord bot, but the error persists. I have also checked for any updates to Discord and FFMPEG, but there are none available.

    &#xA;

    This error is preventing me from using Discord bot for streaming the audio, and I would appreciate any assistance in resolving it. If anyone has encountered this issue before or has any suggestions for how to fix it, I would be grateful for your help.

    &#xA;

    Thank you in advance.

    &#xA;

    What i am expecting :

    &#xA;

    I am currently experiencing an issue with my Discord bot, where it is not able to play audio in the voice channel despite being provided with a valid URL. I have attempted to troubleshoot this issue by examining the bot's code and verifying that it is correctly configured to play audio in the voice channel.

    &#xA;

    Furthermore, I have checked the Discord API documentation and ensured that I am following the appropriate guidelines for playing audio in a voice channel. Additionally, I have verified that the bot has the necessary permissions to join and play audio in the voice channel.

    &#xA;

    However, despite my efforts, the bot is still unable to play audio in the voice channel. I am expecting the bot to play the audio once the URL is provided, but it does not appear to be functioning correctly.

    &#xA;

    I would appreciate any assistance in resolving this issue and getting my bot to play audio in the voice channel as intended.

    &#xA;