Quantcast
Channel: Vizrt forum
Viewing all 1000 articles
Browse latest View live

Getting Problem in Import Archive

$
0
0
I m creating a Archive from the GH Manager of Running Scene.when i open the Archive it shows some error like Font is Already in use and Font ID is in use.Kindly Help me to resole this Issue


Thanks

Philip

Error in artist 3

$
0
0
When I try to open application it says "elements list in braces "" instead of spaces" and it doesn't start.

Please help in lower Scroll

$
0
0
in a lower scroller how can i add categories..
means when SPORTS news scroller finished then INTERNATIONAL News must come,by displaying each Band in left corner one by one. any one would help me?

xyz channels

$
0
0
Hi

In VizArtist 3.7 there is an option to split position channels into seperate channels for X Y and Z. This is really nice. But how can I access those subchannels by script? getchannelsofobject() will only get the position channel (which is still present even when split), not the subchannels. This doesn't seem to be covered in the help file at all.

And a related question. How can I split or unsplit channels by script?

thanks,
David

MSE REST Trioshow/Ticker

$
0
0
Hi everybody and happy new Year.

Using MSE 2.0.2.xx and Ticker 2.5.1

Since few days, i try to use MSE REST API to edit/save trio pages and Ticker/Crousel/Messages.
Currently, i just test to have right http commands, and did not write any code lines in VisualStudio VB.Net (next step ;).
So, i can GET informations like Shows/Carousel, the content of Show or Carousel (pages , messages) with this kind of http commands :
Code:

List show pages :
http://localhost:8580/element_collection/storage/shows/%7B912D2589-4707-4DDA-888A-E7C95F710B47%7D
or
List Carousel Messages :
http://localhost:8580/element_collection/storage/shows/NEWS/playlists/carousel/

For this commands, i get an XML file or display in, my Fiddler application.
Below, an image of Fiddler interface (as PUT command)

I use Fiddler to test behavior.
Anyway...

TRO SHOW
I can edit TRIO/Show/page and save it with PUT (Header+Payload)
Code:

Command PUT :
http://localhost:8580/element_collection/storage/shows/%7B912D2589-4707-4DDA-888A-E7C95F710B47%7D/elements/2000/

Header :
Content-Type: Application/vnd.vizrt.payload+xml;type=element
Content-Length: automatic done by fiddler

PayLoad file (request body) :
<payload xmlns="http://www.vizrt.com/types" model="http://localhost:8580/models/vdf/storage/shows/%7B912D2589-4707-4DDA-888A-E7C95F710B47%7D/mastertemplates/TXTTXT_01">
  <field name="01">
    <value>Page 2000 : Edit and Save page 2000 - New texte...</value>
  </field>
  <field name="02">
    <value>other line...</value>
  </field>
</payload>

This kind of request work fine in Trio and change in real time content of the Page 2000.

TICKER :
As Trio, i can edit and Save message in Ticker carousel :
Code:

Command : PUT with the ID of message
http://localhost:8580/element_collection/storage/shows/NEWS/playlists/carousel/elements/53b71046-d530-4a86-baad-9517893e4217/

Header :
Content-Type: Application/vnd.vizrt.payload+xml;type=element
Content-Length: automatic done by fiddler

PayLoad file (body request) :
<payload xmlns="http://www.vizrt.com/types" model="http://localhost:8580/models/vdf/storage/shows/NEWS/mastertemplates/FRANCE">
  <field name="01">
    <value>FRANCE</value>
  </field>
  <field name="02">
    <value>News message de france 01</value>
  </field>
</payload>

As trio, the content of message change BUT, ONLY in Engine (ticker run) unfortunally not in ticker client (even pafter persit MSE)?!
So the message have the old content, but display (engine) the modifications.

Questions :
1) Anybody have an idea to have the changed elements in Client ticker ?

2) With Fiddler, i can't create (POST or whatever), a New Page in my Show OR a new Message in my carousel, any ideas ?

Merci

Patrick

Ticker Feed...

$
0
0
Hello,
I am trying to create a flipping ticker that updates from our website “wreg.com/feeds” using a “title” tag in that feed to update a ticker feed on our default ticker.
I feel like this is probably simple but I have never had to set up anything with ticker feed.
I updated the ticker master scene with a “NC3_FLIP” toggle and created an “NC3FLIP_ IN” callup with a text control field labeled “title” on it. I have an example xsl slightly updated but probably wrong (it’s attached) but I’m not sure what else I need to do to set it up?
Does anyone have any simple examples or instructions I could use?

Thanks

Attached Files
File Type: txt rss20_to_TickerFeedExample.txt (1.4 KB)

Trio Error using VTW Template

$
0
0
Hello,

