How can I use 'video streaming example'?

4 posts / 0 new
Last post
Offline
Last seen: 8 years 2 months ago
Joined: 11/25/2015
Posts: 14
How can I use 'video streaming example'?

Hi,

I want to use some examples especially 'video streaming'.

(http://www.rti.com/resources/usecases/streaming-video.html)

 

But, I got some problems when I included sources into visual studio 2013 32bit.

First, It couldn't find where the source files in. (VideoData.cxx, VideoDataPlugin.dxx, VideoDataSupport.cxx)

I've already confirm environments(c++, linker..)

Second, There were no Generated codes to use.

 

How can I solve these problems? Please help me.

 

 

rose's picture
Offline
Last seen: 2 years 8 months ago
Joined: 08/22/2011
Posts: 148

Hello, 

Are you seeing an error message when you build, aside from the files being missing?  Did you use the existing Visual Studio project and upgrade it to Visual Studio 2013, or did you create a new solution?

I am in process of updating the examples to work with Connext version 5.2.0, so you may have hit a problem with that.  I just made some changes to the Video example, which might solve your problem.  The changes are available on the github site, and will soon be part of the download from rti.com.  Edit:  This is now part of the download bundle on rti.com, too.

https://github.com/rticommunity/rticonnextdds-usecases/tree/master/VideoData

Thank you!

Rose

Offline
Last seen: 8 years 2 months ago
Joined: 11/25/2015
Posts: 14

Thanks.

I solved it through your reply sources.

It works!

rose's picture
Offline
Last seen: 2 years 8 months ago
Joined: 08/22/2011
Posts: 148

Wonderful!  Let me know if you have any more questions or issues!