You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On PyAV version 16.0.0, I'm trying to get a klv data stream added to my output container like so:
with av.open("udp://127.0.0.1?pkt_size=1316", mode='w', format='mpegts') as output_container:
klv_stream = output_container.add_data_stream('klv')
Which gives me an error: ValueError: Unknown data codec: klv
This is however taken from the documentations example where the example string 'klv' is given. I'm wondering which extra libraries I would have to install to get klv supported as a codec.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
On PyAV version 16.0.0, I'm trying to get a klv data stream added to my output container like so:
Which gives me an error:
ValueError: Unknown data codec: klvThis is however taken from the documentations example where the example string 'klv' is given. I'm wondering which extra libraries I would have to install to get klv supported as a codec.
Beta Was this translation helpful? Give feedback.
All reactions