Opened 14 years ago
Closed 13 years ago
#10232 closed Patch - Bug Fix (Fixed)
[PATCH] mythweb: Reduce video playback startup latency
| Reported by: | Owned by: | Rob Smith | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythWeb | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
These fixes considerably reduce video startup latency for common viewers like totem and gstreamer.
- RFC 3875 4.3.3. says that a CGI "script MUST NOT provide a response message-body for a HEAD request". At the moment the whole video file (which can be several GB) is unnecessarily copied. This can add several seconds of delay and overhead.
- If the CGI output pipe is closed then the script should stop outputting data. Some clients can GET a URL to parse the headers/length and then abort it. This change can save outputting several GB of data.
Attachments (1)
Change History (2)
by , 14 years ago
| Attachment: | 0001-modules-stream-Reduce-video-playback-startup-latency.patch added |
|---|
comment:1 by , 13 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in de9b00d27375bafd5c3e9d84fb55d461b059e98f