I am getting an error when using a VTW template. I am running 2 different Trio versions (2.9.0 & 2.11.2) which could be the issue but just wanted to ask.

The error says: Access violation at address 00ED552A in module 'trio.exe'.

It seems to work fine in the later version (2.11.2) of Trio but i wanted to know if it could work in the older version (2.9.0).

Cheers,
Shotski

script to choose channel 6100 or 6800

$
0
0
ch1 10.1.200.40:6100
ch2 10.1.200.40.6800

I use this script to load and play the scene

TrioCmd("trio:send_vizcmd RENDERER*MAIN_LAYER SET_OBJECT SCENE*Master_Scene")

TrioCmd("trio:send_vizcmd RENDERER*MAIN_LAYER*STAGE*MASTER START")



how to choose a channel without select it from trio???

Keyframing C. Shift X in the Camera settings

$
0
0
Is there a way to keyframe the "C. Shift X" (or Y) in the Camera settings pane? I can move it, but I can't seem to actually make an keyframed animation with it.

How can delete first item in listbox

$
0
0
i have error "EList Error : list index out of bounds " when i use this script to delete the first item before the last item

dim i
for i = 0 to TWUniListBox2.count - 1
if TWUniListBox2.Selected(i) = true then
TWUniListBox2.Items.Delete(i)

Clear cache from command line

$
0
0
Hello all! Is it possible to clear all escenic caches from command line? I'm working with version 5.3.10.

Thanks in advance.

Viz MediaQue ordering graphics with Video

$
0
0
Hello all,

We have a template that accepts video, via a control video plug in, when the control gets clicked, the VME opens up and shows all the videos that have been brought into it.

When you do the same process but instead click order, there is an option to order video.

In the Viz MediaQue when the order is claimed and I try to fulfill the order, in the section that says Upload Media, there is a Note that say that the supported extension is AVI, that tells me that it requires an AVI as opposed to a QT or MPEG.

I am sending an AVI with the following codec Matrox MPG 2 I-Frame HD.

Still the transfer fails, and I have not been able to successfully complete an order that uses video.

Could someone please help me to accomplish this.

Artist 3.6.3
VTW 5.6.2
VCP 5.6.2
VOS 5.6.2
ENPS 6.0.0

Thanks

VIZ-RT PROGRAMMER

$
0
0
Ann7 (Africa News Network) in Johannesburg, South Africa is currently looking for a VizRT Programmer.

Our ideal candidate would have experience to handle our Ticker, Advertising innovation with ticker, Live data in ticker/full frame graphics, Touch screen graphics, & Election graphics.

Experience in a live news environment is a plus.
Interested candidates are invited to send a short letter of application and cv to:

sanjayj@ann7.com

Sell CVV Good - Dumps TRACK 1&2 - Bank Login - WU Transfer .ICQ: 653667298

$
0
0
--------- Hello All Customer ---------
==> https://sell-cvv-good-dumps-wu-transfer.blogspot.com/

http://www.slideshare.net/online7979/sell-cvv-43207283,

I'm hacker and seller all the world ,

I have shop for:

Im Seller : Cvv + Ssn Dob Full + Dumps + Smtp + Track 12 + acc Paypal + do WU transfer + Bank login + Ship all country .

Having experience in information technology in 7 years

I am a big seller and has been hacker

I need best buyer and long time business

I sure you will happy if bussiness with me

All My Stuff are checked before sell. Not happy = change.

Accept Payment PM(Perfect Money), WMZ(Web Money), BTC(Bitcoin), WU(Western Union), MG(Money Gram).

I'm looking for friendly buyer and long-term business. Make money & happy business together.
My Contact:


=== My ID ICQ : ICQ 653667298

=== My ID YAHOO: sellcc52

=== My ID G-mail : mtd.online99@gmail.com


==== > https://sell-cvv-good-dumps-wu-transfer.blogspot.com/

===>> If you contacted yahoo me , You see I do not reply
please contact ICQ or Gmail address my

---------------- My work is online 24/24 -----------

Sell Cvv - Ssn , Wu Transfers- Track 1&2 - Dumps - Bank

$
0
0


--------- Hello All Customer ---------

==> https://sell-cvv-good-dumps-wu-transfer.blogspot.com/

http://www.slideshare.net/online7979/sell-cvv-43207283,

I'm hacker and seller all the world

I have shop for:

Cvv all type,USA Fullz Info,Dumps Track 1/2 pin ,SMTP/Mail Pass, Acc Paypal,
Do Transfer WU/Bank, Egift card, Bank login, Ship Iphone/Laptop/Ipad all country ...

Having experience in information technology in 7 years

I am a big seller and has been hacker

I need best buyer and long time business

I sure you will happy if bussiness with me

My Contact:

