How to create a m3u list

by Bonatom01

Hi- my cable provider (Fioptics) provides channel rtp:// for local channels. They only provide the rtp:// and name... no other coding. So I can play individual channels in VLC... but how do I combine them all into 1 m3u? I guess Pastebin... but I am sure I need more code. Is there an m3u creator where I just paste in the rtp:// addresses???

blindfist926

So you just have a list of these rtp:// links? Making m3u links is simple enough, just tedious if you have a lot of them. So, what does a channel link look like in an m3u, simply enough it can be like this

#EXTM3U

#EXTINF:-1 CHANNEL NAME HERE
rtp://linkhere

if you've got a logo for it you want to be visible you do

#EXTINF:-1 "tvg-logo="LINK HERE", CHANNEL NAME HERE

I use Notepad++ to do my m3u editing, just make sure to select "Save as Type" as All (*.*) and add the m3u to the end of the file, file.m3u.

Edit: Oh, that #EXTM3U is at the top of all m3u's, those next 2 lines is what you copy over and over for each channel link. And if you don't want to load this m3u file manually into whatever device you're using them on, you can upload it to your Google Drive and get a direct download link to use as a m3u URL. There are guides on how to format the links for direct download instead of the typical download page, so you can use them in most IPTV players.

rhoq
VeniVida

I'm thinking about doing a "m3u howto create" livestream some time this month demoing howto create m3u http links for example from open webfolders on the WWW. I have created a PC m3u utility to simplify the m3u creation for laypersons. It can easily create 500+ links in a single file if one so chooses.

MrBasket79

I need nba tv one can you help me?