I don't know what to use to describe my current feelings.
Set up a Streaming Media Server in Linux ........
This is not a single victory. With it, the entire project has only one difficulty: Online conversion of videos.
It is now half past three am. When the test succeeds, I think of every step of the development on another platform ......
Configuration environment: fc8 + fms2
Problems:
The service cannot be started after the system is installed. The log file is empty and there is no error message. Using the./fmsmgr LIST command has the following results:
Macromedia Flash Media Server services:
FMS
Macromedia Flash Media Server running services:
Processes for service "FMS" in Directory:/opt/Macromedia/FMS
** No server process **
** No Administration Server process **
Solution:
Copy libssl. so.0.9.8 (which must be downloaded online) to/usr/lib/
Copy libcrypto. so.0.9.8 (which must be downloaded online) to/usr/lib/
Run sudo ln-S/usr/lib/libssl. so.0.9.8/usr/lib/libssl. so.4
Run sudo ln-S/usr/lib/libcrypto. so.0.9.8/usr/lib/libcrypto. so.4
Postscript:
In Linux, the setup of these servers seems to be a "test" of online search capabilities. Today's problems have no error information, so it is very difficult to find the answer. If this article is helpful to your work, please reply and encourage me to continue fighting for N hours.