Go have a look here live555.com you find some useful info about video streaming RTP (and/or RTSP or SIP) & an already written library. Also take a look at videolan
Hope this helps
ziggystarman
Junior Poster in Training
79 posts since Sep 2010
Reputation Points: 23
Solved Threads: 5
the only instructions I saw to implement a connection between server and client was not C++ code
This is a c++ forum for c++ related support, the syntax you posted looks to me like command line instructions specific to the reSIProcate server or whatever.How do I implement the connection using the reSIProcate library? And what encoding should I use? Maybe you could try asking these questions on there support forum &/or read the documentation to get the answers your looking for.
Sorry I can't be of further help.
ziggystarman
Junior Poster in Training
79 posts since Sep 2010
Reputation Points: 23
Solved Threads: 5
Have you setup the sip server on your network Using Repro http web interface & verified its working correctly using command line calls to the server. To send requests to the server via C++ code you'll need to add some header file/s to your project to communicate with the server or use a library such as cURL/Winsock to send requests to the server.
I can't really help any further because I've not used reSIProcate , try their mailing list for help on code examples, headers files etc...
ziggystarman
Junior Poster in Training
79 posts since Sep 2010
Reputation Points: 23
Solved Threads: 5