Page 1 of 1

Is web streaming with AVIFIL32 possible?

Posted: Tue Nov 12, 2013 12:47 pm
by mpz
Hello,

i use the AVIFIL32.dll library for my mp3d engine to open avi as moving textures and to create an avi file. A user ask me about streaming of an avi file and to integrate this in the mp3d engien. Does anybody know a way how to use a Webfile like "http://mywebsite.com/files/videos/mylivestream.avi" instead of a avi file on disk?!? In the AVIFIL32 lib i use the AVIFileOpen comand to open avi file...

P.S: I can use and translate other language like c++ etc too, but i did not found a code or a solution...

Thanks for your help
Michael

Re: Is web streaming with AVIFIL32 possible?

Posted: Tue Nov 12, 2013 3:34 pm
by IdeasVacuum
It would surely be better to download the file and then use it.