Although tversity has a nice but buggy media server, they are not the last word on everything. There server cannot be made to stream live tv to the iphone because it depends on rstp streams, but live streaming over http has been demostrated more than once, Videolan can do it for instance. Lets put it this way, if it can be done I will figure out how to do it. Tversity works with the iphone, because it can generate an html page of content, however I bet they haven't thought of doing what my server is doing, which is translating ssdp commands to jxpath , and using jdom to access the content.
I guess we will know in a couple months here's my research/deployment schedule. 1) release 1.0 - video from mediaservers 2) release 1.5 real playlists , some say you can't do that either. 3) release 2.0 live tv, if its possible look for it in a few months., if not I will at least have tried. On Aug 9, 2:00 pm, hhysell <[EMAIL PROTECTED]> wrote: > There was a post about this same topic that I ran across the other day > doing some other research on the everythingiphone > forum.http://www.everythingiphone.com/forum/iphone-software/streaming-live-... > > They stated there that: > "According to TVersity.com the iPhone, due to lack of RTSP support, is > incapable of live streams (not a problem with pre-converted streams > though). They are adamant about this, so if you say otherwise I'd > really like to see an example (in order to show TVersity)." > > Reference the link above for more on the discussion. > > I would suggest pre-converting your programs and then doing some sort > of scheduler that would replace the current movie that the stream is > pointed to or something to that effect - haven't put much thought into > it - to create the same type of functionality. > > I'm not that experienced in this type of technology, just thought I > would share what I had found previously. Hope it helps steer you in > the right direction. > > On Aug 9, 11:40 am, shelly <[EMAIL PROTECTED]> wrote: > > > My new sourceforge.net project, mobile media content client (mmc > > client) for the Iphone (tenative name) seeks to discover and stream > > whatever video / audio resources someone has on their network to the > > iphone (and other devices). its a subproject to another project of > > mine which does something similar for laptops. (that project page is > > herewww.distributed-home.com/wordpress), I still need to put up a > > page for the new one, I;m thinking of using .mac. > > > It uses a server written in java to gather the resources , and a light > > weight javascript client similar to iui, but very little processing is > > done in the client. > > > Already using ssdpd and dns-sd, (bonjouir) I can stream iphone format > > appropriate content from several very popular dlna servers, > > twonkyvision and elgato eyeconnect, before I release 1.0 I am hoping > > to hoping to support nero as well. Using the interface, you can easily > > switch between content on multiple servers, and play them on the > > iphone, there is also a customizable page for the dvdcover, > > discription and other info. > > > Before 1.0 I plan to add support to show what is on tivo's you may > > have, unfortunately you can't play content because not only would it > > have to be decrpted on the fly but also transcoded to h264 or mp4 for > > playback on the iphone, or wmv for playback on windows mobile. Still I > > think it might be useful to show whats on the tivo, and tie it into > > one of the popular video seach engines to get cover art and a > > symnobis. > > > Some of us still have replaytv's, and it might include that too, I > > have some code I wrote a long time ago for showing whats on that, and > > since its mpeg I might be able to transcode it on the fly to mp4 with > > resonable speed. > > Not sure what demand there is nowadays, with hd and all. Would anyone > > find that feature useful? What other video / audio content do you have > > you might want to see???? Be interested in hearing. > > > I'd also like to stream live tv, I think this is technically feasible, > > and wonder if anyone is working along the same direction. > > > Live tv would have to be an http stream , not rstp, and would have to > > be in a quicktime compatable format, as a test I'd like to come up > > with a way to get NasaTV to stream, all nasatv quicktime streams use > > rstp , with quicktime streaming server. > > > I know that videolan can do transcoding and live http streaming, and > > it has been used successfully to stream tv, but VLC's quicktime and > > h264 support is not all that good. > > > I'm just opening this to discussion to get some ideas, if anyone wants > > to join this project send me an email I may consider adding > > developers. You need java and ajax experience. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
