Hello,
I was trying to use playlistall/all.m3u, but most of the players did not support it. The reason is the playlist content, which is not compatible with most players.
For example,
This one was given by the torrserver which didn't work for me.
#EXTM3U
#EXTINF:0 tvg-logo="https://images.metahub.space/poster/medium/tt2187153/img" type="playlist",Thuppakki
http://192.168.1.10:5665/stream/Thuppakki.m3u?link=61804cf424d3044ce6d8e971b2206aa573b3706d&m3u&fn=file.m3u
#EXTINF:0 tvg-logo="https://m.media-amazon.com/images/M/MV5BMzllNjE0ZWQtMGM0MS00ZWVkLTk1MDQtMmMyNDI1M2YzODQ0XkEyXkFqcGc@._V1_FMjpg_UY2048_.jpg" type="playlist",Aan Paavam Pollathathu
http://192.168.1.10:5665/stream/Aan%20Paavam%20Pollathathu.m3u?link=1722e70bf45e08d8bd391f10c51c133803f73c9a&m3u&fn=file.m3u
#EXTINF:0 tvg-logo="https://images.metahub.space/poster/medium/tt15097358/img" type="playlist",Bison Kaalamaadan
http://192.168.1.10:5665/stream/Bison%20Kaalamaadan.m3u?link=848753e0199d6827236c5209b386b62f1a37c1b7&m3u&fn=file.m3u
#EXTINF:0 tvg-logo="https://images.metahub.space/poster/medium/tt28434143/img" type="playlist",Aaryan (2025)
http://192.168.1.10:5665/stream/Aaryan%20%282025%29.m3u?link=26e8aef7700892e1b0d3c508c33eed659d679b36&m3u&fn=file.m3u
#EXTINF:0 tvg-logo="https://live.metahub.space/poster/medium/tt10676052/img" type="playlist",The Fantastic Four First Steps (2025)
http://192.168.1.10:5665/stream/The%20Fantastic%20Four%20First%20Steps%20%282025%29.m3u?link=4a3b20284fbeada7d5a2dd7560e94d564cf309f2&m3u&fn=file.m3u
#EXTINF:0 tvg-logo="https://live.metahub.space/poster/medium/tt0892769/img" type="playlist",How to Train Your Dragon
http://192.168.1.10:5665/stream/How%20to%20Train%20Your%20Dragon.m3u?link=178120f41f38bebff516dc5d5a0f38106bd7437e&m3u&fn=file.m3u
The format below works for me with most of the IPTV players. I have created a wrapper API around the torrserver for this to work.
#EXTM3U
#EXTINF:-1 tvg-logo="https://images.metahub.space/poster/medium/tt2187153/img" group-title="movie" tvg-name="www.1TamilMV.pink - Thuppakki (2012) Tamil HQ BluRay - 1080p - x264 - (DTS5.1 - 1509Kbps & AAC) - 16GB - ESub.mkv",Thuppakki
http://192.168.1.10:5665/stream?link=61804cf424d3044ce6d8e971b2206aa573b3706d&1&preload
#EXTINF:-1 tvg-logo="https://m.media-amazon.com/images/M/MV5BMzllNjE0ZWQtMGM0MS00ZWVkLTk1MDQtMmMyNDI1M2YzODQ0XkEyXkFqcGc@._V1_FMjpg_UY2048_.jpg" group-title="movie" tvg-name="www.1TamilMV.pink - Aan Paavam Pollathathu (2025) TRUE WEB-DL - 1080p - AVC - [Tam + Tel + Hin + Mal + Kan] - (DD+5.1 - 192Kbps & AAC) - 3.7GB - ESub.mkv",Aan Paavam Pollathathu
http://192.168.1.10:5665/stream?link=1722e70bf45e08d8bd391f10c51c133803f73c9a&1&preload
#EXTINF:-1 tvg-logo="https://images.metahub.space/poster/medium/tt15097358/img" group-title="movie" tvg-name="www.1TamilMV.pink - Bison Kaalamaadan (2025) TRUE WEB-DL - 1080p - AVC - (DD+5.1 - 640Kbps & AAC 2.0) - 6.5GB - ESub.mkv",Bison Kaalamaadan
http://192.168.1.10:5665/stream?link=848753e0199d6827236c5209b386b62f1a37c1b7&1&preload
#EXTINF:-1 tvg-logo="https://images.metahub.space/poster/medium/tt28434143/img" group-title="movie" tvg-name="www.1TamilMV.pink - Aaryan (2025) Tamil TRUE WEB-DL - 1080p - AVC - (DD+5.1 - 640Kbps & AAC) - 5.2GB - ESub.mkv",Aaryan (2025)
http://192.168.1.10:5665/stream?link=26e8aef7700892e1b0d3c508c33eed659d679b36&1&preload
#EXTINF:-1 tvg-logo="https://live.metahub.space/poster/medium/tt10676052/img" group-title="movie" tvg-name="www.1TamilMV.farm - The Fantastic Four First Steps (2025) BluRay - 1080p - x264 - [Tam + Tel + Hin + Eng] - (DD+5.1 - 192Kbps) - 2.6GB - ESub.mkv",The Fantastic Four First Steps (2025)
http://192.168.1.10:5665/stream?link=4a3b20284fbeada7d5a2dd7560e94d564cf309f2&1&preload
#EXTINF:-1 tvg-logo="https://live.metahub.space/poster/medium/tt0892769/img" group-title="movie" tvg-name="How to Train Your Dragon (2025) Proper HQ HDRip - 1080p - x264 - [Eng + Hin] - (DD+5.1 - 640Kbps) - 3GB - ESub.mkv",How to Train Your Dragon
http://192.168.1.10:5665/stream?link=178120f41f38bebff516dc5d5a0f38106bd7437e&1&preload
Hello,
I was trying to use
playlistall/all.m3u, but most of the players did not support it. The reason is the playlist content, which is not compatible with most players.For example,
This one was given by the torrserver which didn't work for me.
The format below works for me with most of the IPTV players. I have created a wrapper API around the torrserver for this to work.