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

Add simple Membrane.Agora.Source for testing purposes #10

Merged
merged 18 commits into from
Jan 17, 2024
Merged

Conversation

varsill
Copy link
Collaborator

@varsill varsill commented Dec 1, 2023

This PR:

  • Adds Membrane.Agora.Source capable of receiving stream from the given Agora channel
  • Adds test checking if the sink works properly

@varsill varsill changed the title Add simple Membrane.Agora.Source. Add simple Membrane.Agora.Source for testing purposes Dec 1, 2023
@varsill varsill marked this pull request as ready for review December 4, 2023 14:39
@varsill varsill requested a review from mat-hek December 4, 2023 14:43
{:ok, _supervisor, source_pipeline} =
Membrane.Testing.Pipeline.start_link(module: PipelineWithAgoraSource)

assert_start_of_stream(source_pipeline, :video_sink, :input, 100_000)
Copy link
Member

Choose a reason for hiding this comment

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

it seems we don't wait until the pipelines finish nor do we verify results

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@varsill varsill merged commit 88c293a into master Jan 17, 2024
1 check 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.

2 participants