Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: URL parameters for RTSP2Web Type MSE due to which playback was unavailable & fix type HLS #4218

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

IgorA100
Copy link
Contributor

@IgorA100 IgorA100 commented Feb 2, 2025

  1. URL parameters for RTSP2Web Type MSE due to which playback was unavailable.
    You can't combine the path and search parameters in one line, because there may be problems, for example the "?" sign will be converted to "%3F" and the socket will not be created!

  2. Merged with Fix: Stop RTSP2Web Type HLS when stream stops #4214

3, Correctly stop RTSP2Web Type HLS when executing "MonitorStream.stop()"

You can't combine the path and search parameters in one line, because there may be problems, for example the "?" sign will be converted to "%3F and the socket will not be created!
@IgorA100 IgorA100 marked this pull request as draft February 2, 2025 17:27
@IgorA100 IgorA100 changed the title Fix: URL parameters for RTSP2Web Type MSE due to which playback was unavailable. Fix: URL parameters for RTSP2Web Type MSE due to which playback was unavailable & fix type HLS Feb 2, 2025
…" (MonitorStream.js)

1. Correctly stop RTSP2Web Type HLS when executing "MonitorStream.stop()"

2. Merged with Fix: Stop RTSP2Web Type HLS when stream stops ZoneMinder#4214
@IgorA100 IgorA100 marked this pull request as ready for review February 2, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant