XBian_2021.02.19_rpi4 Playback Netflix crash
|
31st Mar, 2021, 01:35 AM
Post: #31
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 01:03 AM)rafhtl Wrote: The issue with inputstream adaptive that I have followed for our italian plugin seems to be fixed with this version: Don't believe that a build for android works on a Raspberry Pi But you can try it of course. Save the existing directory and unzip the zip file to the same place. Try makes wise |
|||
31st Mar, 2021, 01:42 AM
Post: #32
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 01:30 AM)Nachteule Wrote:(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 It is in a service module It could very well be in integrated in: /usr/local/share/kodi/addons/script.service.xbian.upstart-bridge Code: try: Code: def rpc(method, params): (31st Mar, 2021 01:35 AM)Nachteule Wrote:(31st Mar, 2021 01:03 AM)rafhtl Wrote: The issue with inputstream adaptive that I have followed for our italian plugin seems to be fixed with this version: I tried already But can't understand if it is the new version working or not it has .so in the folder... that's what I needed help with Code: libinputstream.adaptive.so thanks |
|||
31st Mar, 2021, 02:53 AM
Post: #33
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
You're confusing me completely now. If you replace everything in that folder with the content of the zip file you'll see after restart of Kodi if it works or not
And btw, I don't believe that it is possible to integrate your workaround into xbmc-bridge, because this is pure event driven and so all events coming too late for changing anything in the settings |
|||
31st Mar, 2021, 03:21 AM
Post: #34
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 02:53 AM)Nachteule Wrote: And btw, I don't believe that it is possible to integrate your workaround into xbmc-bridge, because this is pure event driven and so all events coming too late for changing anything in the settings You are right. It needs a service script (31st Mar, 2021 02:53 AM)Nachteule Wrote: You're confusing me completely now. If you replace everything in that folder with the content of the zip file you'll see after restart of Kodi if it works or notIll let you know if it actually works thank you raf |
|||
31st Mar, 2021, 04:45 AM
Post: #35
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 03:21 AM)rafhtl Wrote:(31st Mar, 2021 02:53 AM)Nachteule Wrote: And btw, I don't believe that it is possible to integrate your workaround into xbmc-bridge, because this is pure event driven and so all events coming too late for changing anything in the settings It says its missing from my kodi I copied everything on top of /usr/local/share/kodi/addons/inputstream.adaptive but as soon as I try to play, kodi says ia is missing (31st Mar, 2021 04:45 AM)rafhtl Wrote: It says its missing from my kodi Im going to try library_android="libinputstream.adaptive.so"/> change to library_linux.... ...and it does not load.... as you said I need a different version. |
|||
31st Mar, 2021, 05:31 AM
Post: #36
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 04:45 AM)rafhtl Wrote: Im going to try That doesn't surprise me, because linux and android have different library formats Tomorrow I can build a version with the PR-564 if it is still necessary and you want it. Should not be a big problem |
|||
31st Mar, 2021, 05:59 AM
Post: #37
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 05:31 AM)Nachteule Wrote:(31st Mar, 2021 04:45 AM)rafhtl Wrote: Im going to try That would be great! I can test it and contribute to the issue. Thank you Whilst testing I now realized that on pvr some streams just stop after a while it seems to be related to this https://github.com/xbmc/inputstream.ffmpegdirect/issues/38 this is a different issue from the above log: Process - eof reading from demuxer INFO <general>: CVideoPlayer::OnExit() |
|||
31st Mar, 2021, 05:37 PM
Post: #38
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 05:31 AM)Nachteule Wrote:(31st Mar, 2021 04:45 AM)rafhtl Wrote: Im going to try Thank you so much! I tested and it worked this is very helpful for the community Raf (31st Mar, 2021 05:59 AM)rafhtl Wrote: Whilst testing So testing and testing and testing: If I play the stream from a KODI PLAYER plugin the same stream that stops after 4 minutes does not stop. It means that PVR has some setting that is responsible for this also: https://github.com/xbmc/inputstream.ffmpegdirect/issues/38 but this is not the culprit tried useInputstreamAdaptiveforHls to true on pvr and it does not work anyways if anyone has any suggestions thank you |
|||
31st Mar, 2021, 06:55 PM
Post: #39
|
|||
|
|||
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 05:59 AM)rafhtl Wrote: Whilst testing this is what could be needed to make sure the stream HLS in PVR keeps LIVE put these directly in the m3u before the #EXTINF: Code: #KODIPROP:inputstream=inputstream.ffmpegdirect https://github.com/xbmc/inputstream.ffmpegdirect the stream is up and has not stopped since ... after about 2 h it just froze and kodi would not restart had to reboot power still testing --- I left the stream without any #KODIPROP and in pvr.iptvsimple <setting id="useInputstreamAdaptiveforHls" >true</setting> and now it looks good testing tonight |
|||
« Next Oldest | Next Newest »
|