stash/pkg/ffmpeg
modal-error d3fafb0c4d feat: use signed urls for videos
When using authentication for stash accesss, cast urls for airplay will not have access to cookies - meaning that Airplay will fail to pass authorization for video stream access.

Updated code to sign urls for videos and streams.

* testing notes: airplay from localhost won’t work, since appletv’s perspective of localhost is different, try casting from IP address (192.168.0.x:9999) or other local DNS name.
2026-01-26 19:57:01 -05:00
..
transcoder Add video codec profiles (#5154) 2024-08-27 18:03:48 +10:00
browser.go Add Opus as supported audio for mp4 (#5030) 2024-07-01 11:19:38 +10:00
codec.go Add video codec profiles (#5154) 2024-08-27 18:03:48 +10:00
codec_hardware.go Fix hardware decoding detection for 10-bit videos on rkmpp (#6420) 2026-01-05 16:12:44 +11:00
container.go Restructure ffmpeg (#2392) 2022-04-18 10:50:10 +10:00
downloader.go Bump linux ffmpeg URL for latest version (#5172) 2024-08-28 09:07:49 +10:00
ffmpeg.go Perform hardware codec checks on separate go routine (#6414) 2025-12-15 14:57:00 +11:00
ffmpeg_test.go Scan video orientation (#5189) 2024-09-03 16:33:15 +10:00
ffprobe.go Scan video orientation (#5189) 2024-09-03 16:33:15 +10:00
filter.go Add apple encoder and fix extra_hw_frames bug (#4986) 2024-06-24 13:33:27 +10:00
format.go Restructure ffmpeg (#2392) 2022-04-18 10:50:10 +10:00
frame_rate.go Simple hardware encoding (#3419) 2023-03-10 11:25:55 +11:00
generate.go Simple hardware encoding (#3419) 2023-03-10 11:25:55 +11:00
media_detection.go Restructure ffmpeg (#2392) 2022-04-18 10:50:10 +10:00
options.go Restructure ffmpeg (#2392) 2022-04-18 10:50:10 +10:00
stream.go Scan video orientation (#5189) 2024-09-03 16:33:15 +10:00
stream_segmented.go feat: use signed urls for videos 2026-01-26 19:57:01 -05:00
stream_transcode.go Scene player fixes and improvements (#5340) 2024-10-07 09:00:49 +11:00
types.go Scan video orientation (#5189) 2024-09-03 16:33:15 +10:00