-
Notifications
You must be signed in to change notification settings - Fork 198
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
[BUG]: When running the video streaming track on Android, the video source cannot be transmitted #1046
Comments
Since the WHIP signaling URL is |
Sorry for seeing the message so late. Thank you for your reply. Our colleagues confirmed that when the "Sdp" parameter was printed out, it was H264. |
Hi @wmRD01 , did you find the solution? |
@dangngoctam00 hi~you can use WebRTC 3.0.0-pre.6 Solving the problem |
I can confirm that android builds running the Vulkan API won't transmit video data since WebRTC 3.0.0-pre.7. OpenGLES runs fine though. |
Hi @wmRD01 |
@dntam00 You're welcome, glad I could help you. If you don't have to use WebRTC 3.0.0-pre.7, you can choose to use 6 |
@AlexRadacki Thank you for the information you provided, but when using OpenGLES, Unity's RenderTextur cannot render the user's camera image. For example, when I use my phone to open the camera image, the image will be rendered to Unity's RenderTexture component, but it renders a transparent texture. . |
Package version
3.0.0-pre.7
Environment
Steps To Reproduce
Current Behavior
When the video track is running on Android, the video source cannot be sent
I don't know what the problem is. It can run when editing, but after packaging into an App, the video cannot be sent to the service. The program code is as follows:
Expected Behavior
When starting stream video call,you can pull video
Anything else?
return version to package WebRTC 3.0.0-pre.6 can Publish Streaming
The text was updated successfully, but these errors were encountered: