Game Development Community

Video streaming from network camera

by Wang Jinhui · in Torque 3D Professional · 02/09/2011 (12:54 am) · 3 replies

Dear all,
I have a project which require me to display the network camera content in torque 3d. I can get the content from a Multicast RTP URL: "axrtpm://IP/mpeg4/media.amp". But i don't know how to pass this content to GFXDrawUtil to show in torque 3d. Can anybody show me a way to do it? Your help is really appreciated.

#1
02/09/2011 (1:37 am)
I personally use the WebKit and a flash player to view video streams (cam, videofiles, video streaming service like BlogTV/UStream). This solution includes the mouse event handling.
#2
02/09/2011 (11:09 pm)
Thanks a lot Alfio. The information you provided is really useful to me.
Just to clarify with you, do you use a Wowza Media Server for streaming IP camera video?