hrueger / AGView

The live on-the-fly event video player.
MIT License
3 stars 2 forks source link

Adding audio capability to ffmpeg_source #38

Closed alokmahor closed 3 years ago

hrueger commented 3 years ago

Wow, very cool! Thanks @alokmahor How do you know that? Do you know what other options can be set?

alokmahor commented 3 years ago

I was also looking for that so today I debugged Streamlabs OBS there I found https://github.com/stream-labs/streamlabs-obs/blob/32d2e5bc3b107bf4e39880300f4a4d9c8ba620ee/app/services/audio/audio.ts#L222

alokmahor commented 3 years ago

possible values of monitoringType are 0, 1, 2 0 means Monitor Off 1 means Monitor only(mute output) 2 means Monitor and Output By default value is 0. for getting audio we can set value 1 or 2

hrueger commented 3 years ago

closred in favor of #39