Log In


Log in with Facebook Log in with Google Log in with Spotify
Forgot Password?     Sign Up

Forgot Password


Enter your email address below. If an account exists, we will email you password reset instructions.

Reset Password


Please enter and confirm your new password below. Passwords need to be at least 6 characters long.

Sign Up


Sign up with Facebook Sign up with Google Sign up with Spotify

By signing up, you agree to the terms & conditions and privacy policy of this website.

Already a member? Please log in.

Overview This document explains what an M3U playlist is, how Tata Play IPTV relates to M3U usage, legal and security considerations, how to obtain and format a functional M3U playlist for IPTV use, common playlist features, troubleshooting, and sample templates. It assumes the reader wants a practical, actionable reference for creating/using M3U playlists with Tata Play IPTV-compatible clients.

Repeat for each channel: #EXTINF:-1 tvg-id="CHANNEL_ID" tvg-name="CHANNEL NAME" tvg-logo="https://logos.example.com/channel.png" group-title="CATEGORY",Channel Display Name https://streams.example.com/channelID/stream.m3u8

Example block with 5 channels: #EXTM3U #EXTINF:-1 tvg-id="STAR_MOVIES" tvg-name="Star Movies" tvg-logo="https://logos.example.com/star_movies.png" group-title="Movies",Star Movies HD https://cdn.example.com/hls/star_movies/playlist.m3u8 #EXTINF:-1 tvg-id="STAR_SPORTS" tvg-name="Star Sports" tvg-logo="https://logos.example.com/star_sports.png" group-title="Sports",Star Sports HD https://cdn.example.com/hls/star_sports/playlist.m3u8 #EXTINF:-1 tvg-id="STAR_NEWS" tvg-name="Star News" tvg-logo="https://logos.example.com/star_news.png" group-title="News",Star News https://cdn.example.com/hls/star_news/playlist.m3u8 #EXTINF:-1 tvg-id="STAR_KIDS" tvg-name="Star Kids" tvg-logo="https://logos.example.com/star_kids.png" group-title="Kids",Star Kids https://cdn.example.com/hls/star_kids/playlist.m3u8 #EXTINF:-1 tvg-id="STAR_MUSIC" tvg-name="Star Music" tvg-logo="https://logos.example.com/star_music.png" group-title="Music",Star Music https://cdn.example.com/hls/star_music/playlist.m3u8