hudl / HudlFfmpeg

Hudl.Ffmpeg framework
Apache License 2.0
112 stars 32 forks source link

Streaming support (streaming output) #66

Open aleksandert opened 8 years ago

aleksandert commented 8 years ago

I would like to use your library to stream content to rtmp server, but if I'm not mistaken, currently only file based outputs are supported. I'm thinking about implementing a custom IContainer implementation to prevent extension validation and use UriBuilder to build output url.

Can you share any hints or suggestions before I dive in?

Many thanks!