RTSP Source not Sending Full RTSP String to 'SETUP'

Wondering what changed with the newer versions. Hoping it is just the way I am using it was updated and I did not make the necessary adjustments.
Noticed the issue when I updated to 1.22.10. Updated to 1.24.11 and has same problem.
Backed up 1.18.6 and it works correctly.

Viewing through Wireshark I can see the RTP commands that are sent to my camera to start the streaming.
The data is changed for the SETUP.

OPTIONS rtsp://10.1.15.102/rtsp_tunnel?h26x=4&line=16&inst=1 RTSP/1.0
DESCRIBE rtsp://10.1.15.102/rtsp_tunnel?h26x=4&line=16&inst=1 RTSP/1.0
SETUP rtsp://10.1.15.102/video RTSP/1.0

If I connect the same stream with VLC the SETUP is correct.
SETUP rtsp://10.1.15.102:554/rtsp_tunnel?h26x=4&line=16&inst=1 RTSP/1.0/video RTSP/1.0

Does it work with rtspsrc force-non-compliant-url=true location=rtsp://... ?

Just tried it.
That worked for me with the 1.24.11 version.
I greatly appreciate it.