You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roku Client Version: 2.2 (release version) and git master branch (development mode)
Describe the bug
When playing a certain video file, the playback stops and the app reverts to the home screen. The logs from the Roku device show:
ERROR file:///home/<user>/jellyfin-roku/components/video/VideoPlayerView.bs:630 -3 An unexpected problem (but not server timeout or HTTP error) has been detected. buffer loop exception:Extend size (2136981 + 23310887) exceeds max_wrap_allocation (20553728):extra:etype:buffer -3
<Component: roAssociativeArray> =
{
category: "mediaplayer"
clipid: 2
dbgmsg: "buffer loop exception:Extend size (2136981 + 23310887) exceeds max_wrap_allocation (20553728):extra:etype:buffer"
drmerrcode: 0
errcode: 0
ignored: false
source: "buffer:loop:"
}
The Jellyfin server logs show nothing interesting, just debug messages saying transcoding is ongoing, and then after the crash saying that it is stopping transcoding, and some authentication messages, presumably as the Roku app reloads the home screen.
This happens with a particular video file and not any others that I have tested. The file is being transcoded (video direct, audio encoded to AAC), and ffprobe has the following to say about the transcode files in the Jellyfin server cache:
I will try to investigate further as to if there is anything special about these transcoded files that might cause a crash like this, but I would appreciate any pointers or other help.
Thanks
The text was updated successfully, but these errors were encountered:
Software Versions
Describe the bug
When playing a certain video file, the playback stops and the app reverts to the home screen. The logs from the Roku device show:
The Jellyfin server logs show nothing interesting, just debug messages saying transcoding is ongoing, and then after the crash saying that it is stopping transcoding, and some authentication messages, presumably as the Roku app reloads the home screen.
This happens with a particular video file and not any others that I have tested. The file is being transcoded (video direct, audio encoded to AAC), and ffprobe has the following to say about the transcode files in the Jellyfin server cache:
I will try to investigate further as to if there is anything special about these transcoded files that might cause a crash like this, but I would appreciate any pointers or other help.
Thanks
The text was updated successfully, but these errors were encountered: