Ario Afrashteh

Results 15 comments of Ario Afrashteh

From 2017 to 2022 and still nothing :|

Hi guys is there any update?

Hi guys, this general text "This patch release contains changes from ..." means nothing for us :) Then we should go and check many issues which are linked to each...

It's better to check your error log file!

You can put them in your first RTMP request and It'll push them to your destination RTMP server. Just change it to ``` application live { live on; meta copy;...

It's not efficent then because FFMPEG needs some hardware stuff like CPU and RAM. Like I said you can use on_publish and call a HTTP rest service like this: ```...

It's a callback that you can work on yours parameters there. http://localhost:8000/rtmp-redirect this is just an example. E.g imagine that I have a webservice on above URL. I can catch...

Hi just can use $args not any other parameters that are not listed in rtmp-module

Hi $args will contain all arguments after "?" E.g "rtmp://server/live/stream?t=123&a=10&p=20&u=11" then $args will be "t=123&a=10&p=20&u=11". I suggest to run a bash file inside your application then send your variables there...