
Recherche avancée
Autres articles (91)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (6667)
-
doxy : Fix link in badge color
16 décembre 2013, par Luca Barbato -
Create Android application which to convert RTSP url into Srt url and play streaming using exoplayer or ffplay [closed]
25 février, par Anuj VaishCreate Android application which to convert RTSP url into Srt url and play streaming using exoplayer or ffplay :


Step 1 : (it's done) Docker convert mp4 file to RTSP URL (rtsp ://10.10.15.25:8554/mystream)and verify in ffplay "ffplay -rtsp_transport tcp rtsp ://10.10.15.24:8554/mystream"


Step 2 : RTSP URL run on Exoplayer (it's done)


Pending :
Step 3 : RTSP Url conversion SRT URL (srt ://live.cloudflare.com:778 ?passphrase=&streamid=)
it's playback :
srt ://live.cloudflare.com:778 ?passphrase=&streamid=play


Step 4 : Play SRT URL in Exoplayer or ffplay in android application.


I want to use ffmpeg-kit or ffmpeg-full or same dependency default not support srt protocol in documentation provide is support in android.


-
avdevice/dshow : discover source color range/space/etc
21 décembre 2021, par Diederick Niehorsteravdevice/dshow : discover source color range/space/etc
Enabled discovering a DirectShow device's color range, space, primaries,
transfer characteristics and chroma location, if the device exposes that
information. Sets them in the stream's codecpars.Co-authored-by : Valerii Zapodovnikov <val.zapod.vz@gmail.com>
Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
Reviewed-by : Roger Pack <rogerdpack2@gmail.com>