MPMoviePlayer SourceType

Hi All,

Would it be possible to have a sample using a stream

   "TTMSFMXNativeMPMoviePlayerViewControllerSourceType.stMovieSourceTypeStreaming "

to play a movie ?

What event should be used to add additional data ?

I would like to read a stream in a loop from a data server  (in a thread)

and feed the MoviePlayer with this data as it is read.

Is this possible with TMSFMXNativeMPMoviePlayerViewController ?

Best Regards

 

 

 

Hi, 


You only need to specify an URL from where the file is located (example MP4), the movie player will automatically perform streaming.

Kind Regards, 
Pieter

Thanks

Hi,

i tried to play a Stream from a Wowza Server ... so i used this URL :

http://flash.good-sound.de:1935/gsvod/mp4:gs1.mp4/playlist.m3u8

I used the Movie-demo and i get this Error Message in Debugger :

Im Projekt dyld_sim ist eine Exception der Klasse EObjectiveC mit der Meldung 'ObjectiveC-Klasse MPMoviePlayerViewController wurde nicht gefunden' aufgetreten.

This says that objectiveC-Class MPMoviePlayerViewController is not found.

There is no possible Hit in Google :-( do you know something about that problem ?

Regards 
Andreas

Hi, 


We are unaware of any issues with this component, and the class should exist:
http://https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MPMoviePlayerViewController_class/

Which iOS version are you using?

Kind Regards, 
Pieter

Pieter Scheldeman2015-11-16 08:39:09

I Use IOS 9.1 ,,,