gstreamer/subprojects/gst-examples/webrtc/check/validate
2022-12-16 10:40:41 +00:00
..
apps Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
scenarios Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
testsuites Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
web Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
actions.py Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
browser.py Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
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 Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
observer.py Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
README.md Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
signalling.py Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
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