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

Features and bugfixes on behalf of SVT #49

Merged
merged 83 commits into from
Jan 22, 2025
Merged

Conversation

birme
Copy link
Contributor

@birme birme commented Jan 13, 2025

  • Support for adding html and media sources to a production
  • Support for changing latency and alignment for the streams on sources in a production
  • Possibility to create SRT sources
  • Small UI improvements
  • Side Navigation bar
  • Solves legacy problem with the pipelineId being removed from the production after several renders causing several problems
  • Solves legacy problem with output streams being removed from a production after a number of renders
  • Support for configuration of all outputs
  • Possibility to teardown production pipelines (closing streams, SRT sources etc) via menu option.
  • Configuration of multiviews in UI, supporting
    • management (create, update , delete) of multiview layouts from presets.
    • adding multiple multiviews to a production
    • configuration of multivew outputs
    • adding new multiviews and editing existing multiviews during a running production
    • source label handling
  • Possible to remove un-active sources from sourcelist. Removed sources are set to status "purge" in
    database, making it easy to expand if it becomes possible to delete sources from API.
  • Possible to delete SRT-sources.
  • Page lock to avoid accidental updates.
  • More present thumbnails, which are easily updated
  • Possible to add a stream-ID to all outputs and multiviews
  • More stability when several users are updating the same production
  • More stable running productions

Saelmala and others added 30 commits September 23, 2024 16:35
Bumps [find-my-way](https://github.com/delvedor/find-my-way) to 8.2.2 and updates ancestor dependency [fastify](https://github.com/fastify/fastify). These dependencies need to be updated together.


Updates `find-my-way` from 7.6.2 to 8.2.2
- [Release notes](https://github.com/delvedor/find-my-way/releases)
- [Commits](delvedor/find-my-way@v7.6.2...v8.2.2)

Updates `fastify` from 4.17.0 to 4.28.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@4.17.0...v4.28.1)

---
updated-dependencies:
- dependency-name: find-my-way
  dependency-type: indirect
- dependency-name: fastify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [semver](https://github.com/npm/node-semver) to 7.5.4 and updates ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.


Updates `semver` from 7.0.0 to 7.5.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.0.0...v7.5.4)

Updates `nodemon` from 2.0.22 to 3.1.7
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.22...v3.1.7)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: nodemon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
* fix: solve bug error toast websockets

* fix: if condition fix
* feat: output config

* chore: update workdlow

* fix: typo in PipelineOutputConfig.tsx

* fix: second typo in PipelineOutputConfig.tsx
* feat: add management lock

* fix: remove left-over file, has been renamed

