VLC IPTV how to play *.m3u8
Posted: Sat Mar 12, 2022 8:55 pm
hi,
i can play "local" file in my HMG VLC App using
now i got a *.m3u8 File which i can open/play in VLC "direct"
i have to use URL like https://mcdn.daserste.de/daserste/de/master.m3u8 in VLC Player but how to play in "my App" ? i try
but that seems not to work.
---
attached ZIP include *.m3u for many IPTV Station
ZZ_PLAYLIST_ALL_TV.m3u does contain all
i can play "local" file in my HMG VLC App using
Code: Select all
::oPlaylist:items:clear()
::oPlaylist:add( "File:///" + ::cFileName )
::oInput:position := 0
IF HB_ISBLOCK( ::bOnSetFile )
EVAL( ::bOnSetFile, Self, cFileName )
ENDIF
i have to use URL like https://mcdn.daserste.de/daserste/de/master.m3u8 in VLC Player but how to play in "my App" ? i try
Code: Select all
::oPlaylist:add( "https://mcdn.daserste.de/daserste/de/master.m3u8" )---
attached ZIP include *.m3u for many IPTV Station
ZZ_PLAYLIST_ALL_TV.m3u does contain all