-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.properties
22 lines (16 loc) · 988 Bytes
/
config.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#This config file is to use with IPTV-Recorder.jar, it records streams from IPTV. Either from URL or from a M3U-File
#This config.properties file needs to be in the same directory as IPTV-Recorder.jar
#DestinationPath where you want your files to be recorded
destinationPath=pathToWhereYouWouldLikeYourFiles
#URL to IPTV site with user/password, URL is needed if useM3UFile is false
url=UrlToYourIPTVService
#This program can record streams either with built in inputstream/outputstream or it can record using FFMPEG
#It has to be installed, and is only working under linux, needs programming to work under windows
useFFMPEG=false
#If you have a m3uFile with channels and want to use it, set useM3UFile to true
useM3UFile=false
#This is the path to the m3u-file if useM3UFile is set to true
m3uFile=
#If useM3UFile is set to false the program will create a m3u-File to the same path as the jar is running from and
#name it to the following name
m3uName=My.m3u