No bindings for AVProgram in avformat
jikard0 opened this issue · 4 comments
jikard0 commented
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.
asticode commented
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 👍
asticode commented
For instance, would what I've added on the dev
branch be enough for your use case?
jikard0 commented
Working exactly as expected. Thank you so much.
asticode commented
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