Succinct question: How do I get the KLV packets from my H.264+MP3 (TS) stream?
Using libVLC package from 2016 (handed off by another person at work, it's currently approved so I'm hoping I don't need to update)
Windows 10
C++
OpenGL for the GUI (probably not relevant)
I've embedded a video player into a GUI application using libVLC. The next step is to get KLV data from the Transport Stream. I'm not interested in interpreting the data right now, and I understand that I will have to create that functionality myself.
Do libvlc_media_parse_with_options() or libvlc_media_get_meta() return KLV?