Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started by: davibou on January 27, 2022, 10:20:56 AM
-
I every one ,
I wan't to know if is it possible to add rtmp streaming fonction to sme10 .
If is it possible what can i use to add this ?
-
"Probably"
Search the interwebs for "centos apache rtmp" or similar to find things like this:
https://www.nobile-engineering.com/wordpress/index.php/2018/10/30/video-streaming-hls-apache-nginx/
However, I'd suggest you tell us what you are actually trying to do first because this may not be the solution you really require......
-
Ahhh.
https://forums.koozali.org/index.php/topic,54752.0.html
-
Ok i have sme 10 in production for a wordpress site . i need to host a rtmp server on sme for doing some live music show on the site ;)
So a friend can connect the rtmp serveur whith Obs and the show is showing on wordpress.
i have this working on debian with nginx but i migrate the site to sme and really doesn't know how to implant rtmp like i discribe.
-
as pointed by Reetp you need to search it for centos 7 and will find all how tos you need and they all point to nginx because apache httpd does not have the module to do that.
so you yave to install nginx configure it according to the how to then, add a config entry as service to allow it to start on reboot. Nginx only need to listen localhost
then you will need to reverse proxy the output of nginx trough the SME apache httpd service
but also as pointed by Reetp this is xy problem and your real issue is not having rtmp ising hls but ability to stream video content, so as your other question red5 might be an option, and if you were asking really your real problem you might find an even easier solution.