D
D
Dmitry Krymtsev2015-08-31 15:26:41
HTML
Dmitry Krymtsev, 2015-08-31 15:26:41

How to implement an IPTV player in a browser?

Good day,
subject. There are playlists in m3u / xspf format .
Inside them:

http://st12.name.com:1333
#EXTINF:-1 tvg-name="НТВ" tvg-logo="ntv_ru" group-title="Общеформатные",НТВ

and
<track>
<title>НТВ</title>
<location>http://st12.name.com:1222</location>
<image>http://name.com/logos/ntv_ru.png</image>
<extension application='http://www.videolan.org/vlc/playlist/0'>
<vlc:id>7</vlc:id>
</extension>
</track>

respectively.
How to implement streaming video, for example through html5 video player?
Thanks ;-)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Valentine, 2015-08-31
@krimtsev

What you want is not IPTV. Take flowplayer or jwplayer and play videos with them. Just make sure that the video streams are in a browser-friendly codec.

I
Ivan, 2015-08-31
@LiguidCool

VLC has browser plugins.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question