Koozali.org: home of the SME Server

Need infos and help

Offline davibou

  • ***
  • 79
  • +0/-0
Need infos and help
« 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 ?

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Need infos and help
« Reply #1 on: January 27, 2022, 11:35:08 AM »
"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......
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Need infos and help
« Reply #2 on: January 27, 2022, 11:37:22 AM »
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline davibou

  • ***
  • 79
  • +0/-0
Re: Need infos and help
« Reply #3 on: January 27, 2022, 11:45:09 AM »
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.






Offline Jean-Philippe Pialasse

  • *
  • 2,747
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Need infos and help
« Reply #4 on: January 27, 2022, 12:51:46 PM »
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.