Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When signing non-video URLs the URL that gets printed and copied to the keyboard is in the format of a video URL #34

Open
dylanjha opened this issue Feb 28, 2022 · 0 comments

Comments

@dylanjha
Copy link
Contributor

For example:

❯ mux sign qIJBqaJPkhNXiHbed8j2jyx02tQQWBI5fL6WkIQYL63w -t thumbnail -e 10y

πŸ”‘ Your Mux Signed Token
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6ImFkamYzb2JpYURUcEF0QVlpS3NCMkpvRlkwMXBpbEJMTHdYcUQzaHpJYURJIn0.eyJleHAiOjE5NjE2NTkzOTQsImF1ZCI6InQiLCJzdWIiOiJxSUpCcWFKUGtoTlhpSGJlZDhqMmp5eDAydFFRV0JJNWZMNldrSVFZTDYzdyJ9.nzOv2MvH96ujApUL8trma91HrNb1eJjQNbDTYvcP2jJgrv_fsiEdwxvAjvwyo1ZNUgzdjvsVVezLdlt2rBsav7ZTPptZ4NR5a-e_L2ar3KUJWt0eRi-B52i1lzJ1CriEDkHgz7qGoIvdfIZdMwg6h-cuCEeQsyFR-v37X7pZt9YHThLRCW6ITisZEeZy4IifrTAsXQm0jwS2IkjMAGOVStm4Q8lwyZ_4UmhTUbZruadqKXcYnJP9bV-dHV-EcIRul6spbjVIw78kswRvmJ24pu93MOhhFeaQN6Wg9gc_dBHJo9meJk4E_LYTatPUxHZd5k5twxYnBHt7WtOtJ-BT3w

🌏 Full URL
https://stream.mux.com/qIJBqaJPkhNXiHbed8j2jyx02tQQWBI5fL6WkIQYL63w.m3u8?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6ImFkamYzb2JpYURUcEF0QVlpS3NCMkpvRlkwMXBpbEJMTHdYcUQzaHpJYURJIn0.eyJleHAiOjE5NjE2NTkzOTQsImF1ZCI6InQiLCJzdWIiOiJxSUpCcWFKUGtoTlhpSGJlZDhqMmp5eDAydFFRV0JJNWZMNldrSVFZTDYzdyJ9.nzOv2MvH96ujApUL8trma91HrNb1eJjQNbDTYvcP2jJgrv_fsiEdwxvAjvwyo1ZNUgzdjvsVVezLdlt2rBsav7ZTPptZ4NR5a-e_L2ar3KUJWt0eRi-B52i1lzJ1CriEDkHgz7qGoIvdfIZdMwg6h-cuCEeQsyFR-v37X7pZt9YHThLRCW6ITisZEeZy4IifrTAsXQm0jwS2IkjMAGOVStm4Q8lwyZ_4UmhTUbZruadqKXcYnJP9bV-dHV-EcIRul6spbjVIw78kswRvmJ24pu93MOhhFeaQN6Wg9gc_dBHJo9meJk4E_LYTatPUxHZd5k5twxYnBHt7WtOtJ-BT3w

πŸ‘‰ Copied Full URL to your system clipboard

Notice that this type of signed URL is a thumbnail, but the CLI is giving me a URL for stream.mux.com -- it should be: https://image.mux.com/{playback_id}/thumbnail.jpg?token=xxxxx

For the example above, it should have generated:

https://image.mux.com/qIJBqaJPkhNXiHbed8j2jyx02tQQWBI5fL6WkIQYL63w/thumbnail.jpg?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6ImFkamYzb2JpYURUcEF0QVlpS3NCMkpvRlkwMXBpbEJMTHdYcUQzaHpJYURJIn0.eyJleHAiOjE5NjE2NTkzOTQsImF1ZCI6InQiLCJzdWIiOiJxSUpCcWFKUGtoTlhpSGJlZDhqMmp5eDAydFFRV0JJNWZMNldrSVFZTDYzdyJ9.nzOv2MvH96ujApUL8trma91HrNb1eJjQNbDTYvcP2jJgrv_fsiEdwxvAjvwyo1ZNUgzdjvsVVezLdlt2rBsav7ZTPptZ4NR5a-e_L2ar3KUJWt0eRi-B52i1lzJ1CriEDkHgz7qGoIvdfIZdMwg6h-cuCEeQsyFR-v37X7pZt9YHThLRCW6ITisZEeZy4IifrTAsXQm0jwS2IkjMAGOVStm4Q8lwyZ_4UmhTUbZruadqKXcYnJP9bV-dHV-EcIRul6spbjVIw78kswRvmJ24pu93MOhhFeaQN6Wg9gc_dBHJo9meJk4E_LYTatPUxHZd5k5twxYnBHt7WtOtJ-BT3w
@dylanjha dylanjha changed the title When signing non-video URLs still print stream.mux.com/xxxx?token= to the console (& copy to clipboard) When signing non-video URLs the URL that gets printed and copied to the keyboard is in the format of a video URL Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant