[Live-devel] about using live555 library as a streaming server

2007-07-02 Thread weiyutao36
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

[Live-devel] Use live555 library as a streaming server--

2007-06-29 Thread weiyutao36
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

Re: [Live-devel] How to debug livemedia library with mplayer

2007-05-21 Thread weiyutao36
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