mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Chromecast using 10x more traffic than the actual file #307
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joshuaboniface on GitHub (Jan 21, 2019).
As posted by @HesselTjeerdsma but with domain retracted (just in case!).
Describe the bug
Playback on my Chromecast would constantly stop and buffer, even for small files. When I checked my router my Chromecast used 5.93 GB traffic for a file of roughly 400 MB in 20 minutes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the Chromecast to use only the data for the currently playing episode.
Logs
Jellyfin server log:
ffmpeg remuxing log:
System:
@MatMaul commented on GitHub (Jan 21, 2019):
Weird. At first I thought it could be related to https://github.com/jellyfin/jellyfin/pull/198 but your log say that no video reencoding is happening, and the reported size from ffmpeg log seems ok.
@HesselTjeerdsma commented on GitHub (Jan 21, 2019):
@joshuaboniface Thanks for redacting the issue! I will do some more testing to see when this error happens. Will report back soon. Is there some way I can see the debug logs of the Chromecast app?
@HesselTjeerdsma commented on GitHub (Jan 22, 2019):
Update: This only happens when casting from the chrome on android browser
@mazzystr commented on GitHub (Feb 11, 2019):
Can you do a full tcpdump and check for tcp retransmits?