2015-03-22 12:55 GMT-06:00 Aria Stewart <
ared...@nbtsc.org>:
> On Sunday, March 22, 2015 at 2:48:34 PM UTC-4, Carlos Carcamo wrote:
>>
>> Hello all!
>>
>> Have you ever done an online radio or video streaming with node.js?
>>
>> I would like to do a project for that, I have a vps on digital ocean
>> and I would like to know some suggestions about how to do a
>> audio/video streaming with node.js
>>
>> Could you please give me some advices?, thanks in advance :)
>
>
> I have not with node.js, but I did help build some icecast servers at one
> point.
>
> The protocol is simple and I'd expect you'd find modules for it in the
> registry.
>
> Video I know less about -- you can integrate encoding using a subprocess and
> something like ffmpeg or mencoder relatively easily, though.
>
> Most of the protocol layer stuff is just shuffling stuff around -- very
> minimal actual workload. What part of the service are you trying to use node
> for?