>From what I've been able to find so far it should be possible, When
the pocket pc (2000) just came out, application development was almost
as bad as the iphone, today there are rich .net libraries for
multimedia, but back then there was very little.

One of the first apps used winapps to stream music from a pc running
slimserver, and it employed something similar to what I have in mind.
In fact slimserver is still around, and now it even supports upnp
which means my app application could possible use it. So that could
even be a possibility. More likely I will use one of the servers I
already use, and do most of the filecombining and proxying on the
server side.

Unfortuantely music is lower on my priority list than video, and my
goal right now is to get the first alpha version of my application
out. Initially it will support video, and single song playback from a
twonkyvision or elgato eyeconnect server. Although it seems to work
with the server from my dlink video player too. I'd like to get it to
work with nero before I release it.



On Aug 7, 3:44 am, skwasha <[EMAIL PROTECTED]> wrote:
> There is a 10mb limit for text resources... not for media. Here's some
> info from Apple re: resource size limits.
>
> 10mb per text resource limit
> 8mb per decoded image (tiff, png, gif)
> 32mb per jpg
> 2mb per animated gif
>
> Regarding playlists, I'd be interested to see if you get your method
> working. The best I've gotten so far is to do some real-time splicing
> via QTCoffee at request time. I'm sure this could be improved if I did
> something custom. But I honestly haven't played with it too much more.
>
> On Aug 6, 11:18 am, shelly <[EMAIL PROTECTED]> wrote:
>
>
>
> > Were did you get that info, 10mb , no wayt, I was watching a video , a
> > 1gig converted dvd of a recent movie, movie lenght exceeded 2 hours
> > (this on a 4gb iphone) . And it streamed perfect. I was streaming off
> > a twonkyvision media server using a custom bridge server I wrote, and
> > what I liked the best was the byte range addressing, I saw it
> > demostrated but this is the first time I've seen how good that really
> > works. Doesn't seem to work that well with apache, but from a
> > dedicated media server it really is nice and fluid.
>
> > Playlists are going to be a problem, there does not seem to be a way
> > of starting a sequence of videos, but I'm thinking maybe you could
> > send the iphone a continuous http-stream of your playlist. I know that
> > videolan does something like this with there streaming software, so it
> > should be possible. The Iphone seems to play whatever stream it gets
> > until the stream finishes, it doesn't seem to recognize any control
> > logic.
>
> > I am going to try and incorporate playlist in a future version of my
> > application, today I applied for a sourceforge registration and the
> > app is almost ready for an alpha release. It plays video nicely from
> > twonkyvision and elgato eyeconnect., release 1.0 will have support for
> > itunes via the eyeconnect.
>
> >www.distributed-home.com/wordpress
>
> > On Jul 19, 8:53 am, GJohan <[EMAIL PROTECTED]> wrote:
>
> > > Thanks, I made some new test settings here that i believe should
> > > work.http://www.igroen.com/iphone/start.html
> > > Is there a limit in Mb size for the movies? I think i read somewere
> > > that files must not exceed 10 Mb, does that include movies "streaming"
> > > from a webserver?
>
> > > On 13 Juli, 23:30, Kord Campbell <[EMAIL PROTECTED]> wrote:
>
> > > > The QT elements in pages on the iPhone launch in a separate viewer,  
> > > > so you can't embed them on a page.  Your particular example shows a  
> > > > QT element, but it's not clickable.
>
> > > > Your page width also probably needs to be set as the window is at  
> > > > full zoom with the second page loads.
>
> > > > On Jul 13, 2007, at 4:07 PM, GJohan wrote:
>
> > > > > I´m have some samples here, dont know if they work since i dont have
> > > > > an iPhone, (they work with Safari on my Mac but i understand that´s a
> > > > > different thing)  any feedback is appreciated, like what samples do
> > > > > work and which one that doesnt.
>
> > > > >http://www.igroen.com/iphone/start.html
>
> > > > > On 13 Juli, 20:44, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote:
> > > > >> You can't get a plugin version, because there is no plugin! the  
> > > > >> iPhone QT
> > > > >> support is a kluge, very little works!
> > > > >>  the best I've been able to get is a dynamically generated embed  
> > > > >> tag. It
> > > > >> give me a triangle where the player should be, and when tapped, it  
> > > > >> goes off
> > > > >> and plays the music, then returns... not great... but no extra dummy
> > > > >> windows!
>
> > > > >> On 7/13/07, skwasha <[EMAIL PROTECTED]> wrote:
>
> > > > >>> Even more playing has determined that none of the javascript<->QT
> > > > >>> stuff seems to work either. I can't even get the player/plugin to  
> > > > >>> give
> > > > >>> me a version :/
>
> > > > >>> This is one dumbed down QT.
>
> > > > >>> On Jul 12, 9:49 pm, Lida <[EMAIL PROTECTED]> wrote:
> > > > >>>> The Safari media player is different than the iPod player.  
> > > > >>>> Chapters in
> > > > >>>> podcasts doesn't show backgrounds or allow you to use chapters. So
> > > > >>>> there seem to be no way of embedding additional information into  
> > > > >>>> your
> > > > >>>> movies.
>
> > > > >>>> On Jul 12, 5:24 pm, skwasha <[EMAIL PROTECTED]> wrote:
>
> > > > >>>>> Yes, I know ads suck... But it's not my fault. Blame the  
> > > > >>>>> client. ;)
>
> > > > >>>>> Anyway, what I've found so far is that none of the following  
> > > > >>>>> seem to
> > > > >>>>> work - playlists (m3u, qtl, etc.), autoplay, qtnext, embedded auto
> > > > >>>>> hrefs.
>
> > > > >>>>> If anyone has found different or has any ideas, I'd love to  
> > > > >>>>> hear em.
>
> > > > >>>>> On Jul 11, 8:24 pm, montressor <[EMAIL PROTECTED]> wrote:
>
> > > > >>>>>> ugh. Ads on the iPhone. I was really enjoying the lack of  
> > > > >>>>>> flash, but
> > > > >>>>>> now we're inserting ads into Quicktime streams?
>
> > > > >>>>>> On Jul 11, 9:25 pm, skwasha <[EMAIL PROTECTED]> wrote:
>
> > > > >>>>>>> Been playing with QT embedding... Problem seems to be that  
> > > > >>>>>>> qtnext
> > > > >>> is
> > > > >>>>>>> ignored. Also, multiple (~10) embeds seems to crash the browser.
> > > > >>>>>>> Ideally, would be able to insert an ad before viewing a clip.
>
> > > > >>>>>>> Anyone got any advice, links, etc. that might be useful?
>
> > > > >>>>>>> thanx,
> > > > >>>>>>> sascha =)
>
> > > > >> --
> > > > >> Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to