473,387 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

client\ server program with RTP and gstreamer API

2
Hi,

im tring to write a c++ code that implement client\server.
the server supposed to send stream to the client with RTP via gstreamer.

im working with windows 7, visual studio 2010.

when I try to include the library:
#include <gst/rtsp-server/rtsp-server.h>

I get error:
Cannot open include file: 'gst/rtsp-server/rtsp-server.h': No such file or directory

but the include:
#include <gst/gst.h>
works fine.

1. do someone know what am I missing?
2. there is any simple example of client\server code implemented with c\c++
Jan 23 '14 #1
1 4195
weaknessforcats
9,208 Expert Mod 8TB
First, #include <gst/rtsp-server/rtsp-server.h> is not a library. rtsp-server.h is a header file in the path gst/rtsp-server.

Second, is the file in that folder? Like you can see it?

If you can't see the file yourself, then there's no way the preprocessor can find it.

Post your answer and then we'll go from there.
Jan 24 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: M O J O | last post by:
Hi, I'm developping a chat/client/server program, but I can't figure out how to do this. I've tried severeal chat examples, but no good and fully working examples. I've spend too much time...
2
by: Matt | last post by:
I wrote the tcp socket client-server program that the server will echo the message received from the client. In client program: char sendBuf; while(1) { cout << "Enter message:";...
1
by: siddurampure | last post by:
hi all, where can i get server client code in c.
0
by: Ricardo | last post by:
Hi... I'm new to program and i need a book that talks about client-server development.´Cause I have some question about it. Does you all know some books??? s...
1
by: Chris | last post by:
Hi, how do I develop the following 'simple' program using ASP.NET webforms : a client has a text-file (aaa.txt) that has to be manipulated by code located on the server, the server would then...
1
by: deepthy_raj | last post by:
want to write one seperate client program for establishing a connection with the client and to send a url for a page from server ..After that i want to write one seperate server program for to...
3
by: ranishobha21 | last post by:
Hi, i have a client server program in VC++,i want to provide this client - server application on web.which program i should use whether PHP or i can convert VC++ to active X control and then...
0
by: VVRNB | last post by:
I would like to know how to develop Client server program in Visual Basic 6 with Ms Access database. I do not know how to write code for client and Server . How to prepare activex DLL. A simple...
2
by: nsaffary | last post by:
hi I hava a client/server program that run correctly when i run it in one computer(local) but when I run client on a one computer and run server run on another, connection does not stablish.(I set...
2
by: karthikeyanck | last post by:
I 've to write a client server program for my assignment at college...... The server listens at some port in one machine and the client is running on some other machine...... I 'll 've to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.