Opened 15 years ago
Closed 14 years ago
#8101 closed defect (fixed)
'Always stream from backend' setting broken
Reported by: | stuartm | Owned by: | sphery |
---|---|---|---|
Priority: | major | Milestone: | unknown |
Component: | MythTV - Video Playback | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
We will always use a local file instead of streaming from the backend even when the 'Always stream' setting is enabled.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | mythtv-8101-change_always_stream_to_stream_from_local_backends.patch added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 0.23 → unknown |
---|
Pushing back since we're in a feature freeze and this changes the historical behavior/meaning of the setting, and since which approach is preferred is still undetermined.
comment:3 Changed 14 years ago by
Owner: | changed from Janne Grunau to sphery |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [26011]) Remove the AlwaysStreamFiles? setting. Fixes #8101.
Note: See
TracTickets for help on using
tickets.
The attached patch, mythtv-8101-change_always_stream_to_stream_from_local_backends.patch , changes the "Always stream recordings from the backend" setting to do what Stuart M wants it to do (and changes its related help text to reflect the change in purpose). I've done only basic testing of the patch and verified that on a single system with a combined backend and frontend, it does as he wants. I don't know if the change would have any adverse effects on other configurations.