techker Posted December 4, 2017 Share Posted December 4, 2017 Hey guys , i have my own IPTV provider and i would like to make a web portal . in iptv there are some providers that offer a web viewer if you have no source for streaming like a Mag box.. the link is all M3U we login and we see the channels and EPG guide(tv guide) so in m3 u mode we get a link: http://stb.spades-tv.xyz:25461/client_area/live.php and if you use a M3u player like VLC or perfect player you get http://stb.spades-tv.xyz:25461/get.php? username=xxxxx&password=xxxxx& type=m3u_plus&output=ts in a m3u file : #EXTVLCOPT:http-user-agent=tttttttiiii LibVLC/3.0.0-git #EXTINF:-1,SFR Sport 1HD Fr http://rmd.primatv.club:8899/live/BestTV.FB/OAfllsYAJy/1464.ts gives you the channel and icon and link to video so the question is what can i use to play this?HTML5? i know the php is to get the files... Quote Link to comment Share on other sites More sharing options...
requinix Posted December 5, 2017 Share Posted December 5, 2017 A portal for yourself, I assume? Try a and see if it works - it depends on your system. Quote Link to comment Share on other sites More sharing options...
techker Posted December 5, 2017 Author Share Posted December 5, 2017 just video tags? but im guess that it needs to read the fileand list all the channel and epg guide.then when you click to view video Quote Link to comment Share on other sites More sharing options...
BigB Posted December 5, 2017 Share Posted December 5, 2017 Yes, requinix is saying try the Html <video> tags Example <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video> Reference w3school: https://www.w3schools.com/tags/tag_video.asp Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.