How to use signed URLs to secure video playback

Опубликовано: 02 Март 2025
на канале: Mux
1,843
22

Join us in this step-by-step guide on using signed URLs to secure video playback! Protect your content from unauthorized access and learn how to implement signed playback policies effectively. #secureplayback #muxvideo #playbackpolicy

Read the docs to learn more: Read the docs: https://docs.mux.com/guides/secure-vi...

Learn more about building with video:    / @muxhq  

Connect with Mux (video apis):
Website: https://www.mux.com/
Twitter:   / muxhq  
Blog: https://www.mux.com/blog

Chapters:

00:00 - Differences between public and protected videos
01:28 - Initializing the codebase
02:45 - Uploading a new video with signed playback
04:37 - Creating a signing key with Mux
05:50 - Adding the signing keys to our application
06:28 - Signing the playback token on the server
09:13 - Reviewing the payload contents to sign
11:30 - Adding the signing key secret
12:39 - How to play signed videos in your player
13:47 - Debugging common issues with JWT signing
18:53 - Fixing the bugs and getting the video playing
20:28 - Conditionally issuing the token to authorized users
27:19 - Protecting sidecar assets like captions and thumbnails
31:45 - Recap and next steps