Emmanuel Mathi-Amorim

Results 15 comments of Emmanuel Mathi-Amorim

Thanks for taking a look at this guys. I know, I'm digging up some old code here. Since the original reason for this behavior seems to be forgotten/lost, I am...

> @mannyamorim This is great work. When this would be merged into the main repository? Thanks @yildizsc. Merging is up to @sergey-dryabzhinsky.

@RainNameless I've verified the code against Youtube and Facebook, but it should support any RTMPS target. Please test and let me know if there are any issues with Tiktok.

@Be1erafon it looks like the SSL name is being calculated incorrectly. This is used for the TLS SNI field and for certificate hostname validation hence the failure to validate. This...

@Be1erafon I've pushed a commit which should fix the issue you were experiencing. Please test again and let me know the results.

@Be1erafon thanks for letting me know. I'll try to work out what the difference is between the NGINX module and the FFMPEG implementation. Will post back once I have a...

@Rosstarz you can read a bit about dynamic modules in NGINX here: https://www.nginx.com/resources/wiki/extending/converting/. You can use the commands that @sergey-dryabzhinsky posted to build as a dynamic module. If you would...

@yildizsc from Nginx's point of view there is no difference between authoritative SSL and self-signed certificates. Both should work just fine. In this case, I believe you need to create...

@yildizsc please ignore my earlier comments about needing to have a CA certificate. It appears that this is not necessary. The error message "unable to get local issuer certificate" didn't...

> > @Be1erafon thanks for letting me know. I'll try to work out what the difference is between the NGINX module and the FFMPEG implementation. Will post back once I...