I want to split my incomming RTMPS stream into 2 different applications, this works fine with incomming SRT streams as I can just define 1 srt input and 2 Outputs
for example having one output beign reached by :
/live/stream1
/secure/stream1
This is because I cant pass the signed URL for hotlink protection to the tvOS app. so I want to seperate the WSS:// URLs used on the AppleTV vs the webapp.
Changing the output application does absolutely nothing. if I push rtsp://url:port/live/stream1 with output application set to /secure/stream1 I can only access it via wss://url/live/stream1 and not via //url/secure/stream1 .
can this be done?