Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (78)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (11785)

  • Add a maintainer for the delogo filter

    2 juillet 2013, par Jean Delvare
    Add a maintainer for the delogo filter
    

    I volunteer to maintain the delogo filter for at least the year to
    come.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    patch/commit split by commiter
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] MAINTAINERS
  • ffplay does not play an RTMP stream on VM with Ubuntu

    7 novembre 2020, par PiotrKulesza

    I am trying to run my RTMP stream on a VM with Ubuntu installed. The stream starts on the host computer from the obs program.

    &#xA;

    Obs stream settings :

    &#xA;

    Server: rtmp://192.168.56.102:1935/show&#xA;Stream key: stream&#xA;

    &#xA;

    Obs sends the stream to the nginx server on the VM with Ubuntu installed.

    &#xA;

    RTMP configuration in nginx.conf

    &#xA;

    rtmp {&#xA;    server {&#xA;        listen 1935; # Listen on standard RTMP port&#xA;        chunk_size 4000;&#xA;&#xA;        application show {&#xA;            live on;&#xA;            # Turn on HLS&#xA;            hls on;&#xA;            hls_path /mnt/hls/;&#xA;            hls_fragment 3;&#xA;            hls_playlist_length 60;&#xA;            # disable consuming the stream from nginx as rtmp&#xA;            deny play all;&#xA;        }&#xA;    }&#xA;}&#xA;

    &#xA;

    When I start the stream it connects because it shows up in netstat.

    &#xA;

    Output from netstat :

    &#xA;

    Active Internet connections (w/o servers)&#xA;Proto Recv-Q Send-Q Local Address           Foreign Address         State      &#xA;tcp        0      0 webapp-VirtualBox:1935  192.168.56.1:56924      ESTABLISHED&#xA;

    &#xA;

    But when I try to play stream with ffplay, it doesn't work. I am getting the following error.

    &#xA;

    ffplay version 4.2.4-1ubuntu0.1 Copyright (c) 2003-2020 the FFmpeg developers&#xA;  built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)&#xA;  configuration: --prefix=/usr --extra-version=1ubuntu0.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared&#xA;  libavutil      56. 31.100 / 56. 31.100&#xA;  libavcodec     58. 54.100 / 58. 54.100&#xA;  libavformat    58. 29.100 / 58. 29.100&#xA;  libavdevice    58.  8.100 / 58.  8.100&#xA;  libavfilter     7. 57.100 /  7. 57.100&#xA;  libavresample   4.  0.  0 /  4.  0.  0&#xA;  libswscale      5.  5.100 /  5.  5.100&#xA;  libswresample   3.  5.100 /  3.  5.100&#xA;  libpostproc    55.  5.100 / 55.  5.100&#xA;rtmp://192.168.56.102:1935/show/stream: Broken pipeq=    0B f=0/0 &#xA;

    &#xA;

    I have tried the following commands to play a stream but each one gives the same error.

    &#xA;

    ffplay -i rtmp://192.168.56.102:1935/show/stream&#xA;ffplay -i rtmp://webapp-VirtualBox:1935/show/stream&#xA;ffplay -i rtmp://localhost:1935/show/stream&#xA;

    &#xA;

    I also tried VLC but this program also didn't work.&#xA;Can anyone tell me what I am doing wrong or forgot to play this stream ?

    &#xA;

  • ffmpeg c/c++ get frame count or timestamp and fps

    25 octobre 2020, par broschb

    I am using ffmpeg to decode a video file in C. I am struggling to get either the count of the current frame I am decoding or the timestamp of the frame. I have read numerous posts that show how to calculate an estimated frame no based on the fps and frame timestamp, however I am not able to get either of those.

    &#xA;&#xA;

    What I need : fps of video file, timestamp of current frame or frame no(not calculated)

    &#xA;&#xA;

    What I have : I am able to get the time of the video using

    &#xA;&#xA;

    pFormatCtx->duration/AV_TIME_BASE&#xA;

    &#xA;&#xA;

    I am counting the frames currently as I process them, and getting a current frame count, this is not going to work longterm though. I can get the total frame count for the file using

    &#xA;&#xA;

    pFormatCtx->streams[currentStream->videoStream]->nb_frames&#xA;

    &#xA;&#xA;

    I have read this may not work for all streams, although it has worked for every stream I have tried.

    &#xA;&#xA;

    I have tried using the time_base.num and time_base.den values and packet.pts, but I can't make any sense of the values that I am getting from those, so I may just need to understand better what those values are.

    &#xA;&#xA;

    Does anyone know of resources that show examples on how to get this values ?

    &#xA;