TV Everywhere to M3U

Currently I use an application called TiviMate to connect to my HDHomerun Prime with a Xfinity cable card to watch channels. I mainly do this because the app allows me to stream 4 sports games on one TV similar to what you would see at a sports bar. The issue is Xfinity does not have all sports networks in HD supported through a cable card. I have been doing some reading up on TV Everywhere which seems to support the channels I am missing in HD. Now the question I have is, is it possible to export the streams from TV Everywhere into a M3U format that can be ingested by the TiviMate software I use.

1 Like

Yes.

http://X.X.X.X:8089/devices/ANY/channels.m3u

That will give you a playlist with every channel in your DVR. Just beware that these streams are subject to the web player transcoding settings. IIRC, you can append ?codec=copy to get them merely remuxed to HLS.

2 Likes
1 Like

Thanks for the info, is there a way to export the guide data as well?

Sample below my XFINITY

http://10.0.0.144:8089/devices/TVE-Comcast_SSO/guide/xmltv?duration=604800

TVE-Comcast_SSO

http://10.0.0.144:8089/devices/TVE-Comcast_SSO/channels.m3u?format=ts

What is the code to pull just Favs channels from all sources?

All i have seen so far is ANY which is all channels, or / TVE source, which only pulls form that source.

http://x:8089/devices/ANY/channels.m3u?filter=favorites

2 Likes