I want to make a player which will play video files from local server and takes command to play stop and ff etc from a socket.
I am able to make a player which uses QTKit framework, but when it comes to socket it did not load movie. I run the socket on another thread, and I also initialize QTMovie on the main thread but still it's not working.