Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 610 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 610 Bytes

serviio-plugins

This repository contains my Serviio scripts developed in Groovy

In this repository the following plugins are included:

  • DWLive.groovy

You may need to add the following statement to your profile.xml for the profile you are using:

  <OnlineTranscoding>
                <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="30000" targetACodec="ac3" aBitrate="384">
                       <Matches container="flv" vCodec="h264" />
                </Video>      
  </OnlineTranscoding>