@souravc454 Enters Viewport would trigger the call irrespective of video being played or not but I am assuming that is not an issue here. Your video seems to be above the fold so every time it enters the viewport when the page loads. If that is okay with you, you can trigger the video call with a direct call rule invocation using _satellite.track method within the pageview rule once you've triggered the pageview call. You can add another action at the end of the pageview rule which would have _satellite.track('<string name would go here>') and then this string can be the trigger for the video link tracking rule. Please makre sure you do a url check cause I am assuming this video would not be on all the pages else the pageview rule might trigger link tracking even on pages the video is not present.
Having mentioned the above, I would suggest a custom event instead of a enters viewport if that is a possibility. I am pretty sure in that scenario your link track would happen post pageview anyways.
Hope the above helps.
Cheers