[Live-devel] How to get the qFactor?

2008-03-19 Thread mean while
hello, I'm using livemedia to stream mjpeg, and I don't know how to get the qFactor value. Could you please tell me how to calculate the qFactor? Can I found it from the jpeg content? And another question, the rtp type field should be 1 if the jpeg is yuv422 format, and 0 if yuv420, is this rig

[Live-devel] stream mp3

2008-04-01 Thread mean while
hi, I want to stream mp3 with livemedia. The source does not base on file but comes from memory one frame per time. Should I modify the MP3FileSource.cpp & MP3StreamState.cpp to read and parse the data? Should I use mp3adu format? Thanks very much. yours, mw

[Live-devel] a question about MP3StreamState

2008-04-07 Thread mean while
Hello, Thanks for your help. I have a question about MP3StreamState. In this Class it calls waitUntilSocketIsReadable() to wait for the source data, and this function allows other tasks to run while waiting, but this may cause some problem. If the client close the connection, the MP3StreamS