Hi Mike,
yup right now it'll work from an attached device as Stephan said
but in addition including a capture card, provided the device has
a quicktime driver installed. When I wrote the live feed extension
part of the work included support for a stream, however I did not
get that far and the capture card was sufficient for the client.
I wrote some documentation for the ".live" processing that Robert
asked me to put on the wiki - so I should do that tomorrow if you
think it would be of use to you. Are you on Windows or Mac BTW?
Since you asked about the ".live" then A=as a ten second piece of
documentation off the top of my head start by using a slightly
modified osgmovie app until I submit the osgvideo example:
0. Modify the osgmovie.cpp and make sure that the .live
extension is associated with the osgdb_qt plugin:
osgDB::Registry::instance()->addFileExtensionAlias("live","qt");
1. run osgmovie --devices
If you have any live feed devices associated with a QuickTime
driver then this will spit out some command line options and
associations.
eg: ...
4:1.live Blackmagic HDTV 720 Intensity HDTV 720p 59.94
...
2. run osgmovie x.y.live
This will force load the osgdb_qt plugin, and then attempt to
open the x.y.live where x and y are the input and channel of
your input - eg 5:0.live
Sorry I can't help you regarding the streaming using QuickTime
at this point in time.
Cheers,
Colin.
Stephan Huber wrote:
> 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
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org