Hi HY, looks like you should be ok. Did you give it a try? What will be the use? Will the server be receiving RTMP, or rather sending out? What will it be connected to?
I've been doing an nginx + ffmpeg RTMP setup myself very recently and I published my notes here: https://gelovenleren.net/blog/raspberry-pi-broadcaster-diy/ I've been through a lot of trial and error, though! Best regards, Vic *Vic Mortelmans -- Klappeistraat 34A - 2060 ANTWERPEN -- 0499 71 06 37* Op di 5 jan. 2021 om 15:07 schreef Hongyi Zhao <[email protected]>: > On Ubuntu20.10, I've compiled the latest git master version > of FFmpeg with the native TLS/SSL support through the following > configuration option: > > $ ./configure --enable-openssl > > See the following verification results for more info: > > $ ffmpeg -protocols |& egrep -i 'in|out|rtmps' > Input: > rtmps > Output: > rtmps > > Then, I retrieved the latest mainline version of nginx, i.e., > nginx-1.19.6, from <http://nginx.org/en/download.html> > and compiled it with the following configuration options: > > $ ./configure --with-http_ssl_module --with-stream_ssl_preread_module > --with-stream_ssl_module > --add-module=../../arut/nginx-rtmp-module.git/ > > The nginx-rtmp-module used above is the latest git master version > obtained from: <https://github.com/arut/nginx-rtmp-module>. > > But I'm stuck here. To be more specific, I'm still not sure whether > the environment prepared so far mentioned above can give me the native > rtmps protocol server support capability. Any hints will be greatly > appreciated. > > Regards, > HY > -- > Assoc. Prof. Hongyi Zhao <[email protected]> > Theory and Simulation of Materials > Hebei Polytechnic University of Science and Technology engineering > NO. 552 North Gangtie Road, Xingtai, China > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
