
Recherche avancée
Autres articles (91)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (10200)
-
Streaming YouTube rtsp :// on iOS
18 mars 2014, par Jason SilbermanI am creating an application where I want to stream
rtsp://
files from YouTube. I have looked at a couple of frameworks (kxmovie), but I cannot find one that is able to streamrtsp://
and use theMPMoviePlayerController
. I could create a webView, but I do not want to present the user with any of the default YouTube embed interface.Does anybody know if this is possible ?
Thanks !
-
Too little fps on stream YouTube
12 novembre 2017, par StretchIn last Friday I bought old computer to stream video and sound on YouTube but I have little FPS on output.
Input there is a camera(protocol RTSP) 1920x1080 in 15FPS and sound PCM. I want to stream on YouTube on full hd so I don’t use libx264 but on copy.ffmpeg -rtsp_transport tcp -i "rtsp://user:pass@ip:554/cam/realmonitor?channel=1&subtype=0" -tune zerolatency -vcodec libx264 -pix_fmt yuv420p -c:v copy -r 15 -bf 2 -g 30 -c:a aac -ar 44100 -b:a 128k -ac 1 -preset ultrafast -bufsize 2M -movflags +faststart -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/xxxxxxxx -threads 2
My computer :
Intel Core 2 Duo e7500
4GB RAM
Windows 7
Computer use procesor in 1-5%.
Why stream have only 7FPS sometimes 10-13 ? -
How to install avconv for youtube-dl
23 janvier 2016, par HashimUp till now, I’ve been using youtube-dl with
ffmpeg
. I’ve had a few problems doing so, which I posted about in another question, but for the most part, I managed to getffmpeg
set up without a hitch. After having problems converting certain file formats withffmpeg
, I was advised in that question to try and switch toavconv
to see whetherffmpeg
was indeed the problem, and basically help me troubleshoot, but despite trying for the last 3 hours, I’ve been unable to even getavconv
set up.So far, I’ve downloaded several of the releases for my Windows 7 x64 operating system from the libav website, each time copying the exact folder structure into the folder where my
youtube-dl.exe
is, and then making sure that location and thebin
folder is in the PATH environment variable. The folder structure looks like this :C:\Program Files (x86)\youtube-dl\usr\bin
, where bin contains avconv.exe and the rest of the files that it needs. Does anyone have any clue as to why this isn’t working for me ? It’s beyond me how something so critical to a program as popular as youtube-dl could be so hard and/or badly-documented to get set up.Thanks for any help in advance, it’s much appreciated.
EDIT : Something peculiar that I’ve noticed. When getting rid of all traces of
avconv
andffmpeg
, youtube-dl throws up the usual error of needing them to convert. But when just theavconv
folders are in the necessary places, youtube-dl recognises it asffmpeg
and starts processing the files as such.