ustreamer icon indicating copy to clipboard operation
ustreamer copied to clipboard

Add audio streaming support for generic PCM devices.

Open charlyreen opened this issue 2 years ago • 2 comments

  • Allow generic PCM devices to stream audio from ALSA via piKVM
  • New config parameters in janus.plugin.ustreamer.jcfg:
    • pcm_path: Path in /dev/snd/ to PCM device
    • pcm_sampling_rate: Sampling rate
    • pcm_channels: Number of PCM channels

charlyreen avatar Mar 19 '23 16:03 charlyreen

Has this code been tested? ~~Apparently, it shouldn't compile because of the wrong types.~~

And also, if I remember correctly, OPUS in RTP should always be stereo, shouldn't it?

mdevaev avatar Mar 19 '23 17:03 mdevaev

Sup? Please take a look to my notes, and change type of pcm_sampling_rate to unsigned.

mdevaev avatar Jul 11 '23 23:07 mdevaev