Skip to content

Commit

Permalink
move media server binary to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Bommes committed Nov 1, 2024
1 parent b7997d5 commit c691a4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/end_to_end_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_end_to_end_mpeg4_part2(self):
def test_end_to_end_rtsp(self):
with tempfile.TemporaryDirectory() as outdir:
print("Setting up end to end test for RTSP")
rtsp_server = subprocess.Popen(os.path.join(PROJECT_ROOT, "tools/live555MediaServer"))
rtsp_server = subprocess.Popen(os.path.join(PROJECT_ROOT, "live555MediaServer"))
try:
time.sleep(1)
print("Running extraction for RTSP stream")
Expand Down

0 comments on commit c691a4f

Please # to comment.