XBian_2021.02.19_rpi4 Playback Netflix crash
|
10th Mar, 2021, 03:13 AM
Post: #16
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash | |||
10th Mar, 2021, 11:55 PM
Post: #17
|
|||
|
|||
XBian_2021.02.19_rpi4 Playback Netflix crash
Can confirm - kodi crashing every hour since updating to v19 has stopped completely.
Sent from my iPhone using Tapatalk |
|||
12th Mar, 2021, 12:17 AM
Post: #18
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
Thanks. Positive feedback is always nice to hear
|
|||
12th Mar, 2021, 07:35 AM
Post: #19
|
|||
|
|||
XBian_2021.02.19_rpi4 Playback Netflix crash
You should put up a bitcoin wallet address so I can put my money where my mouth is
Sent from my iPhone using Tapatalk |
|||
19th Mar, 2021, 05:03 PM
Post: #20
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(12th Mar, 2021 12:17 AM)Nachteule Wrote: Thanks. Positive feedback is always nice to hear Thank you for your precious work! I am testing extensively and I use same xbian (latest image) on RPI4 and RPI3b+ PVR IPTVSIMPLE works fine on both BUT on rpi3 when switching channels via up dwn it smoothly blacks screen between changing WHILST ON rpi4 I press up or down and old channel stays visible and flickers (annoying while next channel starts up then everything is fine again any suggestions? thanks raf |
|||
20th Mar, 2021, 12:38 AM
Post: #21
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(19th Mar, 2021 05:03 PM)rafhtl Wrote:(12th Mar, 2021 12:17 AM)Nachteule Wrote: Thanks. Positive feedback is always nice to hear I have just set up the pvr iptvsimple for our free channels. Works here with me absolutely flawless, no flickering or anything else recognizable The picture of the old channel stays as long as the new channel continues, that's right I'm using Settings->Player->Adjust display refresh rate->Start, what do you use? |
|||
27th Mar, 2021, 03:37 AM
Post: #22
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(20th Mar, 2021 12:38 AM)Nachteule Wrote:(19th Mar, 2021 05:03 PM)rafhtl Wrote:(12th Mar, 2021 12:17 AM)Nachteule Wrote: Thanks. Positive feedback is always nice to hear I am using None Let me try Start (27th Mar, 2021 03:37 AM)rafhtl Wrote:(20th Mar, 2021 12:38 AM)Nachteule Wrote:(19th Mar, 2021 05:03 PM)rafhtl Wrote:(12th Mar, 2021 12:17 AM)Nachteule Wrote: Thanks. Positive feedback is always nice to hear I have tried Start (<setting id="videoplayer.adjustrefreshrate">3</setting>) but same flickering any other settings on player I might need to set different? thank you (27th Mar, 2021 03:37 AM)rafhtl Wrote:(20th Mar, 2021 12:38 AM)Nachteule Wrote:(19th Mar, 2021 05:03 PM)rafhtl Wrote:(12th Mar, 2021 12:17 AM)Nachteule Wrote: Thanks. Positive feedback is always nice to hear <setting id="videoplayer.useprimedecoder" default="true">true</setting> does fix the problem! But I have other problems if I set that ... ok <setting id="videoplayer.useprimedecoder" default="true">true</setting> <setting id="videoplayer.useprimedecoderforhw" default="true">true</setting> with these set to true the problem seems solved no flickering! and <setting id="videoplayer.adjustrefreshrate">3</setting> thankyou Will test now |
|||
30th Mar, 2021, 12:33 AM
Post: #23
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(27th Mar, 2021 03:37 AM)rafhtl Wrote:(20th Mar, 2021 12:38 AM)Nachteule Wrote:(19th Mar, 2021 05:03 PM)rafhtl Wrote:(12th Mar, 2021 12:17 AM)Nachteule Wrote: Thanks. Positive feedback is always nice to hear The problem with these settings is that some streams NOT PVR will not open and even crash kodi... |
|||
30th Mar, 2021, 12:54 AM
Post: #24
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
Would be good to know which ones these are
|
|||
30th Mar, 2021, 01:24 AM
Post: #25
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash | |||
30th Mar, 2021, 03:04 AM
Post: #26
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(30th Mar, 2021 01:24 AM)rafhtl Wrote:(30th Mar, 2021 12:54 AM)Nachteule Wrote: Would be good to know which ones these are For example youtube If I leave settings to avoid flickering and I open a youtube video it will play BUT when I forward or back (left or right or up down - 10 min skip) it will freeze video and only audio can be heard and sometimes it just hangs |
|||
30th Mar, 2021, 09:34 PM
Post: #27
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
Ah, interesting. i guess the stream is h.264 encoded. there was a seek problem with h.264 PRIME hardware decoding for a long time. looks like this is not completely resolved yet
popcornmix Wrote: Known RPi4 issues: 1 pixel wrap (2020-04-08: fixed with temporary hack) HW decode for stateful v4l2 (h264) disabled by default. Can be enabled in acceleration settings but seeking doesn't work. After a quick search I haven't found the thread in Kodi forum where this issue has been solved We must not fool ourselves. Kodi and Raspberry Pi4 is still a huge construction site, in my opinion, the Kodi team has overshot the mark by miles. Since everything working on the Raspberry Pi was broken or removed (OMX, MMAL acceleration), the kernel 5.10 is not for Pi < 4 to use and just to name a few things The Pi1 architecture is practically useless (ok, you can argue that this architecture is very old) but when I see how well the decoding of h.264 streams worked on a Pi1, I think this is a huge step backwards and it will take a long time to catch up again. But all this is called progress |
|||
30th Mar, 2021, 09:48 PM
Post: #28
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(30th Mar, 2021 09:34 PM)Nachteule Wrote: Ah, interesting. i guess the stream is h.264 encoded. there was a seek problem with h.264 PRIME hardware decoding for a long time. looks like this is not completely resolved yet Exactly! so what I'm doing now if anyone is interested, is changing the setting when I enter PVR Code: xbmc.executeJSONRPC('{"jsonrpc":"2.0","method":"Settings.SetSettingValue","id":1,"params":{"setting":"videoplayer.useprimedecoder","value":true}}') (true for no flickering, false for any other stream NON PVR) only way to solve now unless you have a better suggestion... thanks Nachteule |
|||
31st Mar, 2021, 01:03 AM
Post: #29
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
The issue with inputstream adaptive that I have followed for our italian plugin seems to be fixed with this version:
https://github.com/xbmc/inputstream.adaptive/issues/615#issuecomment-809117916 https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Finputstream.adaptive/detail/PR-564/7/artifacts/ could you please tell me how to test this in xbian? https://jenkins.kodi.tv/job/xbmc/job/inputstream.adaptive/job/PR-564/7/artifact/cmake/addons/build/zips/inputstream.adaptive+android-armv7/i...-2.6.8.zip Is it enough to copy in? /usr/local/share/kodi/addons/inputstream.adaptive please help me understand thank you |
|||
31st Mar, 2021, 01:30 AM
Post: #30
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(30th Mar, 2021 09:48 PM)rafhtl Wrote:(30th Mar, 2021 09:34 PM)Nachteule Wrote: Ah, interesting. i guess the stream is h.264 encoded. there was a seek problem with h.264 PRIME hardware decoding for a long time. looks like this is not completely resolved yet Looks interesting Please tell me, where an how do you call the xbmc.execute statement? |
|||
« Next Oldest | Next Newest »
|