Opened 8 years ago
Closed 8 years ago
#9935 closed Patch - Feature (Won't Fix)
Allow seeking in streaming ringbuffer
Reported by: | robertm | Owned by: | markk |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - Video Playback | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Hi Mark,
Could you possibly have a look at this ticket? It checks the URLContext to see if an item is streamed on open, and then uses that variable to set whether or not seeking is allowed. Seeking backwards also appears to work for me.
You have seen more of this content than I have, so only you would know if it's correct. With this patch applied I am doing alright with video podcasts and some other streamed content.
Attachments (1)
Change History (3)
Changed 8 years ago by
Attachment: | urlseek.diff added |
---|
comment:1 Changed 8 years ago by
Version: | Unspecified → Trunk Head |
---|
comment:2 Changed 8 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → Won't Fix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Robert - I've spent enough time looking at the current streaming ringbuffer code to decide that it's just not fit for purpose. I'm going to re-write it along the lines of the Qt based approach taken by Lawrence Rust for the MHEG IPlayer patch (ticket #10019)