Skip to main content
Participant
August 22, 2024
Answered

Is there SDK support for SRT configuration?

  • August 22, 2024
  • 2 replies
  • 442 views

Hello, we are often asked about building a Premiere panel for our live streaming application. For this we would need to be able to update the SRT output configuration and start/stop streaming, but I can't find any mention of SRT anywhere in any of the SDKs docs or examples. Are there any hooks available via one of the SDKs, to where we could control the SRT config?

This topic has been closed for replies.
Correct answer mstegner

The SRT Streaming implementation in Premiere is simply a plug-in that we built that exposes an SRT endpoint via our Transmit functionality. 
“update the SRT output configuration and start/stop streaming”  If you have an encrypted SRT stream, terminating it from one end will end the stream. 

 

The part that will not work is remotely configuring Premiere’s SRT stream via Transmit.  You’d probably want to create your own Premiere Transmit Plugin (via the SDK) for that level of control.

-Matt

2 replies

mstegnerCommunity ManagerCorrect answer
Community Manager
August 23, 2024

The SRT Streaming implementation in Premiere is simply a plug-in that we built that exposes an SRT endpoint via our Transmit functionality. 
“update the SRT output configuration and start/stop streaming”  If you have an encrypted SRT stream, terminating it from one end will end the stream. 

 

The part that will not work is remotely configuring Premiere’s SRT stream via Transmit.  You’d probably want to create your own Premiere Transmit Plugin (via the SDK) for that level of control.

-Matt

Bruce Bullis
Community Manager
Community Manager
August 23, 2024

Hi Beamwell,

No, there are no APIs around SRT file handling.

Participant
August 23, 2024

Thanks Bruce, however I was referring to SRT live streaming, rather than SRT subtitle files: https://helpx.adobe.com/ca/premiere-pro/using/secure-reliable-transport.html

 

Anything available there?

Bruce Bullis
Community Manager
Community Manager
August 23, 2024

The answer remains the same. 🙂