Hi,
I am developing application in LabVIEW to capture video streams from various camera streams (network/directshow). While everything works great and documentation is sufficient to perform the task, I have couple questions.
1. Where I can get units to assign for variables from libvlc_media_stats?
2. During transcoding (saving RTPS stream to file) audio and video stats are not available, is it a bug or how to get it other than libvlc_media_stats?
3. Looks like picture snap function is also not available during transcoding, is it a bug or how to get it other than libvlc_video_take_snapshot?
4. How to get FPS during transcoding? Normally I can track decoded frames but this is not available during transcoding (see 2)
5. How often I should quary statistics? Any relation to caching parameter?
VLC version 2.0.3
Thank you,
-Artur