i want to start a video from let say after one min and stop it after 3 min and start the video again from 1 min means like a loop and video is 7 min long.Could anyone help me in this.
I used mediaplayer.setPosition(7000) to seek the video till 7 sec an after that play normally but its not working mean the video is starting from the start only.could you please help
and if i used signal slot then how can i connect them to mediaplayer coz in the end its mediaplyer class which shuld receive the signal not the timer class and timeout() signal is related to timer class.