* Feat/thumbnail fetch (#14)

* feat: add additional filtering

* fix: handle active + source filter, reduce code

* fix: allow multiple source type selection

* fix: linting

* fixup!

* feat: sorting ui

* fix: add ingest type to database

* feat: add sort based on lastConnected

* fix: remove duplicate handleSorting call

* fixup!

* fix: add date to source card

* fixup!

* fix: add status-not-gone check

* fix: linting error

* fix: remove unused function

* feat: updated to add additional multiviewers in the production-output-modal

* feat: updated the functions on the production-page to handle a multiview-array

* fix: changed the interface to have multiview as array

* feat: updated to handle multiview-array when fetching server and api

* fix: updated to stream-handling, not comfortable with the structure of this part

* fix: updated to handle multiview-arr

* feat: not possible to add output to same port, will cause visible error

* fix: changed find to filter and maped through the results

* fix: removed dev-logs

* fix: correct filtering

* fix: lint test fail

* fix: changed to a some-check instead of a map

* fix: multiview-arr does individual fetch for all mvs and creates unique ids for each

* fix: updated ts-error

* fix: adding and removing source from active production is working again

* fix: added duplicate-check whenever multiviews-arr update and minor fixes

* fix: updated multiview-arr-interface to be called multiviews instead of multiview, and minor fixes

* fix: bug solve for incorrect gone assignment

* fix: some cleanups

* style: redesign SourceListItem Thumbnails

* feat: imageComponent and sourceListing cleanup

* feat: editView always shows same image as listing thumbnail

* feat: general sourceList component and GlobalContext

* fix: bad main merge

* fix: lint

* chore: add refresh images to translate and make modal z-index 50

* fix: use translate for refresh thumbnails and delete duplicated code from merge

* fix: remove another duplicated line

---------

Co-authored-by: Saelmala <sandra.larsson@eyevinn.se>
Co-authored-by: malmen237 <linda.malm@eyevinn.se>
Co-authored-by: Linda Malm <109201562+malmen237@users.noreply.github.com>

* feat: add management lock

* fix: use global context instead of state

* fix: remove duplicates

* Feat/thumbnail fetch (#14)

* feat: add additional filtering

* fix: handle active + source filter, reduce code

* fix: allow multiple source type selection

* fix: linting

* fixup!

* feat: sorting ui

* fix: add ingest type to database

* feat: add sort based on lastConnected

* fix: remove duplicate handleSorting call

* fixup!

* fix: add date to source card

* fixup!

* fix: add status-not-gone check

* fix: linting error

* fix: remove unused function

* feat: updated to add additional multiviewers in the production-output-modal

* feat: updated the functions on the production-page to handle a multiview-array

* fix: changed the interface to have multiview as array

* feat: updated to handle multiview-array when fetching server and api

* fix: updated to stream-handling, not comfortable with the structure of this part

* fix: updated to handle multiview-arr

* feat: not possible to add output to same port, will cause visible error

* fix: changed find to filter and maped through the results

* fix: removed dev-logs

* fix: correct filtering

* fix: lint test fail

* fix: changed to a some-check instead of a map

* fix: multiview-arr does individual fetch for all mvs and creates unique ids for each

* fix: updated ts-error

* fix: adding and removing source from active production is working again

* fix: added duplicate-check whenever multiviews-arr update and minor fixes

* fix: updated multiview-arr-interface to be called multiviews instead of multiview, and minor fixes

* fix: bug solve for incorrect gone assignment

* fix: some cleanups

* style: redesign SourceListItem Thumbnails

* feat: imageComponent and sourceListing cleanup

* feat: editView always shows same image as listing thumbnail

* feat: general sourceList component and GlobalContext

* fix: bad main merge

* fix: lint

* chore: add refresh images to translate and make modal z-index 50

* fix: use translate for refresh thumbnails and delete duplicated code from merge

* fix: remove another duplicated line

---------

Co-authored-by: Saelmala <sandra.larsson@eyevinn.se>
Co-authored-by: malmen237 <linda.malm@eyevinn.se>
Co-authored-by: Linda Malm <109201562+malmen237@users.noreply.github.com>

* fix: errors after conflict solving

* fix: build error

* fix: remove leftover file, unused import

* fix: update lock

* Feat/specify multiview layout when doing production-config(#16)

* feat: added another mv-preset and updated code to be arr instead of single-object

* feat: added optional style to be added to the options-dropdown

* feat: first draft of a multiview-layout setting

* feat: possible to create new layouts as multiview-previews and add it to productions

* feat: added feedback-streams to input-choice for multiviewer-layout

* fix: removed unnecessary undefined

* fix: when added a new layout it will be chosen in output-form on save

* feat: preview and program is now selectable and restructured the way options handle value

* feat: separated db-preset into db-preset and db-layout - 'multiview-preset' and 'multiviews'

* fix: a folder had accidentily been made as a file

* feat: resolved the remaining issues, so preset is turned into a layout and saved in production

* fix: resolved rebase-conflicts

* fix: updates due to feedback and some label-fixes

---------

Co-authored-by: Saelmala <sandra.larsson@eyevinn.se>
Co-authored-by: Lucas Maupin <lucas.maupin@gmail.com>
* feat: sideNav

* chore: remove unused className

* feat: remove green focus from customSwitch
* feat: updating label name and input-slot will both be saved in db and used when starting prod

* fix: source-card checks for production-source-label instead of inventory-source-label

* fix: lint-error and review-comment

* fix: thumbnails show on locked screen
* fix: feedback updates

* feat: made the layout-config universal, made some file-restructure

* fix: some typos and minor changes
* feat: teardown-button

* fix: translations

* fix: better teardown icon
* fix: moved the layout-config button

* fix: changed singular layout to plural
…ning production (#37)

* feat: added possibility to add, change and remove multiviewers on running production

* feat: added possibility to add, change and remove multiviewers on running production
* feat: added stream-id to multiviewers and fixed output-stream bug with local ip on caller-mode

* feat: added error to warn for duplicates

* feat: added error text if duplicate stream id

* fix: lint error

* fix: updated text
* feat: possibility to delete layouts from production

* fix: clear layout to default when delete is done, updated some variable-names

* fix: lint-errors, ts-errors and made delete not possible on running prod

* fix: updated error-message
* feat: possibility to delete layouts from production

* fix: clear layout to default when delete is done, updated some variable-names

* fix: lint-errors, ts-errors and made delete not possible on running prod

* fix: updated error-message

* feat: when delete prod you also delete all connected layouts

* fix: updated the fetch to send body instead of param

* fix: solved rebase problems

* fix: updated error-message
malmen237 and others added 22 commits November 5, 2024 07:03
* fix: added production-id to all user-created layouts

* fix: added production as dependancy in use-effect
* fix: make sure sourceId is correct for settings

* fix: prettier test fail
* fix: handle missing srt-source in api on delete

* fix: updated delete-fetch to return before fetch if source-id is not in api

* fix: removed commented out code
* test: added consol-logs

* fix: lint errors

* fix: added fix and more logs

* fix: start/stop button not updating

* fix: pipeline ids deleted when setting outputs

* fix: remove redundant console.log

* fix: keep output streams inbetween renders

* fix: output logs

* fix: create media/html errors

* fix: linting

* fix: more logs

* fix: prettier test fail

* fix: url logs

* fix: moved logs, response handling

* fix: remove logs

* fix: additional logs removed

* fixup!

---------

Co-authored-by: malmen237 <linda.malm@eyevinn.se>
* fix: handle sources with same id from diff ingests

* fix: correct exist-check
* fix: correct source type drag and drop

* fix: test fail
* fix: small ui improvements

* fix: pointer on drag and droped when activ prod
@birme birme marked this pull request as ready for review January 13, 2025 15:12
Copy link
Contributor

@permobergedge permobergedge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent

@permobergedge permobergedge merged commit 26316bf into OwnZones:main Jan 22, 2025
3 checks passed
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.

5 participants