-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
broken pipe from ffmpeg when transcoding #129
Comments
This error should occur when the device you're streaming abruptly rejects the stream. Most likely the format that ffmpeg is sending is not what the TV is expecting, or is not supported by the TV. Perhaps |
That was my first hypothesis, but I finally got some time to look around:
Could the range request pose a problem? [Edit:] Looking at the response, there's no |
Hm yes, I don't remember the specifics (I started this project nearly 12 years ago), but I doubt range requests are supported for on-the-fly transcodes if that is what it is doing. Range requests should work fine for static files. |
I'm running with
-forceTranscodeTo web
and the log is just full ofThe ffmpeg tail shows
This would indicate to me that dms isn't reading the data - how would I debug this?
[Edit:]
This seems to only happen when trying to play files from my Panasonic TV. Hmm.
The text was updated successfully, but these errors were encountered: