-
Hello friends, I notice that when you pass a WebRTC playback request that uses SignedPolicy to a stream where an OriginMap is defined with an RTSP pull, it attaches the policy + signature arguments to the RTSP pull request, therefore receiving a 404 from the RTSP server. In Server.xml I have configured the pull as such:
And here we see that the policy and signature for WebRTC playback is being attached to the pull request:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Just an update to confirm that if I remove the policy + signature arguments from the WebRTC playback request, RTSP Pull functions perfectly as expected :) So is my other use case supported, using this with SignedPolicy? |
Beta Was this translation helpful? Give feedback.
Try using the ForwardQueryParams option. However, this is an unofficial feature that I made a long time ago, so I don't know if it still works. Check it out and let me know if it doesn't work.