Hi, I'm trying to setup a dynamic link between tvheadend and Smart IPTV.
Manually things are working, but require a namechange.
When visiting /playlist I get a file named channels, without extension.
This file is not accepted by
https://siptv.app/
Only after renaming channels to channels.m3u I can successfully upload it.
Instead of this manual process, each time after I added or removed a channel, I would like to just load the playlist url to
https://siptv.app/
http://192.168.1.100:9981/playlist does however not present a channellist on the TV.
http://192.168.11.100:9981/playlist.m3u does not exist
Is there an option to create a rewrite for this file, add a link, or maybe just rename the url?
For the moment my workaround is to use an additional intranet webserver.
Crontab runs hourly the following command on this server:
wget http://192.168.11.100:9981/playlist -qO playlist.m3u
This file is now accessible via
http://192.168.11.8/playlist.m3u (this is my local webserver)
This url I loaded in
https://siptv.eu/mylist/
My tv picks up the various channels from my tvheadend channellist now.
It would be nicer to do this on the tvheadend server, without the need for an additional server.
Applologies if this has been asked and answered already. I could however find similar questions, but no answers.
Or is there another way to link my Smart IPTV app on the tv to my tvheadend?
Thanks,
Arnaud