gstreamer/subprojects/gst-examples/webrtc/check/validate
2022-12-16 10:40:41 +00:00
..
apps
scenarios
testsuites
web
actions.py
browser.py
client.py Change GstSdp.sdp_message_parse_buffer to GstSdp.SDPMessage.new_from_text in examples 2022-12-16 10:40:41 +00:00
enums.py
observer.py
README.md
signalling.py
webrtc_validate.py Change GstSdp.sdp_message_parse_buffer to GstSdp.SDPMessage.new_from_text in examples 2022-12-16 10:40:41 +00:00

What is this?

The entire contents of this folder perform testing of GStreamer's webrtc implementation against browser implementations using the selenium webdriver testing framework.

Dependencies:

Run the tests

GST_VALIDATE_APPS_DIR=/path/to/gst-examples/webrtc/check/validate/apps/ GST_VALIDATE_SCENARIOS_PATH=/path/to/gst-examples/webrtc/check/validate/scenarios/ gst-validate-launcher --testsuites-dir /path/to/gst-examples/webrtc/check/validate/testsuites/ webrtc