Skip to content

Conversation

@FelonEkonom
Copy link
Member

No description provided.

@FelonEkonom FelonEkonom requested review from Copilot and varsill April 7, 2025 09:51
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 19 out of 37 changed files in this pull request and generated no comments.

Files not reviewed (18)
  • examples/live_view/.formatter.exs: Language not supported
  • examples/live_view/.gitignore: Language not supported
  • examples/live_view/config/config.exs: Language not supported
  • examples/live_view/config/dev.exs: Language not supported
  • examples/live_view/config/prod.exs: Language not supported
  • examples/live_view/config/runtime.exs: Language not supported
  • examples/live_view/config/test.exs: Language not supported
  • examples/live_view/lib/example_project_web/router.ex: Language not supported
  • examples/live_view/lib/webrtc_live_view.ex: Language not supported
  • examples/live_view/lib/webrtc_live_view/application.ex: Language not supported
  • examples/live_view/lib/webrtc_live_view/pipeline.ex: Language not supported
  • examples/live_view/lib/webrtc_live_view_web.ex: Language not supported
  • examples/live_view/lib/webrtc_live_view_web/components/layouts.ex: Language not supported
  • examples/live_view/lib/webrtc_live_view_web/components/layouts/app.html.heex: Language not supported
  • examples/live_view/lib/webrtc_live_view_web/components/layouts/root.html.heex: Language not supported
  • examples/live_view/lib/webrtc_live_view_web/controllers/error_html.ex: Language not supported
  • examples/live_view/lib/webrtc_live_view_web/controllers/error_json.ex: Language not supported
  • examples/live_view/lib/webrtc_live_view_web/controllers/page_controller.ex: Language not supported

let Hooks = {};
const iceServers = [{ urls: "stun:stun.l.google.com:19302" }];

let Hooks = {};
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the changes from the contour demo are not applied here, so please rename it to lowercase hooks


* Run `mix setup` to install and setup dependencies
* Start Phoenix with `mix phx.server` or inside IEx with `iex -S mix phx.server`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Copy link
Contributor

Choose a reason for hiding this comment

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

we are starting Phoenix server, not only Phoenix endpoint with that command

Copy link
Contributor

Choose a reason for hiding this comment

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

since it's just handle_init here, perhaps it would be better to use RCPipeline?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it could be used, but for me it looks better to define Pipeline module in demos than to use RCPipeline, because it is more conventional way of using Membrane

@FelonEkonom FelonEkonom requested a review from varsill April 8, 2025 15:34
@FelonEkonom FelonEkonom changed the title Copy LiveView example from membrane_demo Use LiveView example from membrane_demo Apr 9, 2025
@FelonEkonom FelonEkonom moved this to In Review in Smackore Apr 9, 2025
@FelonEkonom FelonEkonom changed the title Use LiveView example from membrane_demo Get rid of Boombox from LiveView example Apr 9, 2025
@FelonEkonom FelonEkonom self-assigned this Apr 9, 2025
@FelonEkonom FelonEkonom merged commit cbb3576 into master Apr 10, 2025
3 checks passed
@FelonEkonom FelonEkonom deleted the update-live-view-example branch April 10, 2025 10:19
@github-project-automation github-project-automation bot moved this from In Review to Done in Smackore Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants