Added streamed media segment download cache (disabled by default)
Added commandlet to tag select soundwave assets for cloud streaming
#rnx
[CL 27872478 by jens petersam in ue5-main branch]
1) Disable frame dropping in WebRTC using the WebRTC-FrameDropper/Disabled/ field trial.
2) Control the video pacer inside WebRTC to send much larger bitrates without dropping frames in the congestion window.
The combination of these two settings allows sending large fixed bitrates without frames being dropped on the UE side - this is useful for LAN streaming scenarios.
#jira UE-195000
#rb Aidan.Possemiers
#fyi William.Belcher, Nazar.Rudenko, Aidan.Possemiers, Eden.Harris
[CL 27744852 by Luke Bermingham in ue5-main branch]
Fix Multiformat 1080p/4k not working, was caused by overlap between the frame buffers.
We now index the frames using the biggest gaps possible in case 4K frames are used.
#jira UE-192709 UE-192663
#rb simon.therriault
[CL 27677464 by jeremie roy in ue5-main branch]
- Only allow resizing if Crop is set to none
- Only allow modifying custom capture options if crop is set to custom
#jira UE-193010
#rb simon.therriault
[CL 27672770 by jeremie roy in ue5-main branch]
Also fix issue with autodetectable timecode not reinitializing on video input format change
Fix Blackmagic video input being overriden by timecode provider.
#jira UE-159797 UE-189021
#rb simon.therriault
[CL 27672480 by jeremie roy in ue5-main branch]
Also added support for continuing stream when PIE is activated mid stream.
#jira UE-194405
#rb self
[CL 27552618 by Luke Bermingham in ue5-main branch]