avs embedding in browser
Can I comehow embed avs to a web browser??
21 posts
Originally posted by TomyLobo
you mean putting an avs in your own site?
you could make an AVI from it, using UnConeD AVSGrabber APE
after compressing it you could embed it in your web page, but don't ask me about details on that, i never used any videos in web pages
directly putting an AVS on a website could be done if someone wrote a plug-in for it, but it would be worthless i think because it depends on sound input.
Originally posted by sandstorm_shtry SHOUTcast
I have an idea to make a music applet with a dj playing it & thousands of people listening to it...🙂
Originally posted by UnConeDActually Me and GordoN Willaim (r4) have been working on realtime visual on teh web and Java is surprising quick. We did think that we would have big problems with it for our client but not at all.
If you know Java, then you'll know that applets run in a sandbox environment which shields them from the OS. Platform-specific apps like AVS or Winamp are not accessible to Java afaik.
I suppose you could program your own visualiser thingie, but without optimized instructions (and given Java's general slowless) it wouldn't run well.
Originally posted by OnionRingOfDoomYathosho once did this with NSV (Nullsoft Streaming Video). You can find a forum about it on these forums.
I dunno, is there a program that could stream the output of the AVS Grabber? Either that, or there might be a program that could stream a image of your desktop or something.
Or you could just rig a webcam up and point it at your monitor :P
Originally posted by UnConeD
If you know Java, then you'll know that applets run in a sandbox environment which shields them from the OS. Platform-specific apps like AVS or Winamp are not accessible to Java afaik.
I suppose you could program your own visualiser thingie, but without optimized instructions (and given Java's general slowless) it wouldn't run well.
I know that the sandbox is there only if you run an unsigned applet... did you know that?Yes I do, but:
Originally posted by sandstorm_sh*grins*
i just wanna rewrite it into java??