[OLPC-devel] do we need s/o to make .swf plug-in for olpc browser?
supat at supat.eu.org
supat at supat.eu.org
Sat Jul 22 02:09:35 EDT 2006
I have idea to make it to work by now.
I mount it by using:
bash# mount dir.sqsh /mnt/dir -t squashfs -o loop
I got below script from some where:
mount -r -t squashfs /tmpfs/dist_media/${ROOTDISK} /tmpfs/dist_rootdisk -o
loop > /dev/null 2>&1 || fatalerror "$TCMR012"
UNIONFS_DIRS="dirs=/tmproot=rw:/dist_rootdisk=ro"
if [ -n "$INSTALLDIST" ]; then
mount -r -t squashfs /tmpfs/dist_media/install.img /tmpfs/dist_install
-o loop > /dev/null 2>&1 || fatalerror "$TCMR015"
UNIONFS_DIRS="$UNIONFS_DIRS:/dist_install=ro"
fi
echo "${GREEN}Done.${NORMAL}"
# Change / to new root directory - this has to be done in two pivot_roots
# because unionfs can't be mounted on /
echo -n "${BLUE}Pivoting to new root...${NORMAL} "
pivot_root /tmpfs /tmpfs/initrd > /dev/null 2>&1 || fatalerror "$TCMR016"
# create unionfs
/initrd/bin/busybox mount -t unionfs -o $UNIONFS_DIRS none /root || exit
1
/initrd/bin/busybox pivot_root /root /root/dist || exit 1
echo "${GREEN}Done.${NORMAL}"
=====================================
Original work will not support wireless and sound.
What I will do is repeat my work on those source.
By this way OLPC will use server RAM and CPU to do big task for .swf
movie. :)
supat
On Thu, 20 Jul 2006, John R. wrote:
> On 7/20/06, Kenneth Østby <kenneth.ostby at gmail.com> wrote:
>
> ...
>> Could it be an idea to push the encoding part on a proxy of some sort and
>> connect the "flash" plugin to that, like the X-server works today. That way
>> one can develop a lighter(cpu/ram) protocol for all the different forms of
>> media encodings out there like flash, shockwave, qucktime and so on.
>> ...
>
> I thought this was unworkable at first, but thinking again, this idea
> has some legs. The beefy PC would just run each real codec or plugin
> to render and have VLC or something like that on the OLPC. A web proxy
> (Squid?) just rewrites the links.
>
> http://www.videolan.org/streaming/
> http://www.squid-cache.org/
>
> There seems to be a browser plugin for VLC around but I don't know how
> well it embeds in the browser. Maybe there is some work there. There's
> probably no thought been given to proxying .swf to streaming video so
> there is work there too. This would work ok for flash movies but not
> interactive flash stuff.
>
> Not terribly scalable, but I guess it would work. Best case would be
> Gnash starts to work well and is profiled and optimized to work well
> with the OLPC.
>
> -- John.
> _______________________________________________
> Devel mailing list
> Devel at laptop.org
> http://mailman.laptop.org/mailman/listinfo/devel
>
More information about the Devel
mailing list