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

Handling of lags (delayed data) #44

Merged
merged 17 commits into from
Jul 9, 2022
Merged

Conversation

karan2704
Copy link
Contributor

@karan2704 karan2704 commented Jul 1, 2022

Resolves #41

This approach involves 2 function calls for fetchData().
One for the (close to) real-time data which starts from current_time - 8hrs till the said current time.
Second, for delayed data, another iteration runs from 24 hours prior to the current time till the current time.

mcshicks and others added 16 commits May 19, 2021 15:05
* Initial version for mseed and multiple architectures on single branch

* fixed ffmpeg command

* made files safe names

* Hardcod URL for now, made env vars to int

* removed from project

* Fixed debug message

* make data directory if it doesn't exist

* initial combo version

* initial version

* run actual commands, add logspout

* fix typos, use shutil.move instead of os.rename for docker

* Fixed m3u8 path

* fixed to encode in realtime, wait for file

* change to ts files

* use a bunch of ts files

* force new dummy.ts on start

* Fix Dockerfile case sensitive name

* Added logging

* make streaming privleged to use nice

* fix audio sampling rate at 64000

* check before deleting/moving files, fixed audio rate, speed up start

* change to mono

* updates

* Split docker-compose.yml into rpi and x86 version

* Fix file permsissions

* chagne segment to minutes, debug statements

* make node run for 24 hours

* Fixed rpi baseline build

* added support for virtual streaming mode

* moved to node folder

* made different compose files for build and pull

* Added info about logical soundcard names

* checking .env adding hls loopback

* add image tag for rpi

* Removed empty build section

To be updated

* Fix typo in readme sentence.

* Fix minor typos in README paragraph 1

Co-authored-by: steve <steve@[email protected]>
Co-authored-by: Scott Veirs <[email protected]>
* arm64: install ffmpeg instaed of building

* No logspout for arm64

There is no logspout for arm64 so comment this out.

* Create docker-compose.arm64-pull.yml

New version to support arm64 dockerhub image

Co-authored-by: JoyceLiao <[email protected]>
@mcshicks mcshicks marked this pull request as ready for review July 3, 2022 17:19
@mcshicks mcshicks marked this pull request as draft July 3, 2022 17:19
@karan2704 karan2704 marked this pull request as ready for review July 6, 2022 15:25
@mcshicks mcshicks merged commit ace1f5c into orcasound:mseed Jul 9, 2022
@mcshicks
Copy link
Contributor

mcshicks commented Jul 9, 2022

I went ahead and merged it, but it might need some changes to update the m3u8 for additional files in the right place.

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.

4 participants