On Mar 27, 6:20 pm, arun chhetri <[email protected]> wrote:
> iPhone safari does not support rtsp protocol for right now,,, you have to
> use http resource instead of streaming sever,,,,
> so good luck,,
>
> cheers
> Arun
>
>
>
> On Thu, Mar 26, 2009 at 5:05 AM, lukenukem <[email protected]> wrote:
>
> > I try to create a simple server streaming to perform video and audio
> > streaming on iPhone safarai browser.
>
> > I install Drarwin Streaming server on a Windows2003 server.
> > I test it in firefox (directly via myserver:80/sample.mp4) and via
> > internal plugin in a HTML page following the guide example and its
> > works fine.
>
> > But when I try to perform the same operation from my iPhone browser it
> > doesn't work!
>
> > Where is the error?
> > It's possible to do it?
> > Everyone has a document that describe the correct working
> > configuration?
>
> > Many thanks to all- Hide quoted text -
>
> - Show quoted text -
I tried every possible way to stream using quicktime streaming server
but its virtually impossible to stream from qtss to the iphone. I even
tried writting a little rtsp to http proxy and streaming over port 80.
Performance was unacceptable. With sdk 2.11 I know of only two ways
to do video. Why were you trying to use qtss, were you trying to do
live streaming, if thats the case you are not going to find an easy
solution. If your trying to stream static videos or an a quicktime
encoded stream, you can use a standard apache web server to server
hinted quicktime files. Alternately you can stream quicktime videos
from a dedicated media server , there are several good ones available
that will work with the iphone. twonkyvision, elgato eyeconnect , x360
to name a couple. One other approach would be to transcode the stream
on the fly using videolan for instance. Again framerates will be
horrific.
In the svn repository on our site www.mooncatventures.com there is the
start of a project called portal server, this is a little jetty server
that we are developing for the iphone it builds on an earlier attempt
using a custom java app and iui that had major performance and
deployment issues.
The servlet discovers upnp servers on your home network and streams
the content to the iphone,
You are welcome to look at our code, you may find what you are looking
for.
if by some chance I missed something and there is a way to stream qtss
with the current sdk I'd be interested in hearing about it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---