NETWORK GRAPHIC EXAMPLE

Internet Protocol television (IPTV) is a system through which television services are delivered using the Internet protocol suite over a packet-switched network such as a LANor the Internet, instead of being delivered through traditional terrestrial, satellite signal, and cable television formats. Unlike downloaded media, IPTV offers the ability to stream the media in smaller batches, directly from the source. As a result, a client media player can begin playing the data (such as a movie) before the entire file has been transmitted. This is known as streaming media.
IPTV services may be classified into three main groups:
Live television, with or without interactivity related to the current TV show;
Time-shifted television: catch-up TV (replays a TV show that was broadcast hours or days ago), start-over TV (replays the current TV show from its beginning);
Video on demand (VOD): browse a catalog of videos, not related to TV programming.
IPTV is distinguished from Internet television by its ongoing standardization process (e.g., European Telecommunications Standards Institute) and preferential deployment scenarios in subscriber-based telecommunications networks with high-speed access channels into end-user premises via set-top boxes or other customer-premises equipment.
WORKING ON SMART TV
Smart IPTV on Samsung Smart TV
Loading your own playlist
By default, there is already a test playlist for you to check how the App works. After that, you can load your own IPTV.Setting User-agent property (J/K series Tizen TVs only)
You can try using User-agent property in your playlist if your provider requires it. See examples below.M3U | TXT |
Usage | |
#EXTM3U #EXTINF:0 user-agent="Star Wars",My Channel http://channel.URL #EXTINF:0,My Channel http://channel.URL|User-agent=Star Wars |
epgCode,Channel Name,http://channel.URL|User-agent=Star Wars epgCode,Channel Name,http://channel.URL|user-agent:Star Wars |
Examples | |
#EXTM3U #EXTINF:0 user-agent="Star Wars",Brodilo TV http://brodilo.tv/channel.php #EXTINF:0,Brodilo TV http://brodilo.tv/channel.php|User-agent=Star Wars |
brodilo,Brodilo TV,http://brodilo.tv/channel.php|User-agent=Star Wars brodilo,Brodilo TV,http://brodilo.tv/channel.php|user-agent:Star Wars |