#5534 closed defect (invalid)
ffmpeg 3.0 how to add custom protocol ?
| Reported by: | klpu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
latest ffmpeg code delete ffurl_register_protocol func, how to add a custom protocol, not add ffmpeg source code
Change History (4)
comment:1 by , 10 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
follow-up: 4 comment:3 by , 9 years ago
Registering custom protocols is not supported at this time - however you can just create a custom AVIOContext with custom read/write/seek functions and implement your protocol that way.
comment:4 by , 9 years ago
Replying to heleppkes:
Registering custom protocols is not supported at this time - however you can just create a custom AVIOContext with custom read/write/seek functions and implement your protocol that way.
Thanks
Note:
See TracTickets
for help on using tickets.



Sorry, this is a bug tracker, not a support forum.
Note that symbols starting with ff_ were never public symbols and you should never have used them from outside FFmpeg.