Help adding MP4 links to playlist
#1
Wink 
Hí, i'm trying to add some mp4 to a playlist, i'm using this file to load live channels at kodi.

Code:
#EXTM3U
#EXTINF:-1,ABC News
http://abclive.abcnews.com/i/abc_live4@136330/index_1200_av-b.m3u8?sd=10&b=1200&rebase=on
#EXTINF:-1,AMC (RU/EN Audio)
http://31.130.9.158:81/udp/238.1.2.44:1234
#EXTINF:-1,BBC America HD
http://31.220.41.111:80/LiveEdge/BBCAmericaHD/chunklist_w1773661470_b1000000.m3u8?token=
#EXTINF:-1,BLOMBERG

Is there a way to add mp4 (Direct) links to that list?
Also, i want to show multiple playlists on kodi, one of them with only m3u livestreams and another with mp4 files, how can i do that?

Thanks in advance for your help Big Grin
Reply
#2
I believe you can add the mp4 link directly, same as the ones you did above. So the link should look something like:
Code:
#EXTINF:-1,Movie Title
http://server.xyz/path/to/movie.mp4

But I believe then in the live tv you cannot forward/rewind/pause the video.

As for multiple playlists, I don't think it is possible. One solution for that I would suggest is to group the links, so the live streams into a "Live Stream" group, the mp4-s into an "MP4" group, etc. and then in live tv you can change the group being shown (panel that is hiden on the left of the playlist, or when in full screen of a video, use the left/right arrows). Use the group-title variable to do this (see example here http://kodi.wiki/view/Add-on:IPTV_Simple_Client )
Reply

Logout Mark Read Team Forum Stats Members Help
Help adding MP4 links to playlist0