| Dario De Agostini 2005-08-30, 7:46 am |
| here's my short list of "not so impossible things" 
1) ability to "stream" a progressive jpeg
2) ability to live encode with the "screensharing codec"... which is simply
the ability to send just "changed" areas... which is VERY useful when you
are not streaming your face and you have to deal with 512x384 or more
3) ability to save a jpg from a video (client side and server side). Ok
client side should be possible now with maelstrom.
4) fix bug which prevents to change volume of live streamed audio
i will spend 2 words about the 4th:
you CAN change the volume... you have to attach stream video to a video
object, stream audio to a MOVIECLIP and then you can use new Sound and
setVolume to change your stream volume.
This is simply perfect with streamed flv.
It will loose sync when you apply this technique to a live stream (depends a
lot on keyframes and other settings too, so you won't notice it everytime).
If you want to mantain perfect audio-video sync you must attach both to the
same video object. (and you can't change volume this way)
list of "impossible" things:
1) live stream resample
2) see "desktop" as a source in "Camera.list" 
3) better audio codec (current one uses just too much bw when using 11khz or
22khz , live stream)
Thanks a lot!
Dario De Agostini
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|