Mike Greene schrieb: > I've been using the QT plugin for sometime now with a pre-recorded movie > (.mov). I now want to send it live streams. Is there any > documentation/examples on how to do this? I use VideoLan Client to start > a multicast stream (udp://@2xx.xxx.xxx.xxx:1234) and can see it > remotely, so I know it is streaming correctly. How do I tell the plugin > what to look for as far as URL for the incoming stream? I tried using > the straight QuickTime player just to see if it would open the stream > and have been unsuccessful thus far in giving a correctly formed URL. I > glanced through the QT plugin code and saw something about a ".live" file?
The quicktime-plugin live feature is intended to grap a live-feed from a attached usb/firewire cam. Quicktime itself can only stream quicktime-movies via http / rtsp, but I haven't tested it with osg. I am pretty sure, that the current quicktime plugin can't handle streaming over the net, there's some missing functionality, and osgDB::Registry will eat all requests to "http" and forward it to the .net-plugin, perhaps this has changed with the occurance of the curl-plugin. cheers, Stephan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

