I want to convert a list from ts. to hls (m3u8)

by United32

Hi,

I have a custom made list, which I have made. This is from three IPTV providers. The list is big, so I cannot change #EXTINF:0 to #EXTINF:-1 on every channel. I t will take way to long time.

I want to change from ts. to .m3u8 since channels are buffering 10-15 seconds every time before they starts when ts. (mpeg). Hls is much, much better.

Is there a program which I an use to convert from mpeg to hls?

Thanks! :)

yeah_It_dat_guy

Find and replace in notepad++ or similar...

mikalkhash

Simple change output=ts at the end of the M3u URL to output=m3u8

This would change all of them at once