How to stream SRT from Pyxis 6K to OBS (no Streaming Decoder needed)

Опубликовано: 17 Май 2026
на канале: Citizen K
165
4

Is the Blackmagic Pyxis 6K locked into the Blackmagic ecosystem? Not anymore. In this technical deep dive, I show you how to stream SRT from the Blackmagic Pyxis 6K to any SRT listener, specifically OBS Studio, not only a Blackmagic Streaming Decoder.

We break down the manual configuration process, including a custom XML setup and a Bash script to make these changes permanent on your camera. I also perform a latency measurement and a live demo to show exactly how this setup works in a real-world broadcast environment.

What you will learn in this video:

Bypassing the Bridge: How to send SRT to OBS, VLC, or hardware decoders.
Custom XML Configuration: Setting up a "Custom" streaming destination.
Automation with AI: Using Google Gemini to generate the XML and Bash upload scripts.
Permanent Setup: How to use a Bash script to keep your settings after a reboot.
Latency Test: Real-world delay measurements for remote monitoring.

TECHNICAL ASSETS

Custom Streaming XML Template
This file allows the Pyxis to recognize your custom SRT destination. Don't forget to change IP address and port
https://gist.github.com/olegkrassin/b...

Bash Upload Script
Use this script to upload your configuration to the camera's internal system.

curl -u admin:*PASS* -Lk -X PUT "https://*CAMERA_IP*/control/api/v1/livestreams/customPlatforms/Pyxis_SRT.xml" \
-H "Content-Type: application/xml" \
--data-binary @*Pyxis_SRT.xml*

OBS SRT Listener Setup
To receive the stream in OBS, create a Media Source, uncheck 'Local File', and enter the following in 'Input':

srt://0.0.0.0:*PORT*?mode=listener


Gear used in this video:

Blackmagic Design Pyxis 6K

OBS Studio

Google Gemini (Code Generation)

#BlackmagicPyxis #SRTStreaming #OBSStudio #Cinematography #LiveStreaming #BroadcastEngineering #BlackmagicDesign #GeminiAI