
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (43)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (8693)
-
Anomalie #3218 (Nouveau) : Erreur dans affdate_debut_fin
26 mai 2014, par Nicolas DorignyDans affdate_debug_fin, le cas où les deux dates ne sont pas dans le même mois utilise affdate() au lieu de affdate_jourcourt().
Ce qui produit :
Du 29 mars 2014 au 13 novembre 2014
au lieu de :
Du 29 mars au 13 novembreSur SPIP 3.0.16 :
--- ecrire/inc/filtres.php (revision )
++ ecrire/inc/filtres.php (revision )@ -1204,8 +1204,8
@
$s = _T(’date_fmt_periode’,array(’date_debut’ => $date_debut,’date_fin’=>$date_fin)) ;
else
- $date_debut = affdate($d) ;
- $date_fin = affdate($f) ;
$date_debut = $affdate($d) ;
+ $date_fin = $affdate($f) ;
if($jour)
$nomjour_debut = nom_jour($d,$abbr) ;
$date_debut = _T(’date_fmt_jour_periode’,array(’nomjour’=>$nomjour_debut,’jour’ => $date_debut)) ; -
Raspberry Pi HDMI to Virtual Input Device using UV4L Raspidisp
8 mai 2021, par Darshan PatelI'm trying to convert Raspberry pi hdmi as input device, and then I want to restream that using ffmpeg.
I have used below command to add input device.


uv4l --driver raspidisp --display 0 --framerate 5 --resolution 0 --auto-video_nr



It's showing below output when run.


<notice> [core] Trying to loading driver 'raspidisp' from built-in drivers...
<notice> [core] Loading driver 'raspidisp' from external plug-in's...
<notice> [driver] RaspiDisp Video4Linux2 Driver built Jan 6 2019
<notice> [core] Device detected!
<warning> [core] Cannot create /dev/video0 because file already exists
<warning> [core] Cannot create /dev/video1 because file already exists
<warning> [core] Cannot create /dev/video2 because file already exists
<notice> [core] Registering device node /dev/video3
</notice></warning></warning></warning></notice></notice></notice></notice>


It is added as /dev/Video3.
Then I am trying to restream it using ffmpeg as below command.


sudo ffmpeg -r 25 -s 1280x720 -f video4linux2 -i /dev/video3 -f mpegts udp://192.168.1.109:1234



It gives below error.


[video4linux2,v4l2 @ 0xe64200] The driver does not permit changing the time per frame
[video4linux2,v4l2 @ 0xe64200] Time per frame unknown
[video4linux2,v4l2 @ 0xe64200] mmap: No such device
/dev/video3: No such device



Any help or suggestions greatly appreciated.


-
Demos : Add new demo, contributed by Marcus Kästner
9 juillet 2015, par jzaeffererDemos : Add new demo, contributed by Marcus Kästner
Combines a custom method, jQuery UI UI theme and custom error
positioning in one demo for booking retro cinema tickets.Also cleans up the demo index a bit.