2023-11-27, 09:49 PM
(This post was last modified: 2023-11-27, 09:51 PM by wfreeman. Edited 2 times in total.)
Describe the bug
I am experiencing a streaming issue specifically when attempting to use multiple streams involving Android TV. When I start a movie stream on my television through Android TV and then try to initiate another stream on a mobile device or laptop (via the Android app or web interface), the second stream fails to load, showing only a loading spinner and not providing access to the list of movies.
Interestingly, if I start the first stream on an Android mobile device and then a second stream on Android TV, there are no issues, and both streams work correctly. Also, initiating multiple streams (3-4) exclusively through the Android app (not Android TV) and web interfaces does not cause any problems. The issue seems to be isolated to when a stream is initiated on Android TV. My processor is J4025 and it has its own graphics part, HD UHD Graphics 600. I am using this for hardware acceleration. I tried using Intel Quick Sync Video (QSV) and VAAPI, but I still have the same problem with both.
I set up hardware acceleration for Docker like this:
"cpu_priority": 50,
"devices": [
{
"CgroupPermissions": "rwm",
"PathInContainer": "/dev/dri/renderD128",
"PathOnHost": "/dev/dri/renderD128"
}
],
When I watch movies on Android TV, the CPU usage is about 30 percent, so there should be enough power left.
To Reproduce
Begin streaming a movie on Android TV.
Attempt to start a second stream on an Android mobile device or laptop.
Expected behavior
I expect that starting a second stream on a mobile device or laptop should not impact the ongoing stream on Android TV, allowing for simultaneous streaming on multiple devices.
Actual behavior
The second stream on the Android device or laptop does not load, displaying a persistent loading spinner, and there is no access to the list of movies. This issue is specific to when a stream is initiated on Android TV.
Environment:
Jellyfin Server Version: 10.8.10
Operating System: Synology DS220+
Device where the issue occurred: Android TV and Android (latest versions from Google Play)
Closed issue from github: https://github.com/jellyfin/jellyfin/issues/10628
I am experiencing a streaming issue specifically when attempting to use multiple streams involving Android TV. When I start a movie stream on my television through Android TV and then try to initiate another stream on a mobile device or laptop (via the Android app or web interface), the second stream fails to load, showing only a loading spinner and not providing access to the list of movies.
Interestingly, if I start the first stream on an Android mobile device and then a second stream on Android TV, there are no issues, and both streams work correctly. Also, initiating multiple streams (3-4) exclusively through the Android app (not Android TV) and web interfaces does not cause any problems. The issue seems to be isolated to when a stream is initiated on Android TV. My processor is J4025 and it has its own graphics part, HD UHD Graphics 600. I am using this for hardware acceleration. I tried using Intel Quick Sync Video (QSV) and VAAPI, but I still have the same problem with both.
I set up hardware acceleration for Docker like this:
"cpu_priority": 50,
"devices": [
{
"CgroupPermissions": "rwm",
"PathInContainer": "/dev/dri/renderD128",
"PathOnHost": "/dev/dri/renderD128"
}
],
When I watch movies on Android TV, the CPU usage is about 30 percent, so there should be enough power left.
To Reproduce
Begin streaming a movie on Android TV.
Attempt to start a second stream on an Android mobile device or laptop.
Expected behavior
I expect that starting a second stream on a mobile device or laptop should not impact the ongoing stream on Android TV, allowing for simultaneous streaming on multiple devices.
Actual behavior
The second stream on the Android device or laptop does not load, displaying a persistent loading spinner, and there is no access to the list of movies. This issue is specific to when a stream is initiated on Android TV.
Environment:
Jellyfin Server Version: 10.8.10
Operating System: Synology DS220+
Device where the issue occurred: Android TV and Android (latest versions from Google Play)
Closed issue from github: https://github.com/jellyfin/jellyfin/issues/10628