comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » ION: video?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: ION: video? [message #41045 is a reply to message #40885] Wed, 15 September 2004 11:42 Go to previous message
Rick Towler is currently offline  Rick Towler
Messages: 821
Registered: August 1998
Senior Member
sandrokan wrote:
> Dear all,
> I got an ION script that pushes an image from my server to the remote user
> with a call to TV.
> Is it possible to substitute, inside this script, this TV calling with some
> call to a routine that shows a video (animated gif, mpg or other)?
> Of course I can save the video somewhere and then pass just the
> file.address, but I'm wondering if is it possible somehow else.

It depends on what you mean by "shows a video".

Check out the ION_OBJECT tag (added in 1.6?) that lets you insert
varied content into a page (including .avi or .mpg files).

Also, ION_IMAGE should work with animated .gifs (but you'll need to
generate the animated gifs outside of IDL using maybe imagemagik).

Before the ION_OBJECT tag, I would simply save ION generated animations
and VRML files with a unique name to a /tmp directory, embed the player
in the output page and pass the url to the player. I would also spawn
an "at" job to clean the file after a set period of time. Works great.

-Rick
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Changing height value in ion_image script
Next Topic: Re: Multiple Color Tables!?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 09:06:48 PDT 2025

Total time taken to generate the page: 1.32163 seconds