-
Notifications
You must be signed in to change notification settings - Fork 32
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
RTCVideoSource? #342
Comments
unexist |
Is there any other way to obtain data for each frame? The data length of the RTP obtained by onReceiveRtp is inconsistent |
You need to pipe it into ffmpeg or some other decoder. That's what I do. |
May I ask how real-time it is? Is the delay significant? |
It is realtime with the proper args (analyzeduration 0 and small probesize ) |
Is it necessary to use H264RtpPayload to process the received rtp data?I'm not sure what this does |
So... is there some workaround? I'm not sure how exactly to use ffmpeg to get a MediaStreamTrack from images. |
Is there an equivalent or a similar thing to
wrtc
'sRTCVideoSource
?My use-case is creating a MediaStreamTrack from per-frame images.
The text was updated successfully, but these errors were encountered: