Coder Social home page Coder Social logo

Comments (3)

inspiredtechnologies avatar inspiredtechnologies commented on June 1, 2024

Dear Hatim,

In the source code from https://github.com/RSATom/libvlc-sdk, the VLC SDK C++ headers can be found in the "include" subfolder and the 32-bit MSVC libraries in the "lib\msvc" subfolder. You just need to specify where the compiler can find those paths on your machine.

If you're using Visual Studio, try these,

  • Open the Properties page for the RtspStreamerLib project
  • Select "VC++ Directories"
  • In "Include Directories", add the path to libvlc-sdk\include
  • In "Library Directories", add the path to libvlc-sdk\lib\msvc

If for whatever reason it still refuses to compile, you could use a precompiled copy of the RtspStreamerLib.dll from the IP Camera Emulator Standard repository (https://github.com/inspiredtechnologies/IP-Camera-Emulator-Standard), and exclude the RtspStreamerLib project from your build configuration.

from ip-camera-emulator.

hatimjohar avatar hatimjohar commented on June 1, 2024

Thank you team inspiredtechnologies for detailed response with steps.

I tried to do the same as mentioned using Visual Studio 2013, however still facing link errors. even I downloaded the dll from the url shared and again tried it is failing.

We will try it and let you know. Thanks appreciate your response.

from ip-camera-emulator.

inspiredtechnologies avatar inspiredtechnologies commented on June 1, 2024

Closing issue as there's been no further updates

from ip-camera-emulator.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.