From 9860e3d183f6ca39e1c2292d433039f4ce803ea9 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Sun, 18 Feb 2024 12:20:55 +0100 Subject: [PATCH] for #665: upgrade live555helper url parsing --- inc/VcmCapturer.h | 4 ++-- live555helper | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/VcmCapturer.h b/inc/VcmCapturer.h index 078afc0e..a8ee0295 100644 --- a/inc/VcmCapturer.h +++ b/inc/VcmCapturer.h @@ -16,8 +16,8 @@ class VcmCapturer : public rtc::VideoSinkInterface, public public: static VcmCapturer* Create(const std::string & videourl, const std::map & opts, std::unique_ptr& videoDecoderFactory) { std::unique_ptr vcm_capturer(new VcmCapturer()); - size_t width = 0; - size_t height = 0; + size_t width = 800; + size_t height = 600; size_t fps = 0; if (opts.find("width") != opts.end()) { width = std::stoi(opts.at("width")); diff --git a/live555helper b/live555helper index 0d9c383b..eb098f2c 160000 --- a/live555helper +++ b/live555helper @@ -1 +1 @@ -Subproject commit 0d9c383b8e83fa1902fa375d2eb26370c015dae2 +Subproject commit eb098f2c5ae63490edaa636e6f17cea73787ca7f