Problem of Command Window with LIVE555 testRTSPClient project

443 Views Asked by At

I would like to implement how to capture audio from a microphone in IP (network) camera, and in real time stream it so that can listen to it live.

I was downloading and building the LIVE555 library.

I compiled the project with the testRTSPClient.cpp in the directory of the testProgs in live555 (without modifying the code).

The compile succeeds, but the command window opens and then closes immediately. What's the problem?

1

There are 1 best solutions below

4
On

The testRTSPClient application expect an url argument.

From the documentation

RTSP client
testRTSPClient is a command-line program that shows you how to open and receive media streams that are specified by a RTSP URL - i.e., an URL that begins with rtsp://

You should open a console and execute something like :

testRTSPClient rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov