Jump to content

[SOLVED] AppGrabber sample


photo

Recommended Posts

Hi all,

We want to make video streaming from Unigine application to other devices (mobile, other computer, chromecast, etc.)

Looks like AppGrabber can do the job but we didn't find any sample in the SDK about how to use it. We also have reviewed source code and looks like the AppGrabber plugin renders the viewport to an Image instance everytime the "engine.grabber.function" is invoked.

So we want to know the best way to convert the image to be sent as video stream.

 

Thaks in advance.

Link to comment

Hi all,

We want to make video streaming from Unigine application to other devices (mobile, other computer, chromecast, etc.)

Looks like AppGrabber can do the job but we didn't find any sample in the SDK about how to use it. We also have reviewed source code and looks like the AppGrabber plugin renders the viewport to an Image instance 

 

 

You may also wish to look at Open Broadcaster at https://obsproject.com- that allows Window capture and RTMP stream origination without much hassle. You can then send that RTMP stream to youtube, a CDN, or your own copy of Nginx which will create Flash, Apple and Android-compatible streams.

Link to comment

Hi!

 

AppGrabber sample is available for launch in Plugins section inside the SDK Browser. You also can check the source of this sample in <SDK>/data/plugins/app_grabber_00.cpp.

I'm embarrassed :wacko: , I completely failed in my "Search in files". Thanks.

 

You may also wish to look at Open Broadcaster at https://obsproject.com- that allows Window capture and RTMP stream origination without much hassle. You can then send that RTMP stream to youtube, a CDN, or your own copy of Nginx which will create Flash, Apple and Android-compatible streams.

This is the second part of the problem, many thanks Angus.

Link to comment
×
×
  • Create New...