microsoft / microsoft/FFmpegInterop

faststart and get output streams

Open
#191 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1.4k
Forks
319
PR merge metrics
No merged PRs in 30d

Description

Hello,

is this a right way to have the fast start in the header

Windows.Foundation.Collections.PropertySet ffmpegOptions = new Windows.Foundation.Collections.PropertySet();
ffmpegOptions.Add("movflags", "faststart");

FFmpegMSS = FFmpegInteropMSS.CreateFFmpegInteropMSSFromStream(readStream, false, false, ffmpegOptions);

also, instead of FFmpegMSS.GetMediaStreamSource(), how can i get the output stream and send byte packages through a network socket

I am looking at the Custom I/O .. I guess this is handling for input streams.

Thanks for your help.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing FFmpegInteropMSS.CreateFFmpegInteropMSSFromStream and GetMediaStreamSource, then compare the linked Custom I/O example with the requested output-stream behavior. Done requires a confirmed approach for faststart configuration and sending encoded output through a network socket, with the relevant API limitations documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
audio-video-rtc
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.