Optiview Realtime Master JWT Generator
Generate
Subscribe
tokens using a master token, with IPv4 restrictions and
IPv4/IPv6 client IP metadata
embedded in the JWT. Add
IPV6
Blocking at token creation level.
Inputs
Master Token
HS256 secret used to sign the JWT
Your Millicast master token. Keep this secret; do not expose to browsers in production.
Account ID
e.g. LZsuF8
Millicast account identifier.
Stream Name
e.g. mystream or LZsuF8/mystream
The stream name your viewer will subscribe to.
Token ID
numeric; default random
If left blank, a random numeric ID will be generated.
Lifetime (minutes)
default 5
JWT
exp
= now + lifetime (UTC). Max 1440 minutes (24h) for safety.
Tracking ID (optional)
stored in meta
Any reference: username, campaign, session, etc. It will be stored in
meta
.
Allowed IPv4 addresses (optional)
one per line; used in
streaming.allowedIpAddresses
IPv4 only (Millicast restriction). The current client IPv4 (if any) is auto-added.
IPv6 still gets logged in
meta.clientIp
and
meta.ipData
but not enforced here.
Client IP Metadata
Automatically logs your IPv4/IPv6, user agent, and timestamp into the JWT meta.
You can mirror this JSON into a database row for auditing or analytics.
Generate Token
⟶
Open Viewer
Uses HS256 & master token · IP-aware