Jump to content

live tv plugin codes?


amicoding

Recommended Posts

taylorbourne

Assuming you already have some type of streaming service or at least stream URLs ready, you can create an m3u playlist using the following format.

 

Here's a small sample of the list that I use in my Emby setup – The first line is required in any m3u list you create, the 2 lines following are data for a single channel. Open a text editor, replace the information with your channels info (channel-id, tvg-id, tvg-logo, group-title, and channel name). The line directly following is the actual stream URL.

#EXTM3U
#EXTINF:-1 channel-id="1" tvg-id="W Network" tvg-logo="http://www.thelogodb.com/images/media/logo/uwqsqs1473376857.png/medium" group-title="Entertainment",W NETWORK US
http://host.com/xxx/962.mpegts

Note: If you want to import Schedules Direct guide data, the channels must be numbered according to that lineup for Emby to automatically map them. Otherwise you're going to have to map them manually. 

Edited by taylorbourne
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...