Opened 15 years ago
Closed 15 years ago
Last modified 14 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)
by , 15 years ago
| Attachment: | perl-stream-url.diff added |
|---|
comment:1 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 15 years ago
| 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@…>