Home AMX User Forum AMX Technical Discussion

SC-N8001 script on changing streams on 1 decoder

im making a screen that cycles through all the streams. My problem is im not good at streaming support and i cant figure this out

But i want low network frame and still be able to se the picture if that is possible with full image stream change and not only pixels changes ?

we have around 12 encoders and 20 decoders in a clinical factory building

atm im trying with this ? if anyone knows a script with full stream refresh and not only pixel changes it would be lovely.

//Switch Video Streams DEC - Test Data team to stream number 56
switch 10.60.34.14 56
//Delay script processing for 30 seconds
delay 30
//Switch Video Streams DEC - Test Data team to stream number 41
switch 10.60.34.14 41
//Delay script processing for 30 seconds
delay 30
//Switch Video Streams DEC - Test Data team to stream number 34
switch 10.60.34.14 34
//Delay script processing for 30 seconds
delay 30
//Switch Video Streams DEC - Test Data team to stream number 32
switch 10.60.34.14 32
//Delay script processing for 30 seconds
delay 30
//Switch Video Streams DEC - Test Data team to stream number 31
switch 10.60.34.14 31
//Delay script processing for 30 seconds
delay 5

let me know if you can help me out :D

Sign In or Register to comment.