mod:mplayer:technique

Ceci est une ancienne révision du document !


Technical guide

MPlayer module

Capabilities

Internal formats : the media manifest file (.stm)

STM files are manifests that are used as proxy descriptors for remotely dispatched medias. the effective media file may be stored into an extra storage out of control of Moodle and may be delivered from a streamed URL. the manifest file should be usually built by the MPlayer module, after a media upload. the manifest file is an XML file with a simple internal schema :

 <XML version="1.0">
 <Video>
    <Source>
       <streamer>wowza</streamer>
       <streamerurl>rtmp://medias.mysite/com</streamerurl>
       <appication>/vod</application>
       <clip>0</clip>
       <location>mp4:streamedfile.mp4</location>
    </Source>
 </Video>

Back to component index

mod/mplayer/technique.1489663454.txt.gz · Dernière modification : (modification externe)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki