• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Premiere Pro ExtendScript server request

New Here ,
Mar 28, 2017 Mar 28, 2017

Copy link to clipboard

Copied

Hello,

is it possible to create a new Socket through ExtendScript JSX in Premiere Pro? I need it to receive a JSON answer. I want to secure the code of the request by a JSXBIN, that's why I want to use ExtendScript. Maybe it is possible in different way?

TOPICS
SDK

Views

464

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Mar 28, 2017 Mar 28, 2017

Hi, JSXBIN is not supported by Premiere. All your code is inspectable. Obfuscation would be a way to make really hard to read but won't hide your code. I'm not 100% sure but I don't think ExtendScript supports Sockets. This is something you would have to manage in HTML/Javascript world of your extension/panel.

Thomas

Votes

Translate

Translate
Participant ,
Mar 28, 2017 Mar 28, 2017

Copy link to clipboard

Copied

Hi, JSXBIN is not supported by Premiere. All your code is inspectable. Obfuscation would be a way to make really hard to read but won't hide your code. I'm not 100% sure but I don't think ExtendScript supports Sockets. This is something you would have to manage in HTML/Javascript world of your extension/panel.

Thomas

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 29, 2017 Mar 29, 2017

Copy link to clipboard

Copied

LATEST

Thomas is correct; I've seen some socket implementation attempts in ExtendScript, but that sort of thing is the natural province of JavaScript.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines