asticode/go-astiav

No bindings for AVProgram in avformat

jikard0 opened this issue · 4 comments

Hello ,

I can find binding for AVStream but cannot find binding for AVProgram.
Very useful to manipulate ABR HLS and MPTS streams, filter by program number for example.

AVProgram is not implemented for now. Could you provide a list of methods/features you would need? I don't want to implement everything avformat provides but I don't want to miss on things you would need either 👍

For instance, would what I've added on the dev branch be enough for your use case?

Working exactly as expected. Thank you so much.

Great, I've merged it into master 👍

I'm closing this issue but feel free to reopen it or let me know whether you need a tag