vMix Forums
»
General
»
Feature Requests
»
Automatic Reset for Stream Input
Rank: Newbie
Groups: Registered
Joined: 3/23/2021(UTC) Posts: 1
|
Hi, I have this little problem but annoying, this happens with RTMP and RTSP protocols.
my scenario: I have 5 sources (smartphone with Larix Broadcaster in 4G) that send me the video via RTMP, the point is that when it is interrupted, because it is no longer necessary for a certain number of minutes, when I need the video again the operator starts the streaming but in my vMix it doesn't arrive, it gets stuck. It restarts the video only after doing "right click" and "Reset".
Is it possible to implement an automatic reset to recall the video stream once it is lost or times out for any reason? for example an auto reset of the inactive inputs every 10 seconds?
Thanks. Alessandro
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/9/2019(UTC) Posts: 40 Location: Bålsta Thanks: 2 times Was thanked: 5 time(s) in 2 post(s)
|
this and instability with many rtmp feeds have had us looking for alternative protocolls to feed vmix. you can bind a button to reset input atleast but when it sometimes crasches freezes when reseting its a bit scary to use reset
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/30/2023(UTC) Posts: 1 Location: Vermont
|
I finally figured out a way to have vMix automatically issue an input reset when my videostream gets stuck. From what I had read on the forum, if the output stream stops (both audio and video) for whatever reason, vMix supposedly issues a reset automatically. This was not happening. I would have to right lick on the input screen and click reset to resume. To get around this, I created a shortcut, assigning the resetinput function to F7. I then downloaded an app called AutoHotkey 1.1 (free) and used the following script:
#Persistent SetTimer, PressTheKey, 300000 Return
PressTheKey: Send, {F7} Return
I am able to issue a keyboard F7 every 5 minutes (300000 milliseconds). So far working well.
|
|
|
|
vMix Forums
»
General
»
Feature Requests
»
Automatic Reset for Stream Input
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close