Opened 10 years ago
Closed 9 years ago
#12497 closed Patch - Bug Fix (fixed)
fix for non-working content-size in flv streaming
Reported by: | Owned by: | Stuart Auchterlonie | |
---|---|---|---|
Priority: | minor | Milestone: | 0.28 |
Component: | Plugin - MythWeb | Version: | Master Head |
Severity: | medium | Keywords: | flv streaming |
Cc: | Ticket locked: | no |
Description
mythweb FLV streaming module is prepared to report content-size - but there is typo causing this function is not working on systems without ffmpeg installed and without path to ffmpeg in php.ini (due security reasons majority of systems hasn't path to system bins in php.ini). Mythweb streaming module can detect mythffmpeg and uses it for trnascode if available. Typo in streaming module code causes detected ffmpeg is not used for reporting content-size. Effect is that flowplayer is not reporting progress of transcode and user can't freely walk between start and already transcoded time points. Attached patch fixes issue.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | 0027-mythweb-flv-streaming-fix-typo-for-size-calculation.patch added |
---|
comment:1 Changed 10 years ago by
Component: | Plugin - MythWeather → Plugin - MythWeb |
---|---|
Milestone: | unknown → 0.28 |
Owner: | set to Stuart Auchterlonie |
Status: | new → accepted |
Looks simple enough
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
patch fixing content-size