Define tracks based on java streams #81
stserakhau
started this conversation in
Ideas
Replies: 1 comment
-
question partially solved via datachannel & jmuxer, but can't kill the delay about 50..100 ms. But better case to have possibility to stream in anyone from the supported formats by WebRTC https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs |
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
-
Hi,
I found the good example which shows how to transfer data.
https://bytemeta.vip/repo/devopvoid/webrtc-java/issues/25
Is exists the possibility to create video/audio tracks from java input stream ?
For example: i have the media streams which delivered from different channels like rtsp, or processed media receives from the queue, etc. And i need to deliver received media to the client's browser.
Beta Was this translation helpful? Give feedback.
All reactions