how to run this?
i dont find clear instructions how to run this? can you please help me out with this please.
Currently I do not provide any binaries. This means that you need to compile iptv-proxy by yourself and this means that you need to have some basic knowledge...
In general you should have java 15 installed. Compile project:
./gradlew build
run:
java -jar build/libs/iptv-proxy-all.jar -Dconfig=/path/to/iptvproxy.yml
Hi, Is it possible this package to run in windows ? I ran the gradlew.bat file , any help what to do next ? (java runtime already installed)
TIA for any assistance
Code is platform agnostic - it should run on windows. First of all you should build it. On windows it should be something like this: ./gradlew.bat build. Also you will need java 15 at least.
The project is using Java 17 now.