IPTV Simple Client and master m3u8 and second m3u8 into first m3u8
#1
I am trying to make my tv archive with second master playlist
First is main m3u8 file with channels and archive into second m3u8 like
Quote:#EXTM3U
#EXTINF:-1,chan  1
http://localhost/1
#EXTINF:-1,chan  2
http://localhost/2
#EXTINF:-1,chan  3
http://localhost/3
#EXTINF:-1,chan  4
http://localhost/4
#EXTINF:-1 group-title="chan4dvr",chan  4
http://localhost/chan4.m3u8
and etc
channels work fine but second master playlist could not be played, on vlc theres no problem
here is example of archive m3u8
Quote:#EXTM3U
#EXTINF:-1,title 18:00
http://localhost/index.mp4
#EXTINF:-1,title 19:30
http://localhost/index.mp4
#EXTINF:-1,title 20:00
http://localhost/index.mp4
#EXTINF:-1,title 21:00
http://localhost/index.mp4
#EXTINF:-1,title 22:30
http://localhost/index.mp4
 
the archive is dynamic its updating every hour so is not good to make him into first master playlist
Reply
#2
Sorry, is the second playlist referenced in the first playlist or something?

It’s not clear from your post what it is you are trying to do or what your expectations are?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#3
(2019-12-01, 19:57)phunkyfish Wrote: Sorry, is the second playlist referenced in the first playlist or something?

It’s not clear from your post what it is you are trying to do or what your expectations are?

yes it is referenced at main (first m3u8)
im trying to attach my 7day dvr on 30 channels at main m3u8 file for iptv simple client
Reply
#4
There is no support for referenced M3U8 files.

You can only add one file that contains all the channels. Any m3u8 files referenced are assumed to be channel streams.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#5
(2019-12-02, 00:23)phunkyfish Wrote: There is no support for referenced M3U8 files.

You can only add one file that contains all the channels. Any m3u8 files referenced are assumed to be channel streams.
it was simple and elegance way for tv archive
what about streams without valid ssl certs on host, like flussonic mpegts
tried mpegts|auth=TLS&verifypeer=false
and mpegts|auth=TLS&verifypeer=false&!auth=TLS&!verifypeer=false
and mpegts!!auth=TLS&!verifypeer=false
no luck
Reply
#6
I don’t really understand from your snippets what you are trying to send.

Can you explain in more detail what you are trying to do?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#7
(2019-12-03, 02:12)phunkyfish Wrote: I don’t really understand from your snippets what you are trying to send.

Can you explain in more detail what you are trying to do?

when ssl cert is generated for localhost you can watch thogh pvr iptv simple
Quote:#EXTINF:-1,Test 1
https://172.52.16.33/Fox/mpegts
#EXTINF:-1,Test 2
https://172.52.16.33/Fox/mpegts|auth=TLS...peer=false
#EXTINF:-1,Test 3
https://172.52.16.33/Fox/mpegts|!auth=TL...peer=false
is this ok for you?
Quote:----Test1
ERROR: CCurlFile::Exists - Failed: Peer certificate cannot be authenticated with given CA certificates(60) for https://172.52.16.33/Fox/mpegts
XFILE::CFileCache::Open - failed to open source <https://172.52.16.33/Fox/mpegts>
----Test2
ERROR: CCurlFile::Exists - Failed: SSL peer certificate or SSH remote key was not OK(51) for https://172.52.16.33/Fox/mpegts|auth=TLS...peer=false
XFILE::CFileCache::Open - failed to open source <https://172.52.16.33/Fox/mpegts|auth=TLS&verifypeer=false>
----Test3
DEBUG: CurlFile:TonguearseAndCorrectUrl() adding custom header option 'auth: ***********'
DEBUG: CurlFile:TonguearseAndCorrectUrl() adding custom header option 'verifypeer: ***********'
ERROR: CCurlFile::Exists - Failed: Peer certificate cannot be authenticated with given CA certificates(60) for https://172.52.16.33/Fox/mpegts|!auth=TL...peer=false
XFILE::CFileCache::Open - failed to open source <https://172.52.16.33/Fox/mpegts|!auth=TLS&!verifypeer=false>
Reply
#8
A genuine cert would be required.

I think you can change that just search the forums about how to loosen that requirement.

The SSL requirement is from kodi and not the addon.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#9
(2019-12-04, 12:11)phunkyfish Wrote: A genuine cert would be required.

I think you can change that just search the forums about how to loosen that requirement.

The SSL requirement is from kodi and not the addon.

its too complicated for users, they need something more simple what do you think, especialy android users
Reply
#10
If there is not a gui option for this you can post something in the feature requests section.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#11
(2019-12-04, 23:43)phunkyfish Wrote: If there is not a gui option for this you can post something in the feature requests section.
where to post that, other players like vlc dont have that issue play normally streams
Reply
#12
In the feature requests section of the forum.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply

Logout Mark Read Team Forum Stats Members Help
IPTV Simple Client and master m3u8 and second m3u8 into first m3u80