Linux How to change http streaming port? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: Tvheadend (https://forum.kodi.tv/forumdisplay.php?fid=168) +---- Thread: Linux How to change http streaming port? (/showthread.php?tid=356867) |
How to change http streaming port? - giaur - 2020-09-04 I want to make my playlist available worldwide: http://server-ip:9981/playlist will be available. However, the same port 9981 is used by web panel and basic http authentication (even without ssl) is very weak. How to get http streaming playback available on different port than web panel? So I will open only streaming port on my router and web panel won't be visible from internet. Is it possible? Or some other soultion? RE: How to change http streaming port? - DarrenHill - 2020-09-04 You'd need to change the port on the server. According to this FAQ you need to Code: sudo dpkg-reconfigure tvheadend Then the client Kodi addon would also need to be changed, which can be done under the configuration screen. This may be better asked on the TVH boards rather than here as it's more something for the server side. RE: How to change http streaming port? - giaur - 2020-09-04 (2020-09-04, 11:33)DarrenHill Wrote: Whether you can do it under a different port than the web dashboard I don't know, as it's not something I've looked into. That's my problem, because apparently, I can't. (2020-09-04, 11:33)DarrenHill Wrote: Then the client Kodi addon would also need to be changed, which can be done under the configuration screen Why? I don't want to change htsp port, which is used by Kodi addon RE: How to change http streaming port? - DarrenHill - 2020-09-04 The client has settings for both ports, so the http one may need changing. I'd raise the question on the TvH boards, as it's somewhat outside of our support scope here. |