World: r3wp
[DevCon2007] DevCon 2007
older newer | first last |
Pekr 20-May-2007 [2343] | hopefully proxy will be automatically detected on Windows :-) |
Gabriele 20-May-2007 [2344x2] | well... i want to do keep-alive etc. but that's part of the design issues to discuss |
petr: that's something the "wrapper" should do. grab some windows expert and you'll have a solution - you won't need rt to do builds for you anymore ;) | |
Pekr 20-May-2007 [2346x2] | cool. |
So, what is missing in R3? I remember something from conference, but not much - RIF, Unicode, rebin ...? | |
Gabriele 20-May-2007 [2348x3] | rif (ladislav may be able to finish it for july), os part of unicode (community can help a lot here) |
rebin may be delayed after july... but it depends on the time carl will have during june | |
we plan to have full graphics with rich text by july, with vid (at least the basics) | |
Henrik 20-May-2007 [2351x2] | Gabriele, how comprehensive do you plan to make VID out of the box this time? |
(when VID is complete, that is) | |
Gabriele 20-May-2007 [2353x3] | as much as possible. |
my first goal is....... i don't want to spend time writing guis for simple apps. | |
so it should be... a few lines and you have a fully functional user interface, for all the common cases. | |
Graham 20-May-2007 [2356x3] | http takes a day or two ? |
Is this a rewrite, or tweaking of the existing protocols? | |
Async ? | |
Pekr 20-May-2007 [2359] | wasn't is said, that new kernel is async, but http initial release will be sync only? |
Volker 20-May-2007 [2360] | With task available that should make no big difference? |
Gabriele 20-May-2007 [2361] | rewrite, async (R3 devices are async just like amiga devices) |
btiffin 20-May-2007 [2362] | Carl posted his presentation |
Terry 21-May-2007 [2363] | The requested URL /article/devcon2007.rebdocproj.org/news.html" was not found on this server. |
btiffin 21-May-2007 [2364] | Its seems to be a small url hiccup in the blog. http://devcon2007.rebdocproj.org/news.htmlis the real link. |
Henrik 21-May-2007 [2365x2] | hmm... so much new stuff. feels like I have to learn rebol all over again. :-) |
now I'm beginning to wonder whether REBOL could be useful under XNA on the XBox 360. | |
Pekr 21-May-2007 [2367x2] | I would like to ask, re. posted slides - why is rebin a problem and hence is deferred? |
also - virtual windows - rendering graphics into image .... does it mean we get native VID windowing? (would be usefull for browser-plugin, because in other case we have to limit amout of OS level windows opened, whereas with rebol windows (vid style), noone would mind, as nothing would pop-up ... | |
Oldes 21-May-2007 [2369] | with R3 it should be possible to make own windowing system... but still don't know how to make it secure.... I mean if module can expand into global, what if I don't want loaded modules to do that (I mean if I for example want to open foreign script in virtual window)... anyway... I think the case with rendering into image is described scenario of current: DRAW image commands |
Anton 21-May-2007 [2370x2] | virtual windows - rendering graphics into an image means that a stream of images can be sent over a network to another user in a "terminal services"-like session. |
and the new event datatype will be good for this too. | |
Pekr 21-May-2007 [2372x2] | just why send it as an image? it should be sent as VID - SAP does it too - that is their advantage in comparison to other ERPs, as they do it like VID. |
you have "fat" client, which can interpret it. The question is, once you render your window, is layout still valid? | |
Anton 21-May-2007 [2374] | That's just one application of the idea. |
Henrik 23-May-2007 [2375x2] | Videos are online: |
http://www.sahores-conseil.com/?q=node/2 | |
Anton 23-May-2007 [2377] | Thanks Henrik. |
Will 23-May-2007 [2378x2] | GREAT GREAT!! thanks a lot to all that contributed 8-)) |
OHH and at a great high quality 8-))) | |
Gabriele 23-May-2007 [2380x2] | does not work for me using either vlc or mplayer |
(why can't this be a simple http download?) | |
Will 23-May-2007 [2382x8] | does this work for you? |
http://ead.ephe.sorbonne.fr/iStream/04_Carl1_2.mov | |
the object tag has: | |
<param name="src" value="sample.mov"> <param name="qtsrc" value="rtsp://ead.ephe.sorbonne.fr/iStream/04_Carl1_2.mov"> | |
the embed tag has: | |
SRC="http://ead.ephe.sorbonne.fr/iStream/04_Carl1_2.mov" | |
maybe there is a problem with that | |
and you are on window right? | |
Gabriele 23-May-2007 [2390x3] | linux |
the http link seems to redirect to the rtsp one (at least VLC reports that) | |
it seems like the problem is that RTSP wants to send me UDP packets... but i'm under nat. | |
older newer | first last |