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

issues with multiple streams #717

Open
howudodat opened this issue Feb 18, 2022 · 0 comments
Open

issues with multiple streams #717

howudodat opened this issue Feb 18, 2022 · 0 comments
Labels
bug Something isn't working player Related to player (media-stream-player-js package)

Comments

@howudodat
Copy link

  1. multiple RTP_H264 streams are unreliable. They dont auto play, they sometimes freeze and wont restart.
  2. settings save globally for all players

To Reproduce
the following code:

<div class="str" style="left:0px">
	<media-stream-player hostname="cam-3" format="RTP_H264" compression="30" resolution="1280x720" fps="5" audio="1" autoplay autoretry />
</div>
<div class="str" style="left:480px">
	<media-stream-player hostname="cam-1" format="RTP_H264" compression="30" resolution="1280x720" fps="5" audio="1" autoplay autoretry />
</div>

load the page and neither stream is running. click pause / play and the stream starts. repeat for 2nd stream

for the 2nd problem, click on settings, enable the stats overlay for one player. refresh the page, the stats player is set for both players.

Environment (please complete the following information):

  • OS: windows
  • Browser edge

Additional context
We are trying to keep this page as simple as possible. It is used just to monitor 4 cameras and trigger a relay. It is loaded from a file and not a web server. BTW, RTP_JPEG supports multiple streams (tested with 7 cameras), but doesn't seem to support audio.

@howudodat howudodat added the bug Something isn't working label Feb 18, 2022
@steabert steabert transferred this issue from AxisCommunications/media-stream-player-js Jan 25, 2023
@steabert steabert added the player Related to player (media-stream-player-js package) label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working player Related to player (media-stream-player-js package)
Projects
None yet
Development

No branches or pull requests

2 participants