play on smart TV with paid SMART IPTV app
Posted by PVI Support, Last modified by PVI Engineers on 18 February 2018 08:31 AM
|
||||
IMPORTANT - READ HERE FIRST BEFORE YOU PROCEED - SMART IPTV QUICK GUIDE MAKE SURE the m3u stream is turned on on the vecaster MAIN STREAM http://siptv.eu/mylist/ - This is the official website for the Smart TV app
Please use Notepad++ Application to create the Playlist file/editing: tvg-logo="http://www.provideoinstruments.com/vecaster1.png" you can change it if you want for your logo. It must be png and 16 x16 size
Make sure you click enable logo list in the drop-down menu of the Smart TV website if you choose to use custom Logos before you upload the Playlist file. Always restart the app to ensure the new playlist uploads.
m3u with 2 streams and logos file EXAMPLE : #EXTM3U #EXTINF:0 group-title="Local Streams" tvg-logo="http://www.provideoinstruments.com/vecaster1.png",VeCaster HD 1 http://192.168.1.168:8080/0.m3u8 #EXTINF:0 tvg-logo="http://www.provideoinstruments.com/vecaster1.png",VeCaster HD 2 http://192.168.1.169:8080/0.m3u8
m3u with 2 streams and NO logos file EXAMPLE : #EXTM3U #EXTINF:0 group-title="Local Streams",VeCaster HD 1 http://192.168.1.168:8080/0.m3u8 #EXTINF:0,VeCaster HD 2 http://192.168.1.169:8080/0.m3u8
Group title - name of the group you want. Dont have to use this but it makes it cleaner looking on the APP. Vecaster HD1 - Change this to anything you want. This will be the name of the channel. http://192.168.1.168:8080/1.m3u8 - IP of the stream from HLS format.
Every new channel will start with #EXTINF:0, NAME IP ADDRESS M3U8 #EXTINF:0, NAME IP ADDRESS M3U8
If you want the custom logos use this format - Logo must be a 16 x 16 size PNG file #EXTINF:0 tvg-logo="http://yourlogolocation.com/logoname.png", CHANNEL NAME IP ADDRESS m3u8
find here attached an example M3U file you can open and edit with notepad or use any other editor such as SUBLIME TEXT https://www.sublimetext.com/3
| ||||
|