← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #266643]: Web application real time video detection with Sikuli

 

Question #266643 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266643

    Status: Open => Answered

Cisum4 proposed the following answer:
This is an interesting problem to automate. One way to check if the
video is playing is if its not showing a blank image - (All same color
at multiple time instances). So basically, you use Sikuli to assert that
a blank image is not being displayed - if it is then fail the test ,
otherwise pass it.

However, with this one cannot be sure if the image is indeed streaming
correctly, only that it is streaming something. Another aspect to
consider is audio streaming (is the audio streaming and if so its
streaming quality etc.)

There are a few articles on the web on how to do Web RTC , but a bit
technical:

https://blog.andyet.com/2014/09/29/testing-webrtc-applications

http://googletesting.blogspot.se/2014/08/chrome-firefox-webrtc-interop-
test-pt-1.html

Good luck with your testing!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.