mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
template
This commit is contained in:
15
templates/node-ffmpeg-mpegts-proxy.xml
Normal file
15
templates/node-ffmpeg-mpegts-proxy.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>node-ffmpeg-mpegts-proxy</Name>
|
||||
<Repository>jalle19/node-ffmpeg-mpegts-proxy</Repository>
|
||||
<Registry>https://hub.docker.com/r/jalle19/node-ffmpeg-mpegts-proxy/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<Shell>bash</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
|
||||
<Project>https://github.com/Jalle19/node-ffmpeg-mpegts-proxy<Project/>
|
||||
<Overview>Simple proxy for leveraging ffmpeg to convert any source URL into MPEG-TS over HTTP</Overview>
|
||||
<WebUI>http://[IP]:[PORT:9128]</WebUI>
|
||||
<Config Name="Listen Port" Target="9128" Default="9128" Mode="tcp" Description="The port the HTTP server should be listening on" Type="Port" Display="always" Required="false" Mask="false">9128</Config>
|
||||
<Config Name="JSON Path" Target="/home/node/node-ffmpeg-mpegts-proxy/sources.json" Default="" Mode="rw" Description="Container Path: /home/node/node-ffmpeg-mpegts-proxy/sources.json" Type="Path" Display="always" Required="false" Mask="false">path/to/your/sources.json</Config>
|
||||
</Container>
|
||||
Reference in New Issue
Block a user