How to play secured stream directly via RTMP link with available valid token ? #5348
Unanswered
ajayalag1974
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@ajayalag1974 you can append the token at the end of the stream key as detailed in this documentation for stream security https://antmedia.io/docs/guides/developer-sdk-and-api/rest-api-guide/stream-security/#how-to-use-jwt-token
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I can generate token & play secured stream via WebRTC but what if i directly wan't to play secured stream via some RTMP link ?
How i can do that ?
I tried something like rtmp://antmedia.host/LiveApp/stream1?token=sometoken but its failing
Beta Was this translation helpful? Give feedback.
All reactions