I am trying to play a live stream video from server, like opentok or wowza media server. how to implement please share your knowledge..
An Ip camera record video and send it to server and server broadcast it and this is to receive and play in iphone
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use MPMovieplayerviewcontroller. It is perfect for streaming audio/video. I am also
use this for streaming audio in one of my App & also it looks like default player of iPhone.
Ok here is coding for use of this player as I am doing in my project:
Also add mediaplayer & Avfoundation framework in App.And add or import these two in .h file:
& import
#import <MediaPlayer/MediaPlayer.h>this in .m file. also make property of player like below in .h file:And add method where you want but also make changes in code according to your need I am just send you my implement code you just change it with your requirement. Best of luck.