mirror of https://github.com/ErsatzTV/ErsatzTV.git
6 changed files with 14 additions and 3 deletions
@ -1,2 +1,3 @@
@@ -1,2 +1,3 @@
|
||||
name: "Default" |
||||
linux_script: "run.sh" |
||||
windows_script: "run.bat" |
||||
|
||||
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
@echo off |
||||
|
||||
"{{ FFmpegPath }}" -nostdin -threads 1 -hide_banner -loglevel error -nostats -fflags +genpts+discardcorrupt+igndts -readrate 1.0 -i "{{ HlsUrl }}" -map 0 -c copy -metadata service_provider="ErsatzTV" -metadata service_name="{{ ChannelName }}" -f mpegts pipe:1 |
||||
Loading…
Reference in new issue