Kodi Community Forum

Full Version: IPTV Simple Client and master m3u8 and second m3u8 into first m3u8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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?
(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
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.
(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
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?
(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>
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.
(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
If there is not a gui option for this you can post something in the feature requests section.
(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
In the feature requests section of the forum.