Recherche avancée

Médias (91)

Autres articles (79)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7434)

  • Video frames move fast for few second while resume live feeds FFmpeg

    13 juin 2014, par Tarun Seera

    I am using av_read_pause() for pause the feed and av_Read_play() for resume from current position.
    When its resume video frames move fast for few seconds can anybody tell me how to control this.

  • ffmpeg rtsp record segment and folder-file name

    25 janvier 2021, par DaeMonS

    I am trying to record an rtsp stream comming from an ip camera.
The record with simplified format will start and working as expected.
However extending with parameters i am failed at this time.

    


    In theory, the documentation said that we can use folder/filename creation with strftime_mkdir parameter - without success.

    


    cmd :

    


    F_LOG="-y -loglevel verbose -hide_banner -rtsp_transport tcp"
F_PAR1="-c copy -map 0 -map -0:a -f segment -segment_time 300 -segment_format mp4"
F_PAR2="-stimeout 8000 -strftime 1 -strftime_mkdir 1"
#--------------------
CAM1_NAME="CAM1"
CAM1_LINK="rtsp://123:123@192.168.1.5:554/Streaming/Channels/101/"

ffmpeg $F_LOG -i $CAM1_LINK $F_PAR1 $F_PAR2 '%Y/%m/%d/file-%Y%m%d-%s.mp4'


    


    output :

    


    [tcp @ 0x55b6302edcc0] Starting connection attempt to 192.168.1.5 port 554
[tcp @ 0x55b6302edcc0] Successfully connected to 192.168.1.5 port 554
[rtsp @ 0x55b6302eba00] SDP:
v=0
o=StreamingServer 3331435948 1116907222000 IN IP4 192.168.1.5
s=h264.mp4
c=IN IP4 0.0.0.0
t=0 0
a=control:*
m=video 0 RTP/AVP 96
a=control:trackID=0
a=rtpmap:96 H265/90000
a=videoinfo:2560*1440*20*4096
m=audio 0 RTP/AVP 0
a=control:trackID=1
a=rtpmap:0 PCMU/8000
a=ptime:20


[rtsp @ 0x55b6302eba00] setting jitter buffer size to 0
    Last message repeated 1 times
[rtsp @ 0x55b6302eba00] max_analyze_duration 5000000 reached at 5034444 microseconds st:0
Guessed Channel Layout for Input Stream #0.1 : mono
Input #0, rtsp, from 'rtsp://123:123@192.168.1.5:554/Streaming/Channels/101/':
  Metadata:
    title           : h264.mp4
  Duration: N/A, start: 0.066667, bitrate: N/A
    Stream #0:0: Video: hevc (Main), 1 reference frame, yuv420p(tv), 2560x1440, 30 tbr, 90k tbn, 90k tbc
    Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
[segment @ 0x55b6302f2b80] Selected stream id:0 type:video
[mp4 @ 0x55b630302280] Invalid segment filename template '%Y/%m/%d/file-%Y%m%d-%s.mp4'
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
    Last message repeated 1 times
Press any key to continue...


    


    My intension is to record the camera stream, have a separated 5min files, in a structured format. thats it - any hints are highly appreciated.

    


    Thanks in advance for any suggestion, fix , improvement.

    


  • Using ffmpeg with AIR

    19 novembre 2016, par Will Tower

    Does anyone have experience using ffmpeg with AIR ? I have been able to load and play a video but I have not been able to communicate with ffmpeg through stdin in order to control the stream – to seek, pause, etc.

    Apparently I need to use filters to communicate with a running instance of ffmpeg but I am struggling with the syntax (or else am misinformed