-
I'm trying to use ipywebrtc but when I run the example code from the documentation from ipywebrtc import CameraStream
CameraStream.facing_user() I get Is this related to microsoft/vscode#25172 there will be any possibility that this will be fixed? |
Beta Was this translation helpful? Give feedback.
Answered by
rchiodo
Mar 25, 2022
Replies: 1 comment
-
That's actually this issue here: VS code doesn't ship with the necessary codecs to support video or audio. I'm not entirely sure why it's not supported (probably an OSS license thing) So I think the answer is this won't be supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mapio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's actually this issue here:
microsoft/vscode#118275
VS code doesn't ship with the necessary codecs to support video or audio. I'm not entirely sure why it's not supported (probably an OSS license thing)
So I think the answer is this won't be supported.