MPMoviePlayerController and HTTP Live Streaming - iphone

I am working on 1 iphone app that need to be show video which loads from the internet by using HTTP Streaming . I am searching the ways to do it but I did not get any up to now.
Can anybody help in this .
Thanks in advance

This guide from Apple should help:
http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html

Related

Streaming YouTube live into ionic 4

hello I use ionic 4 with streamingMedia poir reading on links of videos .mp4 everything is fine but I want to do it with a video broadcast live on youtube, I do not receive an error but it does not start reading. is it possible to do it? P.s: I saw the native cordova youtube but will it give me the possibility, if yes will it allow me to hide the titles and others? Thank you for helping me please.

Is there way to video chat (two way) using sip in iOS?

Any one please help me in video calling service (like Skype). I am basically using SIP for implementation.
So if there any link to related then please suggest me.
Thanks in advance.
You can find the project you are looking for on http://code.google.com/p/idoubs/

about upload iPhone video to Youtube

how to set the video format of the iPhone camera captured? I think that can be mov,mp4, h.2x , because iPhone can play it, but can not find API to set the video format to recording .....
also want upload the video to youtube, anyone know where can find a good open source code for this purpose, I think that this feature will be commonly and it must be done by other coder....just want save time for this purpose ..
thanks for your help
use gdata is enough
Using gdata is the way to go as Robin mentioned above. Here is a great article that outlines what you need to do and provides a great set of source code to get you started.
Hope this helps!!

MMS Streaming in iPhone Application

hope you all are fine and also in one of your best of moods!!
I have a query to ask you.
I have few mms at server side. I want to stream those mms clips and want to open in my Application.
anybody has any idea how to do this??
kindly share your knowledge...
Looking forwards!!
Regards,
Arun Thakkar
You can either open your MMS url directly in a UIWebView or in a MPMoviePlayerController.
Properly encode your MMS file, so that can be played in iPhone.
e.g. http://ec2-174-129-153-104.compute-1.amazonaws.com:1935/vod/smil:BigBuckBunny.smil/playlist.m3u8

Youtube API for iphone?

I was looking for some YouTube API implementation on iPhone but couldnt find and good resources.
I just want to know how to initialize the connection and call the function to display the list of youtube videos.
Can anyone help me out...
Any code will be very helpful...
Thanx in advance...