Hi,
Im working on streaming a youtube video. For this purpose i use QVideoWidget and QMediaPlayer.
After building the app for the phone, im able to hear but not see the video.
In this page, i came across that we need to install some plugins too..Code:player = new QMediaPlayer; widget = new QVideoWidget; ui->videolayout->addWidget(widget); widget->show(); player->setVideoOutput(widget); player->setMedia(QUrl("rtsp://example.com/movie.mp4")); player->play();But, i dont get it right. Any insights plz!!HTML Code:http://web.archiveorange.com/archive/v/6jz3kxp2E68SjMUu2ozV
Thanks,
Priju



