I am developing an iPhone application that can play Facebook videos. I use MPMoviePlyaerController with control style MPMovieControlStyleNone to customize the Player UI. The facebook video URL is set as the content URL of MPMoviePlyaerController.
I have registered for the notification MPMovieDurationAvailableNotification to get the total duration of the video. But, the notification is not getting posted. I have tried the same few days back and it was working fine. Also, there is no problem with the network; because I tried playing Facebook video from Safari app of iPhone.
What might be the problem here. Is there any alternate way to get the duration from the movie URL?