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

nightfall: panics during streaming. #54

Closed
mental32 opened this issue Mar 24, 2021 · 2 comments
Closed

nightfall: panics during streaming. #54

mental32 opened this issue Mar 24, 2021 · 2 comments
Labels
A-backend Anything to do with the backend (dim server) T-bug Something isn't working the way it is supposed to

Comments

@mental32
Copy link
Collaborator

on the experimental branch fix-video-streaming I get playback halting it looks like its just buffering on the UI side but if you check out the server stderr I see panics in nightfall

Mar 24 21:35:10.404 INFO request, uri: "/api/v1/stream/9c374e3a-4d2e-4388-9dbd-38185ee28c60/data/5.m4s", method: Get
try wait, ffmpeg died, killing
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /home/mental/.cargo/git/checkouts/nightfall-b84a4513de79ba91/9ade607/src/lib.rs:177:53
Mar 24 21:35:38.464 INFO response, status: 500 Internal Server Error, route: GET /api/v1/stream/<id>/data/<chunk..> [2] (get_chunk)
try wait, ffmpeg died, killing
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /home/mental/.cargo/git/checkouts/nightfall-b84a4513de79ba91/9ade607/src/lib.rs:177:53
Mar 24 21:35:38.473 INFO response, status: 500 Internal Server Error, route: GET /api/v1/stream/<id>/data/<chunk..> [2] (get_chunk)
@mental32 mental32 added T-bug Something isn't working the way it is supposed to A-backend Anything to do with the backend (dim server) labels Mar 24, 2021
@mental32
Copy link
Collaborator Author

mental32 commented Mar 24, 2021

potential blocker for #43 ?

@mental32
Copy link
Collaborator Author

update: panics do still occur but they don't mess up playback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend Anything to do with the backend (dim server) T-bug Something isn't working the way it is supposed to
Projects
None yet
Development

No branches or pull requests

1 participant