Thanks for pointing out, I didn't know about QtMultimedia,
I have another question by using QtMultimedia and other modules what does it take to decode a udp stream on the local network
I mean when I use vlc module in my application I simply give vlc my url like udp://@__someipadd:1234 and vlc starts to decode stream
If I use QtMultimedia I guess I will have to handle network stram in my application bu using network module, since QtMultimedia seems very low level?