=== My ID ICQ : ICQ 653667298

=== My ID YAHOO: sellcc52

=== My ID G-mail : mtd.online99@gmail.com

---------------- My work is online 24/24 ----------------

*** Western union Transfer :

Transfer : US,UK,CA,AU,EU and very easy to cashout African

- 600$ for MTCN 8000$

- 500$ for MTCN 6000$

- 300$ for MTCN 3000$

- 150$ for MTCN 1500$

= Give me your western union info and payment me fee transfer's

Then i will done transfer for you

After about 30 mins you'll have MTCN and sender name country sender to cash money

*** Dumps Pin / Track 1&2 :

- Dumps,Tracks 1&2 Us = 90$ per 1

- Dumps,Tracks 1&2 Uk = 110$ per 1

- Dumps,Tracks 1&2 Ca = 120$ per 1

- Dumps,Tracks 1&2 Au = 120$ per 1

- Dumps,Tracks 1&2 Eu = 130$ per 1

Will check with hight balance

Track1: 5232556061018719WYATT/ROBERTSON1007101171410000271 000000

Track2: 5232556061018719=10071011000042400000

Track1: B4490360696278529COPPEDGE/MATHILDE D130610100000000000407000027 4

Track2: 4490360696278529=13061010407000027400

pin: 5678,5432,5187,5505,and much pin other

*** Sell Cvv (Very Good and Fresh , Work 100%) :

* List cvv i have and price i have :

--------------------------------

- Us (Visa,Master) = 5$ per 1

- Us (Amex,disco) = 7$ per 1

- Us Bin 10$ , US Dob 15$

- Us fullz info = 25$ per 1

--------------------------------

- Uk (Visa,Master) = 15$ per 1

- Uk (Amex) = 20$ per 1

- UK Dob 30$

--------------------------------

- Ca (Visa,Master) = 12$ per 1

- CA Dob 30$

--------------------------------

- Au (Visa,Master) = 15$ per 1

- AU Dob 30$

--------------------------------

- Eu (Visa,Master) = 20$ per 1

- AU Dob 35$

--------------------------------

- Italy = 20$ per 1 (with dob = 35$)

- Spain = 20$ per 1 (with dob = 35$)

- Denmark = 25$ per 1 (with dob = 35$)

- Sweden = 20$ per 1 (with dob = 35$)

- France = 20$ per 1 (with dob = 35$)

- Germany = 20$ per 1 (with dob = 35$)

- Ireland = 20$ per 1 (with dob = 35$)

- Mexico = 20$ per 1 (with dob = 30$)

- Asia = 15$ per 1 (with dob = 30$)

- And many country orther...let me know if have i will sell for you.

all cvv very good and fresh , work 100% with hight balance.

will change if cvv not good or dont work

***Fullz Info( name + adresss + city + state + fone + ssn + dob )***

1000 Info random = 200$

Price Will change hight If Check state or Dob you request

*** BANK LOGIN and TRANFER BANK : (COUNTRY : US,UK,CA,EU,ASIAN...)

- Bank Us : ( HALIFAX,BOA,CHASE,Wells Fargo...)

. Balance 6000$ = 500$

. Balance 8000$ = 600$

. Balance 12000$ = 800$

. Balance 15000$ = 1000$

. Balance 20000$ = 1200$

- Bank UK : ( LLOYDS TSB,BARCLAYS,Standard Chartered,HSBC...)

. Balance 10000 GBP = 700$

. Balance 12000 GBP = 800$

. Balance 16000 GBP = 900$

. Balance 20000 GBP = 1400$

. Balance 30000 GBP = 1600$

- You can contact me for more and many Bank Logins you need.

- Have all details for login and I can transfer balance to your account if you want

Bank To Bank Transfer To Any Usa Bank

Bank To Bank Transfer To Any Uk Bank

Bank To Bank Transfer To Any Euro Country Bank

Amount To Pay For That Depend On Amount You Want To Transfer

