Page 1 of 1

stream "video" to an iPhone

Posted: 09 Feb 2011 20:44
by martinortiz
I was looking to developing streaming of video from remote pc to iPhone, I saw VideoLAN as possible solution...

I want to stream "video" to an iPhone, the reason I use quotes around video, is that I want to be agnostic about the ultimate source of the image frames.

Something like this...

(source of image stream...could be video file or could be some other source, like cam video feed)-----> send stream to iphone, iphone treats stream like it would frames of video, and plays them.

Would I be able to use VideoLAN for such a scenario?

Re: stream "video" to an iPhone

Posted: 17 Feb 2011 19:50
by ajmas
I not really sure, since I have not done this myself. A quick search yields the following, but I have no idea if it works:

- http://www.mydigitallife.info/2008/10/2 ... ital-home/
- http://jokru.posterous.com/apple-http-l ... diphone-w-

Let us know if either one worked for you.

Re: stream "video" to an iPhone

Posted: 08 Mar 2011 14:50
by crackstone
Yes you can use VLC for such a scenario but you will need other components as well.

VLC as streaming instance
Livemediasegmenter (e.g. mediastreamsegmenter from Apple)
Server with correct mime types
HTML5 for delivery

See other post for starting points: viewtopic.php?f=12&t=88394
There are plenty of tutorials on the net to do this.

Start here: http://www.tuaw.com/2010/12/21/dvds-are ... ally-that/
and adapt with this: http://blog.niamu.com/1080p-video-on-the-ipad-sort-of/

Works

//crackstone

Re: stream "video" to an iPhone

Posted: 09 Mar 2011 07:28
by cocochen
I was looking to developing streaming of video from remote pc to iPhone, I saw VideoLAN as possible solution...

I want to stream "video" to an iPhone, the reason I use quotes around video, is that I want to be agnostic about the ultimate source of the image frames.

Something like this...

(source of image stream...could be video file or could be some other source, like cam video feed)-----> send stream to iphone, iphone treats stream like it would frames of video, and plays them.

Would I be able to use VideoLAN for such a scenario?
vLC as streaming instance
Livemediasegmenter (e.g. mediastreamsegmenter from Apple)
Server with correct mime types
HTML5 for delivery