Help with Streaming H.264 Data Using webrtc-java #160
Closed
GeorgeBarbosa
started this conversation in
General
Replies: 1 comment
-
This is now possible as of version 0.13.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m working on an application that connects to Android phones, where the phones stream H.264 video data to my Java application. Currently, I use a simple WebSocket connection to forward this H.264 video stream to a React application for display.
I’m trying to upgrade this setup to use WebRTC for streaming the video from my Java application to the React client. So far, I’ve successfully established a WebRTC connection—the RTCPeerConnectionState transitions to CONNECTED. However, I’m struggling to figure out how to stream my H.264 data (byte[]) through the RTCPeerConnection.
I’ve been exploring the webrtc-java API but can’t find clear documentation or examples on how to send raw H.264 data via WebRTC. Could someone point me to a sample or provide guidance on the correct approach to achieve this?
Any help or suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions