Skip to content

Stream recordings #6

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

Merged
merged 1 commit into from
Feb 22, 2025
Merged

Stream recordings #6

merged 1 commit into from
Feb 22, 2025

Conversation

sgfn
Copy link
Member

@sgfn sgfn commented Feb 17, 2025

No description provided.

@sgfn sgfn marked this pull request as draft February 17, 2025 18:58
@@ -255,7 +283,7 @@ defmodule LiveExWebRTC.Publisher do
<input
type="text"
id="lex-fps"
value="24"
value="30"
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a hack: Recorder.Converter assumes we're using 30 FPS and there's currently no logic that would allow changing/overriding this assumption

I think adding it is a must, I'll get to work on that


{:noreply,
socket
|> assign(publisher: %Publisher{pub | streaming?: false})}
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure if setting streaming?: false here could break some of our other logic

@sgfn sgfn marked this pull request as ready for review February 21, 2025 13:01
@sgfn sgfn requested a review from mickel8 February 21, 2025 13:01
@sgfn sgfn changed the title Recordings Add option to record streams Feb 21, 2025
@sgfn sgfn changed the title Add option to record streams Stream recordings Feb 21, 2025
@mickel8 mickel8 merged commit 82e2f5e into master Feb 22, 2025
@mickel8 mickel8 deleted the sgfn/rtp-rec branch February 22, 2025 08:36
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.

2 participants