Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Have you tried to fetch the duration once the player started playing the video? (playback state change notification) – Till Apr 25 '11 at 5:25
I need to update the slider once movie starts playing. Before playing the movie we need to set the maximum value of the slider to be total movie duration – spd Apr 25 '11 at 5:34
Well, in either case, the duration will not be available prior to the movie being playable, maybe you can live with that. – Till Apr 25 '11 at 18:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.