Hi everyone, I want to use live555 streaming Media library as a streaming
server and I
have serveral questions: (1) Can the live555 library be used in a practical
application, for example, a
VoD system, as a streaming server and, can the streaming server run
stably for normal use? (2) I know
Hi Ross,
I want to use live555 streaming Media library as a streaming server and I have
serveral questions:
(1) Can the live555 library be used in a practical application, for example, a
VoD system, as a streaming server?
(2) How many concurrent users can it support, or does it have a limit on th
Hi Jerry,To debug the liveMdeia library, you may have to recompile the MPlayer
and liveMedia library. 1/ Before compiling liveMedia, in the first line of file
"config.linux"--COMPILE_OPTS = $ (INCLUDES) -I -O2 -DSOCKLEN_T...,add the "-g"
option as follows: COMPILE_OPTS = $ (INCLUDES) -I -O2 -g