Search found 8 matches

by mungle
Tue Dec 28, 2021 18:11
Forum: Problems? Bugs? Solutions!
Topic: [SOLVED] Python POST request
Replies: 2
Views: 2894

Re: Python POST request

You were right!

Here a new working code snippet:


import time
import requests
import json

richiesta = "http://127.0.0.1:8080/api/v1/composition/layers/1/clips/1/connect"
r = requests.post(richiesta, data=json.dumps(True))
print(r.status_code, r.reason, r.request.body)
time.sleep(.1)
r = requests ...
by mungle
Mon Dec 27, 2021 01:49
Forum: Problems? Bugs? Solutions!
Topic: [SOLVED] Python POST request
Replies: 2
Views: 2894

[SOLVED] Python POST request

Hello,
I made a simple script with python to call some clips with a POST request.

Here my code:


import requests
r = requests.post("http://192.168.0.11:8080/api/v1/composition/layers/1/clips/2/connect")
print(r.status_code, r.reason)


The print output is
204 No Content
but the clip n.2 is ...
by mungle
Tue Aug 20, 2019 16:16
Forum: New Features
Topic: Delay for slices
Replies: 12
Views: 36646

Re: Delay for slices

Hello! I have the last version.
In "Advanced Output" I create a screen with NDI as Device (instead a normal screen/videoprojector). This NDI output must be delayed. If I plug a normal screen I'm able to see the "delay" option, with Virtual Output/NDI/Syphon-Spout I'm not.
by mungle
Tue Aug 20, 2019 16:06
Forum: New Features
Topic: Delay for slices
Replies: 12
Views: 36646

Re: Delay for slices

Hello!
Thank you for your quick answer. There is no option for NDI Output...
by mungle
Tue Aug 20, 2019 13:42
Forum: New Features
Topic: Delay for slices
Replies: 12
Views: 36646

Re: Delay for slices

Hello! News about that?
I'm looking for a delay options for slides... I have an NDI output and I have to synchronise it with the main arena output so I need a small delay for the direct output of my arena computer.
Thank you!
by mungle
Sat Jul 13, 2019 20:22
Forum: Problems? Bugs? Solutions!
Topic: 7 stuck on splash screen
Replies: 22
Views: 24471

Re: 7 stuck on splash screen

Hi!
I formatted my computer, installed all the drivers, forced the use of the graphic card but nothing... arena won’t opens.
How can ai debug for you?

Yesterday I had to use the version 6...
I updated to 7 because I needed the new “loop repeat” feature but due to that problem I just figured out an ...
by mungle
Thu Jul 11, 2019 11:21
Forum: Problems? Bugs? Solutions!
Topic: 7 stuck on splash screen
Replies: 22
Views: 24471

Re: 7 stuck on splash screen

Hello!
Here my task manager Screenshot.
Hope you can help me!
Thank you!
screenshot
screenshot
by mungle
Wed Jul 10, 2019 17:43
Forum: Problems? Bugs? Solutions!
Topic: 7 stuck on splash screen
Replies: 22
Views: 24471

Re: 7 stuck on splash screen

Hello!
I'm really exited for the new version but… I've got the same problem. :o :( :cry:
Windows updated, all the drivers updated as well…
Here my log:
Resolume Arena log.zip
(4.54 KiB) Downloaded 856 times
Hope you can help me!
Thank you!