Can BlueIris load a video stream using a ffmpeg.sdp file?

D0T-C0M

Getting the hang of it
Feb 21, 2021
106
29
NB, Canada
My bambu P2S 3d printer puts out a video stream and provides a ffmpeg.sdp file that I've been using VLC player to load it to see the stream. Can BlueIris load this stream using this file?

Below is the contents of the ffmeg.sdp file

v=0
o=- 0 0 IN IP4 127.0.0.1
s=No Name
c=IN IP4 127.0.0.1
t=0 0
a=tool:libavformat LIBAVFORMAT_VERSION
m=video 1234 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1; sprop-parameter-sets=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=; profile-level-id=XXXXXXX

ps I blanked out the sensitive info with X's