Opened 13 years ago

Closed 13 years ago

#9207 closed patch (Fixed)

Mythweb flash streaming can sometime cut off end of recording

Reported by: justin.johnson3@… Owned by: Rob Smith
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 (2)

stream_flv.pl.diff (520 bytes) - added by anonymous 13 years ago.
give the video filesize a 5% overhead
stream_flv.pl.2.diff (520 bytes) - added by justin.johnson3@… 13 years ago.
Whoops, forgot to use 1024

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by anonymous

Attachment: stream_flv.pl.diff added

give the video filesize a 5% overhead

Changed 13 years ago by justin.johnson3@…

Attachment: stream_flv.pl.2.diff added

Whoops, forgot to use 1024

comment:1 Changed 13 years ago by Kenni Lund [kenni a kelu dot dk]

Status: newassigned

comment:2 Changed 13 years ago by Rob Smith

Resolution: Fixed
Status: assignedclosed

Fixed in ff42fd9

Note: See TracTickets for help on using tickets.