
Recherche avancée
Autres articles (103)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (5965)
-
How to display 4 rtsp on one screen using Raspberry PI ? [closed]
19 avril 2023, par StoufilerI've been trying to display 4 rtsp streams simultaneously on a single screen.


I installed go2rtc on which I configured 4 streams.
Each of them works correctly whether it is by Web or by VLC.


However I want to have a 2X2 display that will run on a Raspberry PI 3.


When I start the script :


ffmpeg -rtsp_transport tcp \
 -i rtsp://admin:pass@192.168.0.200:8554/mamie \
 -i rtsp://admin:pass@192.168.0.200:8554/SALON \
 -i rtsp://admin:pass@192.168.0.200:8554/SALON2 \
 -i rtsp://admin:pass@192.168.0.200:8554/SALON3 \
 -filter_complex "
 nullsrc=size=1920x1080 [base];
 [0:v] setpts=PTS-STARTPTS, scale=960×540 [upperleft];
 [1:v] setpts=PTS-STARTPTS, scale=960×540 [upperright];
 [2:v] setpts=PTS-STARTPTS, scale=960×540 [lowerleft];
 [3:v] setpts=PTS-STARTPTS, scale=960×540 [lowerright];
 [base][upperleft] overlay=shortest=1 [tmp1];
 [tmp1][upperright] overlay=shortest=1:x=960 [tmp2];
 [tmp2][lowerleft] overlay=shortest=1:y=540 [tmp3];
 [tmp3][lowerright] overlay=shortest=1:x=960:y=540
 " \
 -c:v libx264 \
 -preset superfast -crf 18 -f matroska – | ffplay –



...nothing is displayed and I have a lot of errors :


[h264 @ 0x7fab2e104940] reference picture missing during reorder0
[h264 @ 0x7fab2e104940] Missing reference picture, default is 65734
[h264 @ 0x7fab2e104940] reference picture missing during reorder0
[h264 @ 0x7fab2e104940] Missing reference picture, default is 65834
[h264 @ 0x7fab2e104940] reference picture missing during reorder0
[h264 @ 0x7fab2e104940] Missing reference picture, default is 65934
Input #0, rtsp, from 'rtsp://admin:pass@192.168.0.200:8554/mamie':
 Metadata:
 title : go2rtc/1.3.1
 Duration: N/A, bitrate: N/A
 Stream #0:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 30 fps, 30 tbr, 90k tbn
[rtsp @ 0x7fab2e10e280] CSeq 1 expected, 0 received.
[rtsp @ 0x7fab2e10e280] method SETUP failed: 461 Unsupported transport
Input #1, rtsp, from 'rtsp://admin:pass@192.168.0.200:8554/SALON':
 Metadata:
 title : go2rtc/1.3.1
 Duration: N/A, start: 0.000000, bitrate: N/A
 Stream #1:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 1920x1080, 30 fps, 30 tbr, 90k tbn
 Stream #1:1: Audio: aac (LC), 16000 Hz, mono, fltp
[rtsp @ 0x7fab2e008600] CSeq 1 expected, 0 received.
[rtsp @ 0x7fab2e008600] method SETUP failed: 461 Unsupported transport
Input #2, rtsp, from 'rtsp://admin:pass@192.168.0.200:8554/SALON2':
 Metadata:
 title : go2rtc/1.3.1
 Duration: N/A, start: 0.000000, bitrate: N/A
 Stream #2:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 1920x1080, 30 fps, 30 tbr, 90k tbn
 Stream #2:1: Audio: aac (LC), 16000 Hz, mono, fltp
[rtsp @ 0x7fab2e00a9c0] CSeq 1 expected, 0 received.
[rtsp @ 0x7fab2e00a9c0] method SETUP failed: 461 Unsupported transport
Input #3, rtsp, from 'rtsp://admin:pass@192.168.0.200:8554/SALON3':
 Metadata:
 title : go2rtc/1.3.1
 Duration: N/A, start: 0.000000, bitrate: N/A
 Stream #3:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 1920x1080, 30 fps, 30 tbr, 90k tbn
 Stream #3:1: Audio: aac (LC), 16000 Hz, mono, fltp
[Parsed_scale_2 @ 0x7fab2e20b440] Invalid size '960×540'
[AVFilterGraph @ 0x7fab2e20a740] Error initializing filter 'scale' with args '960×540'
Error initializing complex filters.
Invalid argument
 21.53 M-V: 0.001 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0



Can someone help me ?


-
Suggest an Android FFMPEG Media Player App Supporting SRT Protocol for Video Streaming [closed]
12 décembre 2023, par ChanduGudimetlaI am currently in search of an Android application that can serve as a receiver or media player utilizing FFMPEG over the SRT (Secure Reliable Transport) protocol. My primary goal is to receive a video stream from one device (Device A) and mirror the screen onto another device (Device B).


Source Application : I am using StreamPack APK on Device A, which handles the encoding of data effectively. Requirement : I need a receiver application for Device B that can decode this stream.


The key requirements are : It should leverage FFMPEG for decoding. It must support the SRT protocol to ensure secure and reliable video streaming.


-
Video Streaming from VLC media player to Android device
7 juin 2018, par Chandrashekhar SI’m trying to stream a video from VLC media player(using RTP) to Qt Android application from laptop, both are connected to same network.
Working : When I selected
RTP/MPEG transport stream
option in VLC media player it is working fine.Not Working : But if I select
RTP/ Audio/video profile
option in VLC media player it is not working.codec : H264
In Android application I’m using
ffmpeg
library.Please help me.