Hi, my name is Alex Portugal, I'm Brazilian and I don't speak English, that's why I'm using a translator, forgive me for that.
I recently built a tvheadend server in my data center (I'm an internet provider) to try to replace a service that I currently pay for for my customers to watch open TV in my location.
The problem is that the current service is very unstable, hence the tvheadend server that I will try to manage myself.
The first challenge was to develop an Android application for customers' setboxes that I currently make available to my customers and a mobile app for them to use on their smartphones.
I managed to build a very simple Android app with versions for setbox and smartphone, with a login screen, list of channels to watch live TV, and some EPG information. (I don't need more than that).
In initial tests they work very well!
But they were both built using http requests for everything, and I wanted to implement htsp in my apps.
The questions are, will htsp need to be implemented at all? login screen, channel list search, epg and channel playback?
If so, what is the order of requests should I make to the server? I managed to log in via htsp but I couldn't get the list of channels like I could via http. Can anyone help with how I should make the requests??