Skip to content

hlsdemux2: Make start-bitrate property work without connection-speed

Rafał Dzięgiel requested to merge Rafostar/gstreamer:hlsdemux2-start into main

Makes start-bitrate work without setting connection-speed property. Having another property set as a requirement for this one to work is unexpected.

This commit allows to request some initial bitrate for first segment, then go into adaptive streaming for the rest of media playback.

Merge request reports