- chat with me for know more details: (Yahoo Messenger : makemoney.online79

*** Ship (Laptop/Iphone/Ipad) :

- The price of transportation of high-end electronics

- Ship Iphone 5/5s/5c/6 + Ipad + Laptop with fees 25-30%

=== Transit time from 3 to 5 days

=== Every 12 hours will send a shipping tracking

*** Sell Account Paypal Verification :

= Account Paypal 1000$ = 150$

= Account Paypal 2000$ = 300$

= Account Paypal 4000$ = 400$

And more hight balance

( Email address PayPal password ) fullz infomation

- I always check the balance and details before selling

*** Business rule ***

Before make business or add my ID let's read carefull my rule because i really hate Spamer,Ripper and Scamer

1. With me I never give test free or Screenshot . Business with me , first is TRUST me , not trust don't contact

2. Payment first...it's my rules work...

3. I always check and update new cvv good and fresh every day

4. I will change cvv if not good or dont work

5. Orther stuff you can buy 1 for test ! but for Cvv minimum or is 3

6. If you buy over 50 cvv, I will discount for you

7. I only accept payment with Web Money (WMZ), Perfect Money (PM), Westernunion (WU), Money Gram (MG), Bitcoin (BTC)

8. Hope you are best customer and we can to work a long time business

My Contact:

=== My ID ICQ : ICQ 653667298

=== My ID YAHOO: sellcc52

=== My ID G-mail : mtd.online99@gmail.com

===> https://sell-cvv-good-dumps-wu-transfer.blogspot.com/

===>> If you contacted yahoo me , You see I do not reply
please contact ICQ or Gmail address my


---------------- My work is online 24/24 -----------

SELL FRESH BASE US , UK , CA.. Contact ICQ: 692274910.

$
0
0
SELL FRESH BASE US , UK , CA.. Contact ICQ: 692274910.
24/24

Control a transcend logic scene using external commands

$
0
0
Hello,
Is it possible to control a transcend logical scene using external commands from php?
EX: I know the states of the scene and I want to control them from buttons placed on a php application.

Button A = A state
Button B = B state, etc

Thanks a lot!

Zoom plugin

$
0
0
Hi, we're exploring the Zoom plugin, like explaned in tutorial, but when using DXT5 (alfa), BG image or BGcolor are cropped. (same to rectangle in the scene) We can't find out where to manipulate this. (no mask used as in the example)
thx

SELL CC - DUMPS TRACK 1&2 - CODE 101 - 201 - ( BUSINESS - PLATINUM - CLASSIC )

$
0
0
SELL CC - DUMPS TRACK 1&2 - CODE 101 - 201 - ( BUSINESS - PLATINUM - CLASSIC )

- ICQ : 673491182

- HELLO ALL CUSTOMER

- I'M SELLER BEST AND ALWAY SELL CC FRESH WITH HIGH BALANCE

- AND I HAVE SOFTWARE DO BUG ACCOUNT BANK AND INFORMATION WESTERN UNION

- I HAVE ACCOUNT PAYPAL WITH HIGH BALANCE

- I HOPE YOU GOOD CUSTOMER AND WILL BE LONG-TERM COOPERATION

+ I HACKER CVV BIG , I CAN DO SELL CVV + TRANSFER WU + SELLING DUMPS 101-201 ( BUSINESS-CLASSIC-PLATINUM )

+ BEST IN SELLING GOOD AND FRESH CVV FULLZ + DUMPS TRACK1 AND TRACK2 + WU TRANSFER WITH HIGH BALANCE

+ FRESH CVV FOR SALE IF YOU WANT TO BUY IT WITH GOOD QUALITY AND BEST PRICE . MAYBE YOU WILL BE COMPLETELY SATISFIED WITH THE QUALITY

------ ICQ Number : 673491182

------ Gmail : moon.sad277@gmail.com

------ SKYPE : rickyroy9867

------ Blogger : http://verified-dumps101-201.blogspot.com

SELL CC - DUMPS TRACK 1&2 - CODE 101 - 201 - ( BUSINESS - PLATINUM - CLASSIC )

$
0
0
SELL CC - DUMPS TRACK 1&2 - CODE 101 - 201 - ( BUSINESS - PLATINUM - CLASSIC )

- ICQ : 673491182

- HELLO ALL CUSTOMER

- I'M SELLER BEST AND ALWAY SELL CC FRESH WITH HIGH BALANCE

- AND I HAVE SOFTWARE DO BUG ACCOUNT BANK AND INFORMATION WESTERN UNION

- I HAVE ACCOUNT PAYPAL WITH HIGH BALANCE

- I HOPE YOU GOOD CUSTOMER AND WILL BE LONG-TERM COOPERATION

+ I HACKER CVV BIG , I CAN DO SELL CVV + TRANSFER WU + SELLING DUMPS 101-201 ( BUSINESS-CLASSIC-PLATINUM )

+ BEST IN SELLING GOOD AND FRESH CVV FULLZ + DUMPS TRACK1 AND TRACK2 + WU TRANSFER WITH HIGH BALANCE

+ FRESH CVV FOR SALE IF YOU WANT TO BUY IT WITH GOOD QUALITY AND BEST PRICE . MAYBE YOU WILL BE COMPLETELY SATISFIED WITH THE QUALITY

------ ICQ Number : 673491182

------ Gmail : moon.sad277@gmail.com

------ SKYPE : rickyroy9867

------ Blogger : http://verified-dumps101-201.blogspot.com
Viewing all 1000 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>