dave-p
dave-p
Re downloading m3u files, Tvheadend already does this. The "/play" function is a front-end for /dvrfile and /stream and returns an m3u playlist if the user-agent is not on a...
If you agree I'd like to use a hacked version of part of your code in the 'Examples' section of the API documentation. There is a simple web application which...
I've not seen this issue but there are a couple of possibilities: - Do you have more than one recording profile set up in TVHeadend? TVHadmin lists all recordings but...
I'm running Kodi (18.7 via OSMC) on a Raspberry Pi connected to the TV, with the TVHeadend HTSP plugin. TVHeadend itself is on a second Pi. I use the dvr...
Yes that statement is incorrect. Since writing those instructions I've learned more about the TVHeadend permissions system. The 'Admin' isn't a superuser in the sense of a Unix root account,...
I've updated the README to clarify the requirements for a user and to specify using the same user for Kodi and TVHadmin. Re your 'tonight' screen, you can easily create...
What version of Tvheadend are you using? This issue (or something like it) was fixed in Tvheadend about two years ago - see https://tvheadend.org/issues/5366 and https://github.com/tvheadend/tvheadend/pull/1270. However if it is...
At present TVHadmin uses the Tvheadend '/play' API if you try to play an existing recording. This downloads a .m3u8 playlist file which contains the URL for the recording. On...
I've never tried to use that function, just documented it from the TVheadend source. The work is done by input/mpegts/iptv/iptv.c, input/mpegts/mpegts_network.c or input/mpegts/mpegts_network_dvb.c depending on what kind of network you...
OK got it working. I enabled debug and trace of the "http" subsystem of TVH, then added a new mux manually through the GUI. The debug log showed what the...