
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (65)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’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 (...) -
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (16251)
-
Heroku. Flask. App works correct on local machine but works incorrect on Heroku
19 juin 2016, par andrey durovI use ffmpeg buildpack.
heroku run "ffprobe http://91.192.180.66:1935/tv-channels/stream02/playlist.m3u8"
works correct.My code :
<?php
// require('../vendor/autoload.php');
function run($url){
$testArr=[];
exec("timeout 20s ffprobe $url".' 2>&1',$output);
foreach ($output as $i) {
if (strpos($i, 'kb/s') !== false) {
array_push($testArr,$i);
}
print_r("test<br />");
}
print_r($testArr);
if ($testArr){
return "good";
}
else{
return "bad";
}
}
print_r(run("http://91.192.180.66:1935/tv-channels/stream02/playlist.m3u8"));
return "ok";
?>It works correct on local machine, and returns :
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
Array ( [0] => Stream #0:2: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 108 kb/s ) goodOn heroku it works incorrect and returns :
test
Array ( ) badMy Procfile :
web: vendor/bin/heroku-php-apache2 web/
Source :
https://github.com/taketa/testStream.gitI’am new in Flask and has no idea how to fix it. Very need your help
Thanks. -
How to convert (re-wrap) Transport Stream to MPEG-4 container in iOS app ?
28 novembre 2018, par Aleksandr SuvorovI have a live stream in .ts format, containing AAC audio and H.264 video. I want to play it on iOS devices. I tried to use a movie player based on FFmpeg to decode and play video, but the audio was lagging.
Can I rewrap this Transport Stream to an MPEG-4 container to play on iOS devices – without converting it server-side ?
The server returns me a URL of the .ts live stream and my goal is to play this stream on iOS devices without an .m3u8 playlist because I can’t get it from the server.
-
VLC can not play RTSP stream while mpv, ffplay can play RTSP stream video
15 novembre 2018, par Harshil MakwanaI developed ffserver based RTSP server which streams live video, I can able to stream and display video on mpv and ffplayer. but on VLC player I can see first image only then It wont show other frames.
Here are logs of VLC -vvv output :
[0x7846e8] main playlist debug: art not found for rtsp://127.0.0.1:1234/test.h264
Received 92 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 5
Date: Thu, 15 Nov 2018 04:13:15 GMT
Session: 522d937eb678c50a
[0x7f9684000e38] live555 demux debug: play start: 0.000000 stop:0.000000
[0x7f9684000e38] main demux debug: using access_demux module "live555"
[0x7f96840246b8] main decoder debug: looking for decoder module matching "any": 39 candidates
[0x7f96840246b8] avcodec decoder debug: trying to use direct rendering
[0x7f96840246b8] avcodec decoder debug: allowing 3 thread(s) for decoding
[0x7f96840246b8] avcodec decoder debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started
[0x7f96840246b8] avcodec decoder debug: using frame thread mode with 3 threads
[0x7f96840246b8] main decoder debug: using decoder module "avcodec"
[0x7f9684034f68] main packetizer debug: looking for packetizer module matching "any": 21 candidates
[0x7f9684034f68] main packetizer debug: using packetizer module "packetizer_h264"
[0x7f9684150308] main demux meta debug: looking for meta reader module matching "any": 2 candidates
[0x7f9684150308] lua demux meta debug: Trying Lua scripts in /home/hashmak/.local/share/vlc/lua/meta/reader
[0x7f9684150308] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader
[0x7f9684150308] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac
[0x7f9684150308] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader
[0x7f9684150308] main demux meta debug: no meta reader modules matched
[0x7f968c0009b8] main input debug: `rtsp://127.0.0.1:1234/test.h264' successfully opened
[0x7f9684000e38] live555 demux debug: tk->rtpSource->hasBeenSynchronizedUsingRTCP()
[0x7f968c0009b8] main input error: ES_OUT_RESET_PCR called
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer warning: waiting for SPS/PPS
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9684034f68] packetizer_h264 packetizer debug: found NAL_SPS (sps_id=0)
[0x7f9684034f68] packetizer_h264 packetizer debug: found NAL_PPS (pps_id=0 sps_id=0)
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9694002718] main spu text debug: looking for text renderer module matching "any": 2 candidates
[0x7f9694002718] freetype spu text debug: Building font databases.
[0x7f9694002718] freetype spu text debug: Took 0 microseconds
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[0x7f9694002718] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
[0x7f9694002718] freetype spu text debug: using fontsize: 2
[0x7f9694002718] main spu text debug: using text renderer module "freetype"
[0x7f969400e408] main scale debug: looking for video filter2 module matching "any": 55 candidates
[0x7f969400e408] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality)
[0x7f969400e408] main scale debug: using video filter2 module "swscale"
[0x7f9694025cc8] main scale debug: looking for video filter2 module matching "any": 55 candidates
[0x7f9694025cc8] yuvp scale debug: YUVP to YUVA converter
[0x7f9694025cc8] main scale debug: using video filter2 module "yuvp"
[0x7f9694001428] main video output debug: Deinterlacing available
[0x7f9694001428] main video output debug: deinterlace 0, mode blend, is_needed 0
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9694001428] main video output debug: Opening vout display wrapper
[0x7f9674001248] main vout display debug: looking for vout display module matching "any": 12 candidates
[0x7f9674002618] main window debug: looking for vout window xid module matching "qt4,any": 4 candidates
[0x7f9674002618] qt4 window debug: requesting video window...
[0x6f3208] qt4 interface debug: Video was requested 0, 0
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9674002618] main window debug: using vout window xid module "qt4"
[0x7f96740027e8] main inhibit debug: looking for inhibit module matching "any": 2 candidates
[0x7f96740027e8] dbus_screensaver inhibit debug: found service org.freedesktop.ScreenSaver
[0x7f96740027e8] main inhibit debug: using inhibit module "dbus_screensaver"
[0x7f9674001248] xcb_glx vout display debug: connected to X11.0 server
[0x7f9674001248] xcb_glx vout display debug: vendor : The X.Org Foundation
[0x7f9674001248] xcb_glx vout display debug: version: 11702000
[0x7f9674001248] xcb_glx vout display debug: using screen 0x73
[0x7f9674001248] xcb_glx vout display debug: using GLX extension version 1.4
[0x7f9674001248] xcb_glx vout display debug: using X11 window 05400000
shader program 1: WARNING: Output of vertex shader 'TexCoord1' not read by fragment shader
WARNING: Output of vertex shader 'TexCoord2' not read by fragment shader
[0x7f9674001248] main vout display debug: VoutDisplayEvent 'fullscreen' 0
[0x7f9674001248] main vout display debug: VoutDisplayEvent 'resize' 1215x724 window
[0x7f9674001248] main vout display debug: using vout display module "xcb_glx"
[0x7f9694001428] main video output debug: original format sz 640x480, of (0,0), vsz 640x480, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
[0x7f9694002718] main spu text debug: removing module "freetype"
[0x7f9694002718] main spu text debug: looking for text renderer module matching "any": 2 candidates
[0x7f9694002718] freetype spu text debug: Building font databases.
[0x7f9694002718] freetype spu text debug: Took 0 microseconds
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[0x7f9694002718] freetype spu text debug: Using Serif Bold as font from file /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
[0x7f9694002718] freetype spu text debug: using fontsize: 2
[0x7f9694002718] main spu text debug: using text renderer module "freetype"
[0x7f96840246b8] avcodec decoder debug: using direct rendering
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f96840246b8] main decoder debug: End of video preroll
[0x7f96840246b8] main decoder debug: Received first picture
[0x7f9674001248] xcb_glx vout display debug: display is visible
[0x7f9674001248] main vout display error: Failed to resize display
[0x7f968c0009b8] main input debug: Buffering 0%
[h264 @ 0x7f9684037e40] illegal short term buffer state detected
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f9674001248] main vout display debug: auto hiding mouse cursor
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%
[0x7f968c0009b8] main input debug: Buffering 0%Here you can see, VLC is always waiting on buffering, while other players can get buffers from my RTSP server, also I can see RTP packets on wireshark that server is continuously sending data to VLC.
Can someone help me on this issue ?
Very much thanks in advance.