VideoOutPut in qml no Image only Sound
-
Hello Community .
This WOrks !
- Video {
- id: video
- width : 800
- height : 600
- source: "video.avi"
But afterthat if i try to do :
- video.source =" video2.flv"
I have only the sound and no video !!!!!!!
I am using QML Object VideoOutput to read a distant Video.
This is actually working when i set source a fixed url ;
But if i try to set the source url after creating the videoOUtPut >: " I have only the sound and no Image displayed "
So i would like to know if someone has encoutered that before to help me !
Thank you !