How close of a "real-time" can I achieve when decoding h.264 udp stream? Do I have control over the buffering?
I’m using VLC1.1.4 in a C# app and I noticed when I encode a video with VLC player and then decode it in my app there is 1-2 second delay . Can this be faster? Is it the buffer that I need to play with or is it just VLC that needs few seconds to decode ?
Thank you – Sam E