-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture with OBS without scrcpy window #467
Comments
So it would be an OBS plugin? (I don't really know OBS) |
I think that would be the way to go. Would be interesting for streaming live (Window capture works but you are obviously at the lower resolution if the captured is larger than screen) |
This would be great! OBS plug-in, or however it would need to work, so that the video stream from scrcpy can be captured directly by starting the service as an OBS video capture source. It would also be cool to have the audio captured from the stream, as well, through OBS in Windows. |
A solution (on linux) could be to expose the video via V4L2. Some app doing something similar: https://github.com/aramg/droidcam |
Isnt that just for streaming the phone camera to the PC? |
Problem i am facing is that when recording in obs or streaming the "scrcpy window" gets latency (because processor is used by both scrcpy and obs and the decoding of frames in scrcpy gets delayed ) and the audio (coming to PC with other solutions like aux input or sndcpy) is coming without latency ... |
I just used the filter to add a delay to the audio and messed with it until
I saw the delay on the audio matched the delay on the video. You can add
filters to audio in OBS.
On Wed, Sep 30, 2020 at 5:15 PM jawadahmeddogar ***@***.***> wrote:
Problem i am facing is that when recording in obs or streaming the "scrcpy
window" gets latency (because processor is used by both scrcpy and obs and
the decoding of frames in scrcpy gets delayed ) and the audio (coming to PC
with other solutions like aux input or sndcpy) is coming without latency ...
any guide to counter this problem...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#467 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2MRRHEJAQXVYUV4CRX6YDSIOUZDANCNFSM4HALKKEA>
.
--
*David L. Rosengarden*
Direct: 847-276-5340
|
Closed by #2268. |
would be nice if there was a solution for Windows as well. Not a fan of having to have the scrcpy window of my camera + OBS running as a virtual cam also id like to add that when scrcpy is its own window and OBS captures that window, any resizing of the scrcpy window causes your OBS setup to misalign. Having a OBS plugin or something that will recognize the scrcpy camera as a native webcam in Windows would be the best solution. I have opened a new issue here as this issue is closed + wasn't specifically for camera capture: #5796 |
please make a scrcpy link with obs for streaming . make video capture device as scrcpy . it should only display on obs . but not on antother window.
The text was updated successfully, but these errors were encountered: