
Recherche avancée
Autres articles (62)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)
Sur d’autres sites (7232)
-
Is there any Vlc Library(.dll) video streaming capacity ?
19 octobre 2018, par Salih KaragozI am using Vlc Media Player Library for making C# Windows Form application. Also, I have wrapper classes for using that library. I am getting streaming videos with RTSP protocol.
My question, what I am wondering or what I am researching is there any network capacity for using Vlc media Library ? Namely for example, if I use this library for 30 different network streaming(cameras), Can I get errors or freezing videos ? I am trying to make a program which will use with lots of cameras. Shall I use different libraries(FFMPEG) ?
Could you share your experience for video streaming capacity or Vlc Media Player library capacity ? Generally, what is the reason of freezing in the video streaming ?
Thanks in advance...
-
Running PowerShell command in Universal Windows Platform C#
6 juin 2017, par stephenSo I am trying to write a basic application to cut and export a subsection of a video. I have come across (and decided to use) the FFMPEG command line tools to do the cropping. This seemed straight forward (https://stackoverflow.com/a/5047426/6728859), but Universal Windows apps do not support System.Diagnostics.Process. Instead, it was suggested that they do support Powershell, which means I could do it by following (https://blogs.msdn.microsoft.com/kebab/2014/04/28/executing-powershell-scripts-from-c/). However, I get the following errors
Cannot find type System.SystemException in module CommonLanguageRuntimeLibrary
Cannot resolve Assembly or Windows Metadata file 'System.Configuration.Install.dll'
From my limited understanding
System.SystemException
was removed in UWP, and I’m not sure where to findSystem.Configuration.Install.dll
.Now to get PowerShell I had to include
System.Management.Automation
which I got fromC:\Program Files (x86)\Reference Assemblies\Microsoft\WindowsPowerShell\3.0
which doesn’t seem correct to me, but I could be wrong.Is it possible to run commands in a UWP, or does anyone have any suggestions ?
-
Is there any Vlc Library(.dll) video streaming capacity ?
11 mai 2017, par Salih KaragözI am using Vlc Media Player Library for making C# Windows Form application. Also, I have wrapper classes for using that library. I am getting streaming videos with RTSP protocol.
My question, what I am wondering or what I am researching is there any network capacity for using Vlc media Library ? Namely for example, if I use this library for 30 different network streaming(cameras), Can I get errors or freezing videos ? I am trying to make a program which will use with lots of cameras. Shall I use different libraries(FFMPEG) ?
Could you share your experience for video streaming capacity or Vlc Media Player library capacity ? Generally, what is the reason of freezing in the video streaming ?
Thanks in advance...