Daisy
Daisy

Reputation: 821

Playing live streaming video apart from using MPMoviePlayerController

I have an issue (audio issue) playing live streaming video using MPMoviePlayerController for different reason My existing query for that related to VideoCore

[MPMoviePlayerController alloc] initWithContentURL:url]

My question here is, Is there any other approach that we can use for playing live streaming video apart from using MPMoviePlayerController in iOS? Please suggest.

Thank you

Upvotes: 1

Views: 495

Answers (1)

Adi Pop
Adi Pop

Reputation: 226

Try playing with AVPlayer

Here is the documentation from apple to it.

Here is the example apple provided for it.

Is not as simple as MPMoviePlayerController but it give you more control over it.

Happy coding.

Upvotes: 1

Related Questions