Node-Media-Server icon indicating copy to clipboard operation
Node-Media-Server copied to clipboard

add feature to remux signed rtmp stream

Open D4rkTT opened this issue 4 years ago • 2 comments

Bug: if main stream (RTMP) protected by signed key and user validating the sign argument on "prePlay" event then user won't able to remux because remux don't pass config args to trans session Fix: pass sign argument if available so user able to remux signed rtmp stream

D4rkTT avatar Sep 26 '21 11:09 D4rkTT

Please look into this one @illuspas I've noticed too that the fission streams don't have the session.publishPlayArgs with the sign argument so there's no way to auth fission paths.

mattcwebster avatar Sep 28 '21 13:09 mattcwebster

@mattcwebster this for trans muxer its different for fission i will edit it too to fix it

D4rkTT avatar Sep 28 '21 13:09 D4rkTT