logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Haifeng  
#1 Posted : Tuesday, March 22, 2022 3:38:46 PM(UTC)
Haifeng

Rank: Member

Groups: Registered
Joined: 8/3/2021(UTC)
Posts: 13
Man
China
Location: Weihai

Thanks: 4 times
When I use vMix to stream some broadcasting, I get in trouble with the lost of signal. So I wanna to realize the funcation of switching input source automatically to an alternative input source, and switching back when the singnal comes back.
I think it'll be possible via script, but I failed.
Can somebody please help me to solve the problem?
I cannot find any hint from the forum, perhaps I ran the wrong way.
Haifeng  
#2 Posted : Wednesday, March 23, 2022 8:38:43 PM(UTC)
Haifeng

Rank: Member

Groups: Registered
Joined: 8/3/2021(UTC)
Posts: 13
Man
China
Location: Weihai

Thanks: 4 times
Please help me, this really confused me for a loooooong time.
doggy  
#3 Posted : Wednesday, March 23, 2022 8:55:11 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,085
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: Haifeng Go to Quoted Post
I get in trouble with the lost of signal.


what signal?

https://forums.vmix.com/...tch-Input-on-Signal-Loss
Haifeng  
#4 Posted : Wednesday, March 23, 2022 11:14:37 PM(UTC)
Haifeng

Rank: Member

Groups: Registered
Joined: 8/3/2021(UTC)
Posts: 13
Man
China
Location: Weihai

Thanks: 4 times
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: Haifeng Go to Quoted Post
I get in trouble with the lost of signal.


what signal?

https://forums.vmix.com/...tch-Input-on-Signal-Loss


Thank you very much! But the program I am broadcasting is mute all the time, actually it is ISS live broadcasting.
So I cannot realize this function by voice detection.
And the most reliable way I think is the recognition of the pause screen.
MartLeib  
#5 Posted : Wednesday, March 23, 2022 11:57:05 PM(UTC)
MartLeib

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2017(UTC)
Posts: 189
Estonia

Thanks: 1 times
Was thanked: 52 time(s) in 42 post(s)
Where is the feed coming? RTMP, Stream, SDI, etc? What is the LOS method, signal cutoff, black video etc?
thanks 1 user thanked MartLeib for this useful post.
doggy on 3/24/2022(UTC)
doggy  
#6 Posted : Thursday, March 24, 2022 1:31:13 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,085
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: Haifeng Go to Quoted Post
And the most reliable way I think is the recognition of the pause screen.


Its possible by means of some code to compare images (snapshots) easy enough if they are exact match (pixel based) say when frame is frozen (or equal to a reference image)
.net code, autohotkey(screenregion) even etc

Haifeng  
#7 Posted : Thursday, March 24, 2022 2:30:52 PM(UTC)
Haifeng

Rank: Member

Groups: Registered
Joined: 8/3/2021(UTC)
Posts: 13
Man
China
Location: Weihai

Thanks: 4 times
Originally Posted by: MartLeib Go to Quoted Post
Where is the feed coming? RTMP, Stream, SDI, etc? What is the LOS method, signal cutoff, black video etc?


I get the video source by adding web-browser,and the pause screen shows below.
Wei Xin Tu Pian _20220324122802.png (1,512kb) downloaded 0 time(s).
And also there is a almost total black screen when ISS run to the night part.
Wei Xin Tu Pian _20220324122807.png (811kb) downloaded 0 time(s).
Thank you for your attention.
Haifeng  
#8 Posted : Thursday, March 24, 2022 2:34:40 PM(UTC)
Haifeng

Rank: Member

Groups: Registered
Joined: 8/3/2021(UTC)
Posts: 13
Man
China
Location: Weihai

Thanks: 4 times
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: Haifeng Go to Quoted Post
And the most reliable way I think is the recognition of the pause screen.


Its possible by means of some code to compare images (snapshots) easy enough if they are exact match (pixel based) say when frame is frozen (or equal to a reference image)
.net code, autohotkey(screenregion) even etc



Yep, I think so, but I have no idear about the composition of scripts.
By the way,the pause screen isn't stable, it flickers.
Thank you for your reply!
doggy  
#9 Posted : Thursday, March 24, 2022 7:41:02 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,085
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: Haifeng Go to Quoted Post
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: Haifeng Go to Quoted Post
And the most reliable way I think is the recognition of the pause screen.


Its possible by means of some code to compare images (snapshots) easy enough if they are exact match (pixel based) say when frame is frozen (or equal to a reference image)
.net code, autohotkey(screenregion) even etc



Yep, I think so, but I have no idear about the composition of scripts.
By the way,the pause screen isn't stable, it flickers.
Thank you for your reply!



You initially asked for when you lost signal but this is totally not the case as you are still having signal jus not the footage you want you are highjacking. Even then there is no consistency in the image you want to trigger on to be able to compare image effectivly.

Might try a compare on the first image for match and add a time table to act on for when its in night position
Haifeng  
#10 Posted : Thursday, March 24, 2022 9:37:07 PM(UTC)
Haifeng

Rank: Member

Groups: Registered
Joined: 8/3/2021(UTC)
Posts: 13
Man
China
Location: Weihai

Thanks: 4 times
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: Haifeng Go to Quoted Post
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: Haifeng Go to Quoted Post
And the most reliable way I think is the recognition of the pause screen.


Its possible by means of some code to compare images (snapshots) easy enough if they are exact match (pixel based) say when frame is frozen (or equal to a reference image)
.net code, autohotkey(screenregion) even etc



Yep, I think so, but I have no idear about the composition of scripts.
By the way,the pause screen isn't stable, it flickers.
Thank you for your reply!



You initially asked for when you lost signal but this is totally not the case as you are still having signal jus not the footage you want you are highjacking. Even then there is no consistency in the image you want to trigger on to be able to compare image effectivly.

Might try a compare on the first image for match and add a time table to act on for when its in night position


I am really sorry, my English is poor. I mean that the pause screen indicates the lost of signal,which shows picture and word is the problem I want to solve, rather than the black picture.
Haifeng  
#11 Posted : Monday, February 12, 2024 12:16:33 PM(UTC)
Haifeng

Rank: Member

Groups: Registered
Joined: 8/3/2021(UTC)
Posts: 13
Man
China
Location: Weihai

Thanks: 4 times
Well,I am back,dealing with this old topic.Because I never found a useful script.Anyone can help?
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.