Skip to content

Conversation

@Noarkhh
Copy link
Contributor

@Noarkhh Noarkhh commented Oct 31, 2025

No description provided.

@Noarkhh Noarkhh changed the title Implement a message endpoint Add message endpoint Oct 31, 2025
@Noarkhh Noarkhh self-assigned this Oct 31, 2025
@Noarkhh Noarkhh added this to Smackore Oct 31, 2025
@Noarkhh Noarkhh moved this to In Review in Smackore Oct 31, 2025
@Noarkhh Noarkhh moved this from In Review to In Progress in Smackore Oct 31, 2025
@Noarkhh Noarkhh requested review from mat-hek and varsill November 14, 2025 10:35
@Noarkhh Noarkhh moved this from In Progress to In Review in Smackore Nov 14, 2025
examples.livemd Outdated
:websockex,
:membrane_simple_rtsp_server
:membrane_simple_rtsp_server,
{:coerce, github: "ypconstante/elixir-coerce", override: true}
Copy link
Member

Choose a reason for hiding this comment

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

the coerce fix is finally released, so this shouldn't be needed

examples.livemd Outdated
Comment on lines 64 to 67
unless File.exists?("#{input_dir}/test-audio.aac") do
%{status: 200, body: testsrc_mp4} = Req.get!("#{samples_url}/ffmpeg-testsrc-480x270.mp4")
File.write!("#{input_dir}/ffmpeg-testsrc.mp4", testsrc_mp4)
end
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
unless File.exists?("#{input_dir}/test-audio.aac") do
%{status: 200, body: testsrc_mp4} = Req.get!("#{samples_url}/ffmpeg-testsrc-480x270.mp4")
File.write!("#{input_dir}/ffmpeg-testsrc.mp4", testsrc_mp4)
end
unless File.exists?("#{input_dir}/ffmpeg-testsrc.mp4") do
%{status: 200, body: testsrc_mp4} = Req.get!("#{samples_url}/ffmpeg-testsrc-480x270.mp4")
File.write!("#{input_dir}/ffmpeg-testsrc.mp4", testsrc_mp4)
end

examples.livemd Outdated
Comment on lines 594 to 595
Boombox.close(writer1)
if result2 == :ok, do:
Boombox.close(writer2)
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't it be

Suggested change
Boombox.close(writer1)
if result2 == :ok, do:
Boombox.close(writer2)
Boombox.close(reader1)
if result2 == :ok, do:
Boombox.close(reader2)

?

Copy link
Member

Choose a reason for hiding this comment

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

@Noarkhh bump

Copy link
Contributor Author

Choose a reason for hiding this comment

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

whoops i thought when i gave a thumbs up i already handled it

@Noarkhh Noarkhh force-pushed the message-endpoint branch 2 times, most recently from 31ca721 to 88a148a Compare November 26, 2025 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

3 participants