Page 1 of 1

How to set a webServer video to Movieclip node ?

Posted: 27 Mar 2012, 09:14
by allen hyoga
Before i set a absolute video path(D:\1.mp4) to the MovieClip node as the texture of a rectangle,it works.
Now i set a webserver video , just like http://192.168.0.12/video/1.mp4 which exsits on a mac apache, i can download it.however when i set the path to the MovieClip node as same as before, it does not work, MovieClip node can not transform this path to texture for use. Do i need a mid-node to convert the path,any help ?

Re: How to set a webServer video to Movieclip node ?

Posted: 28 Mar 2012, 07:19
by allen hyoga
And the error msg is "14:17 2012/3/28 Error : Movie (Movie Clip Advanced): Error creating Movie Resource: http://10.0.1.100/ivision/pic/27.mov: HttpFtpSchemeManager.GetLocalFSPathCore"

Re: How to set a webServer video to Movieclip node ?

Posted: 28 Mar 2012, 22:04
by Robert
Allen,

Not sure that streaming video is already implemented with ffmpeg.

@+

Robert

Re: How to set a webServer video to Movieclip node ?

Posted: 29 Mar 2012, 08:54
by Karol
Hi!

The Movie Clip Adv. node is currently not able to display streamed video content.
You have to use the 'old' Movie Clip node:
http://inside.ventuz.com/2009/10/video- ... in-ventuz/

Best Regards
Karol

Re: How to set a webServer video to Movieclip node ?

Posted: 29 Mar 2012, 10:43
by allen hyoga
Karol wrote:Hi!

The Movie Clip Adv. node is currently not able to display streamed video content.
You have to use the 'old' Movie Clip node:
http://inside.ventuz.com/2009/10/video- ... in-ventuz/

Best Regards
Karol
Thanks Karol, i found that old MovieClip node can only support wmv stream video and my OS is win7 64bit, on which QuickTime node does not work at all.So I use MovieClip Advance Node to Play QuickTime Video(.mov/.mp4) with absolute path, which works well.However, when I change the path to a webserver url, it does not work.Your given blog is written in 2009, i wanna know if there is some update to support the QuickTime stream video, after all old MovieClip + MovieClip Advance can do in theory :P

Re: How to set a webServer video to Movieclip node ?

Posted: 30 Mar 2012, 08:26
by chriss0212
at the moment no time to check....but maybe something like this could help?

http://www.webdrive.com/products/webdrive/
http://www.netdrive.net/features.html

this is a software which should map web adresses to a virtual drive?!

greetz

chriss

Re: How to set a webServer video to Movieclip node ?

Posted: 11 Jun 2013, 12:17
by craig
Is there any possibility of this being fixed in the next release? We have a project at present where I need to load MP4s using HTTP, and neither the MovieClip or MovieClip Advanced node support this functionality.