Extract Audio from FLV stream in C#
Posted
by Alon
on Stack Overflow
See other posts from Stack Overflow
or by Alon
Published on 2009-11-07T16:47:46Z
Indexed on
2010/05/10
11:54 UTC
Read the original article
Hit count: 354
I'd like to extract audio stream from a FLV stream in C#. I searched in Google and I found FLVExtract, but it supports only extracting from FLV files, and not from streams.
How can I do this?
© Stack Overflow or respective owner