Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

XBian_2021.02.19_rpi4 Playback Netflix crash
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
XBian_2021.02.19_rpi4 Playback Netflix crash
31st Mar, 2021, 06:55 PM
Post: #39
rafhtl Offline
Registered
Posts: 59
Joined: Mar 2018
Reputation: 0
RE: XBian_2021.02.19_rpi4 Playback Netflix crash
(31st Mar, 2021 05:59 AM)rafhtl Wrote:  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()


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

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
#KODIPROP:mimetype=application/x-mpegURL
#KODIPROP:inputstream.ffmpegdirect.is_realtime_stream=true
#KODIPROP:inputstream.ffmpegdirect.stream_mode=timeshift
#KODIPROP:inputstream.ffmpegdirect.manifest_type=hls

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
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 27th Feb, 2021, 02:07 AM
XBian_2021.02.19_rpi4 Playback Netflix crash - gkusiak - 28th Feb, 2021, 08:23 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 28th Feb, 2021, 05:29 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 4th Mar, 2021, 04:51 AM
XBian_2021.02.19_rpi4 Playback Netflix crash - gkusiak - 28th Feb, 2021, 08:09 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 1st Mar, 2021, 07:37 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - gkusiak - 2nd Mar, 2021, 12:43 PM
XBian_2021.02.19_rpi4 Playback Netflix crash - gkusiak - 7th Mar, 2021, 11:18 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 8th Mar, 2021, 06:38 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 8th Mar, 2021, 11:43 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 9th Mar, 2021, 12:30 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 9th Mar, 2021, 12:58 AM
XBian_2021.02.19_rpi4 Playback Netflix crash - gkusiak - 9th Mar, 2021, 01:06 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 9th Mar, 2021, 10:10 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 9th Mar, 2021, 11:40 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 10th Mar, 2021, 03:13 AM
XBian_2021.02.19_rpi4 Playback Netflix crash - gkusiak - 10th Mar, 2021, 11:55 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 12th Mar, 2021, 12:17 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 19th Mar, 2021, 05:03 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 20th Mar, 2021, 12:38 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 27th Mar, 2021, 03:37 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 30th Mar, 2021, 12:33 AM
XBian_2021.02.19_rpi4 Playback Netflix crash - gkusiak - 12th Mar, 2021, 07:35 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 30th Mar, 2021, 12:54 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 30th Mar, 2021, 01:24 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 30th Mar, 2021, 03:04 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 30th Mar, 2021, 09:34 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 30th Mar, 2021, 09:48 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 31st Mar, 2021, 01:03 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 31st Mar, 2021, 01:35 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 31st Mar, 2021, 01:30 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 31st Mar, 2021, 01:42 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 31st Mar, 2021, 02:53 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 31st Mar, 2021, 03:21 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 31st Mar, 2021, 04:45 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - Nachteule - 31st Mar, 2021, 05:31 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 31st Mar, 2021, 05:59 AM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 31st Mar, 2021, 05:37 PM
RE: XBian_2021.02.19_rpi4 Playback Netflix crash - rafhtl - 31st Mar, 2021 06:55 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 5th Jun, 2025, 05:43 PM Powered By MyBB, © 2002-2025 MyBB Group.