OfItselfSo / Tanta

This project provides Sample Projects which can assist people in developing applications for Windows Media Foundation in the C# language.

Home Page:http://www.OfItselfSo.com/Tanta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample request

laheller opened this issue · comments

Hi @OfItselfSo

What about a working MF sample which takes an audio/video data from whatever source and

  1. pushes it to a network stream which can be then consumed by for example VLC player like:
    http://hostname:port/streamname
    in other words a network stream server using the MediaFoundation API

  2. simply pushes the raw data from whatever source to standard console output which can be consumed by ffmpeg.exe started in "console-input" mode

?