Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#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 Carl Eugen Hoyos, 8 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by klpu, 7 years ago

any method add protocols outside ffmpeg?

comment:3 by Hendrik, 7 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.

in reply to:  3 comment:4 by klpu, 7 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.