You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use AlsaAudioSource or the PulseAudioSource (the only two sources that have the has_video=False flag), voctocore crashes with the following error message:
"ERROR: Gst: : No src-element named 'video-foo'
Adding a test source to one of those by adding has_video=True and def build_videoport(self): does seem to fix the issue, although that's not a real fix :)
The text was updated successfully, but these errors were encountered:
baldurmen
changed the title
The has_video=False flag for sources doens't seem to work
The has_video=False flag for sources doesn't seem to work
Jul 28, 2024
When trying to use
AlsaAudioSource
or thePulseAudioSource
(the only two sources that have thehas_video=False
flag), voctocore crashes with the following error message:"ERROR: Gst: : No src-element named 'video-foo'
Adding a test source to one of those by adding
has_video=True
anddef build_videoport(self):
does seem to fix the issue, although that's not a real fix :)The text was updated successfully, but these errors were encountered: