Advanced search

Medias (91)

Other articles (67)

  • La sauvegarde automatique de canaux SPIP

    1 April 2010, by

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Script d’installation automatique de MediaSPIP

    25 April 2011, by

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 April 2011, by

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

On other websites (6219)

  • MPEG-DASH Encoding for Live Streaming

    16 May 2016, by Mcp

    I want to do encode a live stream for MPEG-DASH in various bitrates and resolutions for live playback.

    Everything I found so far either uses only the source resolution (Nimble, nginx-rtmp-module) or seems to be only for VOD streaming(DASHEncoder).

    Is it possible to use DASHEncoder with a live input (rtmp stream) and how would I do that?
    If not, is it possible to use nginx-rtmp + ffmpeg for what I want to do?

  • Tunnel Streaming through server

    28 October 2017, by Sarathvichet Heng

    I want to be able to stream a hls IPTV streaming but the origin server has country restriction. I also have a VPS server of that country so I want to stream through that VPS.
    For example: a request to server http://vps.com/tv.php?ch=2 and then stream
    But the source behind it is the origin which is http://origin.com/tv/ch2.m3u8?token...............
    I was able to bypass token and fetch the streaming url using php but don’t know how can I mask http://origin.com/tv/ch2.m3u8...... behind http://vps.com/tv.php..........
    . I don’t want to use FFMPEG because it’ll get
    data and rebroadcast a new stream and consume high vps resource.
    and If I capture packet using Wireshark while playing this http://vps.com/tv.php?ch=2 I’ll see http://origin.com/tv/ch2.m3u8?token......... behind it.

  • How to implement RTMP/RTSP protocol for sending video to server ios(live streaming)?

    7 January 2016, by abhi1992

    Anybody know how to use FFMpeg for live streaming in ios ?Where do I download the FFMpeg library from?Can somebody give some hint about where to start?I don’t have any code in this question because I have no idea what to ask.

    Any link where I can start with will be a great help.Please don’t downvote this question.All the answers for similar questions are outdated.There are no proper tutorials also.