• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 39
Beta Sling
#76
If pvr.nextpvr is impacting another pvr addon't epg or url that would be a backend issue, but I think you need to explain what you are doing.   You also didn't post a debug log but you need to clearly state what you think is happening.

Martin
Reply
#77
(2020-02-02, 07:02)emveepee Wrote: If pvr.nextpvr is impacting another pvr addon't epg or url that would be a backend issue, but I think you need to explain what you are doing.   You also didn't post a debug log but you need to clearly state what you think is happening.

Martin
I have both sling & nextpvr channels in the live tv guide using iptv simple, the sling addon adds the m3u/epg settings into the iptv simple,

but after a while the nextpvr addon started changing the m3u/epg entries (from  C:\Users\Ohnesorge\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.sling\sling_playlist.m3u  to http://192.168.1.3:9999/channels.m3u</) and (C:\Users\Ohnesorge\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.sling\sling_epg.xml to http://192.168.1.3:9999/guide.xml) So then I get a pop up telling me that iptv simple needs to restart, and this continually happens


I am not sure the best way to post a debug log because the system has tended to crash while I am waiting for the nextpvr to hijack my settings. Usually it happens within about 20 minutes, & strangely is affecting another computer that I did not reinstall the nextpvr addon.
Reply
#78
Whatever is happening is not NextPVR related.  I'm not sure how the addon handles the fact that pvr addon id's loaded from the backend are not guaranteed to be unique across multiple addons but that is where I'd look.

Martin
Reply
#79
(2020-02-02, 08:01)clones Wrote:
(2020-02-02, 07:02)emveepee Wrote: If pvr.nextpvr is impacting another pvr addon't epg or url that would be a backend issue, but I think you need to explain what you are doing.   You also didn't post a debug log but you need to clearly state what you think is happening.

Martin
I have both sling & nextpvr channels in the live tv guide using iptv simple, the sling addon adds the m3u/epg settings into the iptv simple,

but after a while the nextpvr addon started changing the m3u/epg entries (from  C:\Users\Ohnesorge\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.sling\sling_playlist.m3u  to http://192.168.1.3:9999/channels.m3u</) and (C:\Users\Ohnesorge\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.sling\sling_epg.xml to http://192.168.1.3:9999/guide.xml) So then I get a pop up telling me that iptv simple needs to restart, and this continually happens


I am not sure the best way to post a debug log because the system has tended to crash while I am waiting for the nextpvr to hijack my settings. Usually it happens within about 20 minutes, & strangely is affecting another computer that I did not reinstall the nextpvr addon.       
I might have been a little impulsive about the epg/m3u changes (with sling, nextpvr, iptv simple) as they seemly co-existing, but continued to have crashes on this computer after a few hours. (I think I was bothered by the fact that the m3u/epg were changed on all three of my windows 10 computers automatically, but not realizing each setting was different http://192.168.1.7:9999/channels.m3u< vs http://192.168.1.3:999/channels.m3u). 

add the debug file to see if it can be figured out what this kodi crashes on this computer: https://pastebin.com/AWZrtWrb
Reply
#80
(2020-02-02, 17:58)emveepee Wrote: Whatever is happening is not NextPVR related.  I'm not sure how the addon handles the fact that pvr addon id's loaded from the backend are not guaranteed to be unique across multiple addons but that is where I'd look.

Martin
Martin, thank you for responding.
Reply
#81
Recording aren't working. Looking at the log file it looks like it might be an issue with widevine DRM? Is anyone else seeing this or just me?

Log File

 6.6.0
If someone's post helps you out, click the thank user button.
Reply
#82
@hackthis02-same here.
Reply
#83
(2020-01-29, 21:27)bds3151 Wrote: Logfile is at https://paste.kodi.tv/izadaqagac 

This log definitely shows some connection issues so much so it even fails to contact a kodi mirror. I do see the audio sync issues you referenced but what I think may be more related is lines like this:
Logfile izadaqagac  Wrote:2020-01-29 08:57:14.300 T:12296 NOTICE: CVideoPlayerAudio:Tonguerocess - stream stalled
2020-01-29 08:57:14.688 T:12720 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: lost diff
2020-01-29 08:57:14.907 T:12792 NOTICE: DXVA::CDecoder::Close: closing decoder.
2020-01-29 08:57:15.189 T:12720 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 33366
2020-01-29 08:57:15.823 T:12720 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: lost diff
2020-01-29 08:57:16.223 T:12720 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 33366
2020-01-29 08:57:16.840 T:12720 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: lost diff

Closest reference I came across is here HLS Stream Buffering

Not sure what your network setup is but it does make most sense for it to be networking issues when multiple devices are affected. I would double check your settings, maybe try using a public DNS like 1.1.1.1 or 8.8.4.4?
(2020-01-30, 05:37)hackthis02 Wrote: Not sure if this is a issue with the add on or the data sling is sending back.

hostbusters was on BBC America tonight. When I when into the My TV > Recommend for me > Ghostbusters, I got this link that didn't work.
http://cbd46b77.cdn.cms.movetv.com/cms/p...ostbusters

I came out and went to channels and selected BBC America and it worked, giving me this link.
http://cbd46b77.cdn.cms.movetv.com/cms/a...%20America


Here is a full log if that helps. Log

Nice job investigating. Right idea but slightly different issue. Basically each channel has a "now" playlist that basically is "live" at all times. It can also have an itemized playlist as well, so if in your case it was Ghostbusters the playlist will reference the content instead of the channel, even though both playlists would play the same thing. Long story short, when it comes to stream decryption the channel id is required which the add-on didn't have at that point and time due to the content stream being referenced. Version 0.0.87 should address this issue (soon to be pushed.)
(2020-01-30, 19:14)hackthis02 Wrote: Another issue I found. If you have more then one recording of a show. None of them show up in My TV > Recordings.

I'll have to investigate this, shouldn't be dependent as each recording is processed individually going down the list.
(2020-01-31, 00:31)Shaboobala Wrote: This looks like an amazing app and was looking to get sling. I was wondering about the iptv simple client. Are you able to set recordings? Are the recordings stored locally or is it part of slings cloud DVR ? Thanks

Setting record is yet to be implemented. But truth be told, I do not forsee this happening through IPTV/guide. If anything this would be via context menu in the add-on
(2020-02-02, 08:01)clones Wrote: I have both sling & nextpvr channels in the live tv guide using iptv simple, the sling addon adds the m3u/epg settings into the iptv simple,

but after a while the nextpvr addon started changing the m3u/epg entries (from  C:\Users\Ohnesorge\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.sling\sling_playlist.m3u  to http://192.168.1.3:9999/channels.m3u</) and (C:\Users\Ohnesorge\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.sling\sling_epg.xml to http://192.168.1.3:9999/guide.xml) So then I get a pop up telling me that iptv simple needs to restart, and this continually happens


I am not sure the best way to post a debug log because the system has tended to crash while I am waiting for the nextpvr to hijack my settings. Usually it happens within about 20 minutes, & strangely is affecting another computer that I did not reinstall the nextpvr addon. 

The big change I pushed to the EPG is what you are referencing here. Instead of creating two files in the add-on directory to which IPTV references. The add-on now hosts a small web server and points IPTV to the hosted content. Each page is generated with current data from DB on request. This page is hosted at your http://"local ip":port "9999"/pages channels.m3u and guide.xml. So to reiterate, this is not nextpvr. I'm still working out the kinks in this but I hope it to be more stable than the previous method.
(2020-02-03, 06:14)hackthis02 Wrote: Recording aren't working. Looking at the log file it looks like it might be an issue with widevine DRM? Is anyone else seeing this or just me?

Log File

 6.6.0

This log does not have Sling debugging turned on unfortunately. I just tested two recordings and they worked. I'll keep an eye on this.
Reply
#84
(2020-02-03, 17:44)d21spike Wrote:
(2020-02-03, 06:14)hackthis02 Wrote: Recording aren't working. Looking at the log file it looks like it might be an issue with widevine DRM? Is anyone else seeing this or just me?

Log File

 6.6.0

This log does not have Sling debugging turned on unfortunately. I just tested two recordings and they worked. I'll keep an eye on this. 

I'm able to reproduce this on both my RPi and my Windows 10 PC. Here is a log file with Sling and kodi debug data turned on.

Log File
If someone's post helps you out, click the thank user button.
Reply
#85
same thing here as hackthis02

https://paste.kodi.tv/eyadularad
Reply
#86
(2020-02-03, 19:01)mxlance Wrote: same thing here as hackthis02

https://paste.kodi.tv/eyadularad

Your log doesn't haven Sling debug data enable. Go into the setting of the add-on and enable it and then re-post your log.
If someone's post helps you out, click the thank user button.
Reply
#87
@hackthis02
are you sure i double checked and it is active in the add-on.
how do you know this in the log? what do i look for?
thanks


new log:  https://paste.kodi.tv/hejuwabiya
Reply
#88
(2020-02-03, 18:44)hackthis02 Wrote: I'm able to reproduce this on both my RPi and my Windows 10 PC. Here is a log file with Sling and kodi debug data turned on.

Log File
 
(2020-02-03, 19:01)mxlance Wrote: same thing here as hackthis02

https://paste.kodi.tv/eyadularad

Shooting blindly here, but try 0.0.88 for an attempted fix. At the very least, I don't think I broke anything else.

Edit: Like 93% sure that "should" fix it.
Reply
#89
@d21spike
Brilliant, that did the trick it is working.
Thank you ever so much!
Reply
#90
(2020-02-03, 20:03)mxlance Wrote: @d21spike
Brilliant, that did the trick it is working.
Thank you ever so much!

Glad it worked out. The issue turned out to be a variant of @hackthis02's issue that I addressed earlier.
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 39

Logout Mark Read Team Forum Stats Members Help
Sling0