Opened 14 years ago
Closed 14 years ago
Last modified 13 years ago
#9838 closed Patch - Feature (fixed)
[PATCH] Perl binding - accept myth url
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Bindings - Perl | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Myth backend will pass URLs to custom user jobs when the recording is on a remote storage group. This patch allows stream_backend_file to accept the myth url so the developer does not need to parse it into it's parts.
Patch applies cleanly to 24-fixes and head
Thanks Dave
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | perl-stream-url.diff added |
---|
comment:1 Changed 14 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 14 years ago by
Milestone: | 0.25 → 0.24.2 |
---|
Note: See
TracTickets for help on using
tickets.
Allow stream_backend_file to accept a myth url (perl bindings)
Myth backend will pass URLs to customer user jobs when the recording is on a remote storage group. This patch allows stream_backend_file to accept the myth url so the developer does not need to parse it into it's parts.
Patch applies cleanly to 24-fixes and master
Fixes #9838
Signed-off-by: Gavin Hurlbut <ghurlbut@…>