Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FireTV episodes end abruptly #1339

Closed
buzzkillingtonne opened this issue Jan 8, 2022 · 14 comments
Closed

FireTV episodes end abruptly #1339

buzzkillingtonne opened this issue Jan 8, 2022 · 14 comments
Labels
bug Something isn't working confirmed Issue can be reproduced playback Issue related to media playback

Comments

@buzzkillingtonne
Copy link

buzzkillingtonne commented Jan 8, 2022

Describe the bug

With or without "Queue all subsequent episodes" enabled...

  1. Go to a TV show, open and episode and play it with either libvlc, exo player, vlc, mxplayer, or kodi.
  2. Wait a few minutes until playback fails, it will either attempt to play the next episode or end entirely depending on the setting I mentioned above

I expect the videos to play through to their end.

Logs

I uploaded the log file from adb logcat due to the length being too long for here and pastebin.
logcat.txt

Application version

0.12.3

Where did you install the app from?

Amazon Appstore

Device information

Amazon FireTV

Android version

Fire OS 6.2.8.1

Jellyfin server version

10.8 alpha5 (happened on 10.7.7 too)

@buzzkillingtonne buzzkillingtonne added the bug Something isn't working label Jan 8, 2022
@mueslimak3r
Copy link
Member

That log doesn't contain any of the normal debug logging from the jellyfin app. You may need to either enable debug mode in the app's settings or side load the debug apk from the releases page on this repo

@TheHellSite
Copy link

TheHellSite commented Jan 9, 2022

I am having the same issue. I first thought it was related to the max streaming bitrate, but at this moment it doesn't matter which settings are applied. It will stop either directly at the beginning or during a playback.

#1227

@Bandid0
Copy link

Bandid0 commented Jan 10, 2022

I am having the same issue.

@buzzkillingtonne
Copy link
Author

buzzkillingtonne commented Jan 11, 2022

I sideloaded the debug apk from the repo and tested playback in it, it did not break like the regular app.

I checked the logcat while playing video in the debug app and found nothing different from my logs I posted. This got me thinking that if what you're expecting isn't in the logs then it can't be a jellyfin issue....

I then uninstalled and reinstalled the Jellyfin app from the Amazon store on my FireTV and the issue stopped occuring... for about 30 minutes.

Now it just outright crashes comming up with the crash report screen. (both in the regular app and the debug app)(I only had time to test with two shows and 4 episodes, so far only the one show has this new issue). Here is the newest logcat. I ran this with the command: adb logcat -d > logcat.txt
logcat.txt

So far it only crashes with that one TV show, so I think that this is likely a different problem all together. If so I will close this issue and open a different one if needed after I get more information on why it's crashing.

EDIT:
Apparently reinstalling fixed it for a short while on both of my FireTV's, but the issue is back in its original form.

@Mettchen
Copy link

Having the same issue on Chromecast with Google TV. However only using LibVLC not using Exoplayer.
Running JF 10.7.2

@GerardGarcia
Copy link

Same here on Chromecast with Google TV, running 10.8.0.alpha5.r63.gcd4587b43f-1 (jellyfin-git arch linux pacakge). I haven't been able to find anything interesting in the logs.

@nielsvanvelzen nielsvanvelzen added the likely-fixed-in-master Needs revisit on next stable release where it may be fixed label Jan 24, 2022
@Mettchen
Copy link

Mettchen commented Feb 1, 2022

Currently not experiencing the issue in 0.13.0-beta.1

@mueslimak3r
Copy link
Member

mueslimak3r commented Feb 21, 2022

Is anyone seeing this issue in the latest beta?

If it happens while transcoding and using libVLC, it may be related to this (maybe) server-side bug:
jellyfin/jellyfin#6957

@buzzkillingtonne
Copy link
Author

Ill have to take another look at it and see, but im willing to bet that it is likely the same issue.

For me it happens for sure in libvlc and exoplayer, i haven't tried the latest beta on the firetv, but i have tried with server versions 10.7.7 and 10.8.

@mueslimak3r mueslimak3r added confirmed Issue can be reproduced playback Issue related to media playback and removed likely-fixed-in-master Needs revisit on next stable release where it may be fixed labels Feb 27, 2022
@mueslimak3r
Copy link
Member

mueslimak3r commented Feb 27, 2022

Marked this as confirmed again because this issue can be reproduced specifically with libVLC when transcoding (and likely external players too since only exoplayer doesn't use .mkv for transcodes)

@shaino
Copy link

shaino commented Feb 28, 2022

It should be libVLC playing issue.
Android 5.1.1/7/9 system playback with libVLC is the same issue in Ver0.13 beta4.
Playback crashes occur after the server has completed the full video transcoding.
Enabling PGS subtitles or not is independent of this issue.
I have enabled limit transcoding speed in the console. Unfortunately, when the client plays anywhere, the server continues to transcode to the end.Then issues appeared.Curiously, with exoplayer playback, the server will also transcode the full video, but it will not trigger the issue.

@Mettchen
Copy link

Mettchen commented Mar 13, 2022

Started experiencing this again using LibVLC, server 10.7.7, and 0.1.13 beta 5.
Expected to be connected to HLS from #1239 ?

@mueslimak3r
Copy link
Member

Started experiencing this again using LibVLC, server 10.7.7, and 0.1.13 beta 5.
Expected to be connected to HLS from #1239 ?

Yeah, I think so

@buzzkillingtonne
Copy link
Author

So far it looks like this was fixed, so I'm closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed Issue can be reproduced playback Issue related to media playback
Projects
None yet
Development

No branches or pull requests

8 participants