-
Notifications
You must be signed in to change notification settings - Fork 280
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
webrtc (dtls+srtp) server for recordering stream #315
Comments
Hi publicocean0,
Take a look at https://github.com/jitsi/jibri.
…On Sun, Jun 4, 2017 at 9:26 PM, publicocean0 ***@***.***> wrote:
Hi
i m searching a library for creating a java server for connecting from a
browser to a server(as a peer node) for recordering video stream using
webrtc stream from client. Can this library help me?
Is there a example or a manual or another way for learning how to use this
code?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#315>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AER2Y8hljNHiaPDYoZxlQeND2hzgt6Zjks5sAtOsgaJpZM4NvaWl>
.
_______________________________________________
dev mailing list
***@***.***
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/dev
--
*Buddhika Jayawardhana*
Undergraduate | Department of Computer Science & Engineering
University of Moratuwa
*[email protected] <[email protected]>* | LinkedIn
<http://lk.linkedin.com/in/buddhikajay/>
|
sorry but it seams a library in python ... i m ready to suicide me :) |
I'm afraid there's not much documentation. Take a look at RecorderRtpImpl (it supports only VP8). The library does not take care of signaling or connectivity establishment (ICE), so you would have to implement these parts (it does DTLS, though). It expects input through a set of sockets. |
Ok for Ice it is not a problem i can use my websocket For VP8 no problem.
i didnt know webrtc opens so many ports for trasferring video/audio. Maybe it could be a security problem for a server . I m thinking about if my solution for recording is valid. |
You would create a MediaStream, configure its input with setConnector, etc., set an RTPTranslator with setRTPTranslator, and then create a recorder for the same RTPTranslator instance. In jitsi-videobridge/ice4j we avoid using multiple ports by multiplexing ICE sessions (while providing a DatagramSocket API for libjitsi). |
i tried to assign this task to different developers but they cant to do ... for missing documentations. i think it would be usefull if this library opensource could be used also by other developers for helping the opensource community ... at least with documentation or a examples |
Hi guys, agree with @publicocean0 . It will be highly appreciated if we can improve the README & add a few examples |
Hi
i m searching a library for creating a java server for connecting from a browser to a server(as a peer node) for recordering video stream using webrtc stream from client. Can this library help me?
Is there a example or a manual or another way for learning how to use this code(if i have to develop a server is not a problem .... the problem for me is the dtls+srtp protocol very complex ... i dont know so much about it )?
The text was updated successfully, but these errors were encountered: