Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9157735
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:05:36+00:00 2026-06-17T13:05:36+00:00

I am trying to play a live stream video from server, like opentok or

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:05:41+00:00Added an answer on June 17, 2026 at 1:05 pm

    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:

        NSString *geturl = [[radiotablearray objectAtIndex:btntag]objectForKey:@"iurl"];
        NSLog(@"geturl..%@",geturl);
        NSURL *fileURL=[NSURL URLWithString:geturl];
        NSLog(@"fileURL..%@",fileURL);
        moviePlayerController = [[MPMoviePlayerViewController alloc] initWithContentURL:fileURL];
        [moviePlayerController.moviePlayer prepareToPlay];
        moviePlayerController.moviePlayer.shouldAutoplay=YES;
        moviePlayerController.view.frame = self.view.frame;
        [self presentMoviePlayerViewControllerAnimated:moviePlayerController];
    [moviePlayerController.moviePlayer play];
    

    Also add mediaplayer & Avfoundation framework in App.And add or import these two in .h file:

    #import <MediaPlayer/MediaPlayer.h>
    #import <AVFoundation/AVFoundation.h>
    

    & import #import <MediaPlayer/MediaPlayer.h>this in .m file. also make property of player like below in .h file:

    MPMoviePlayerViewController *moviePlayerController;
     @property(strong,retain)  MPMoviePlayerViewController *moviePlayerController;
    

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to develop an Android based application, which can play video from
I'm trying to get a live radio stream to play on my WordPress (.com)
While trying to play video using media player, I am getting this error: Unable
i am trying to play a video from a Url with help of MPMovieplayer
every one. I'm trying to figure out how to play live stream using MPMoviePlayerController.
So I am trying to livestream a video using the http live stream example
I'm trying play a video stream with MediaPlayer in a new Activity after the
I'm trying to play an HTTP live streaming video using a MPMoviePlayerController object, inside
im trying to play a video from the raw folder with phonegap. I modified
I'm trying to find out how i can use wowza media server(which i just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.