QNet

QNet

Programming Phoenix and Video Streaming

I have been reading the Programming Phoenix book by Chris McCord, I’m reading the chapter regarding the facilitation of youtube videos on the web application, but I was wondering if the book covers directly uploading videos through phoenix, and perhaps allowing buffered streaming through phoenix also?

I haven’t really started reading the Phoenix in Action book, as it is ostensibly more advanced than the Programming Phoenix one, but does anyone know if that book covers file, specifically video and image uploads, to forums perhaps?

Also, does anyone know of any tutorials that showcase out of the box video sharing capabilities from phoenix/elixir?

Most Liked

shanesveller

shanesveller

As for this piece, Phoenix and Elixir don’t actually have any out of the box capabilities in this regard. They have no special treatment for video hosting whatsoever.

You might find the Membrane Framework interesting as a set of Elixir libraries that work in this problem space.

shanesveller

shanesveller

Just as an aside the … In Action series from Manning targets the upper end of beginner to intermediate experience levels, the … In Depth is their advanced series. I would not assume the Manning book here specifically is notably more in-depth, but I haven’t read it personally so I cannot say.

Last Post!

QNet

QNet

Hmm it seems there is no in depth version at the moment, so I would have to assume the Programming and In Action ones will cover most of what is needed for the framework.

Where Next?

Popular in Questions Top

jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set? Thanks.
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
komlanvi
Hi everyone, I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New

Other popular topics Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 49134 226
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New

We're in Beta

About us Mission Statement