The idea is to have a input
field where the user places the m3u
link and to press the button the channel list that is in that m3u
file is shown below in a table.
The fields that contain this m3u
file are:
tvg-logo - tvg-name -
The structure is basically like this:
#EXTM3U
#EXTINF:-1 tvg-id="" tvg-name="BBB 18 -Aquecimento" tvg-logo="https://s9.postimg.org/4c14egx5b/big_Welcome_Pic_4-300x169.png" group-title="Canais Globo",BBB 18 -Aquecimento
http://infinity.quor8.com:8000/live/wesleybr/mxViBCIK05/12664.ts
#EXTINF:-1 tvg-id="" tvg-name="Globo RJ FHD" tvg-logo="http://i.imgur.com/NSHvLCe.png" group-title="Canais Globo",Globo RJ FHD
http://infinity.quor8.com:8000/live/wesleybr/mxViBCIK05/12665.ts
#EXTINF:-1 tvg-id="Globo RJ" tvg-name="Globo RJ HD" tvg-logo="http://i.imgur.com/NSHvLCe.png" group-title="Canais Globo",Globo RJ HD
http://infinity.quor8.com:8000/live/wesleybr/mxViBCIK05/1586.ts
The link looks like this:
http://Infinity.quor8.com:8000/get.php?
username=NOME-DO-USUARIO&password=SENHA-DO-USUARIO&type=m3u_plus&output=ts
The idea as I said is to leave the above link in a field, generate below a table with the logo, name and link of the channels.
I have tried here in many ways, but I have not succeeded.