Modify ↓
Ticket #9207 (closed patch: Fixed)
Opened 3 years ago
Last modified 2 years ago
Mythweb flash streaming can sometime cut off end of recording
| Reported by: | justin.johnson3@… | Owned by: | kormoc |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythWeb | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The mythweb flash streaming can sometimes cut off the end of the recording (~2 mins) if the size of the video is not calculated correctly. This arises out of the overhead of the flv container format. The attached patch allows for 5% overhead. If the file turns out to be smaller than this, the browser will receive an EOF character and the position bar in flowplayer will be updated accordingly.
Attachments
Change History
Changed 3 years ago by anonymous
- Attachment stream_flv.pl.diff added
Changed 3 years ago by justin.johnson3@…
- Attachment stream_flv.pl.2.diff added
Whoops, forgot to use 1024
comment:2 Changed 2 years ago by kormoc
- Status changed from assigned to closed
- Resolution set to Fixed
Fixed in ff42fd9
Note: See
TracTickets for help on using
tickets.

give the video filesize a 5% overhead