-
Notifications
You must be signed in to change notification settings - Fork 7
Add message endpoint #115
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
base: master
Are you sure you want to change the base?
Add message endpoint #115
Conversation
c162968 to
96e7b8a
Compare
examples.livemd
Outdated
| :websockex, | ||
| :membrane_simple_rtsp_server | ||
| :membrane_simple_rtsp_server, | ||
| {:coerce, github: "ypconstante/elixir-coerce", override: true} |
There was a problem hiding this comment.
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
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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
| Boombox.close(writer1) | ||
| if result2 == :ok, do: | ||
| Boombox.close(writer2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't it be
| Boombox.close(writer1) | |
| if result2 == :ok, do: | |
| Boombox.close(writer2) | |
| Boombox.close(reader1) | |
| if result2 == :ok, do: | |
| Boombox.close(reader2) |
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Noarkhh bump
There was a problem hiding this comment.
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
31ca721 to
88a148a
Compare
88a148a to
e44efe8
Compare
No description provided.