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

feat: removed buffer, optimized streaming #209

Merged
merged 35 commits into from
Feb 11, 2024
Merged

feat: removed buffer, optimized streaming #209

merged 35 commits into from
Feb 11, 2024

Conversation

SenexCrenshaw
Copy link
Owner

feat: removed buffer, optimized streaming

SenexCrenshaw and others added 30 commits February 10, 2024 13:29
# [0.12.0-debuffer.1](v0.11.2...v0.12.0-debuffer.1) (2024-02-10)

### Features

* removed buffer, optimized streaming ([b9fbf82](b9fbf82))
# [0.12.0-debuffer.2](v0.12.0-debuffer.1...v0.12.0-debuffer.2) (2024-02-10)

### Bug Fixes

* CRLF -> LF ([dc2ede3](dc2ede3))
# [0.12.0-debuffer.3](v0.12.0-debuffer.2...v0.12.0-debuffer.3) (2024-02-10)

### Bug Fixes

* ffmpeg kill ([e91b357](e91b357))
# [0.12.0-debuffer.4](v0.12.0-debuffer.3...v0.12.0-debuffer.4) (2024-02-10)

### Bug Fixes

* m3u refresh ([d9b509f](d9b509f))
The FixIDs() method in the PGSQLRepositoryContext class was not correctly handling the case when there are no records in the ChannelGroups, EPGFiles, M3UFiles, or StreamGroups tables. This commit refactors the method to check if there are any records before attempting to retrieve the maximum value.
Fixed an issue where client streamers were not properly unregistered from the channel manager. Added a call to cancel the client streamer before unregistering it.
# [0.12.0-debuffer.5](v0.12.0-debuffer.4...v0.12.0-debuffer.5) (2024-02-10)

### Bug Fixes

* Commented out log messages to skipInfo execution ([23f9e15](23f9e15))
* Complete read channel writer in ClientConfiguration ([c995fbe](c995fbe))
* Fix issue with unregistering client streamers ([fe55a97](fe55a97))
* stats ([623fab1](623fab1))
# [0.12.0-debuffer.6](v0.12.0-debuffer.5...v0.12.0-debuffer.6) (2024-02-10)

### Bug Fixes

* Removed ringBufferSizeMB ([88c913f](88c913f))
Previously, did not handle the case when `toRead` was less than 0 in the `StreamHandler` class. This commit fixes that by adding a condition to check if `toRead` is less than and logging an error if it is. If `toRead` is greater than or equal to  the code proceeds as before. This fix ensures that the program handles this edge case correctly and improves the overall reliability of the `StreamHandler` class.
 logo property streaming statistics class to store the logo of the stream.
# [0.12.0-debuffer.7](v0.12.0-debuffer.6...v0.12.0-debuffer.7) (2024-02-10)

### Bug Fixes

* Handle case when toRead is less than 0 in StreamHandler ([81e637a](81e637a))

### Features

* Add logo to input statistics ([29376f8](29376f8))
# [0.12.0-debuffer.8](v0.12.0-debuffer.7...v0.12.0-debuffer.8) (2024-02-10)

### Bug Fixes

* Set IsFailed flag and close stream in StreamHandler ([c321a9f](c321a9f))
@SenexCrenshaw SenexCrenshaw merged commit 4553c81 into main Feb 11, 2024
@SenexCrenshaw SenexCrenshaw deleted the debuffer branch February 11, 2024 17:39
SenexCrenshaw pushed a commit that referenced this pull request Feb 11, 2024
# [0.12.0](v0.11.2...v0.12.0) (2024-02-11)

### Features

* removed buffer, optimized streaming ([#209](#209)) ([4553c81](4553c81))
@SenexCrenshaw
Copy link
Owner Author

🎉 This PR is included in version 0.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants