Re: [discuss-webrtc] Re: webRTC server-side client

2,981 views
Skip to first unread message

Justin Uberti

unread,
Mar 4, 2013, 2:17:09 PM3/4/13
to discuss-webrtc
Yes, we have been focused on the in-browser case, so there isn't a ton of documentation or examples for this right now.

It is certainly possible to run the WebRTC code on a server though, and peerconnection_client is a good place to start.


On Sun, Mar 3, 2013 at 8:50 PM, Anton Kuzmin <thehap...@gmail.com> wrote:
Aleks, did you get any further? I am interested in finding out whether it is possible to send audio input to server which will be broadcasted to multiple clients via websockets.

--
 
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Anton Kuzmin

unread,
Mar 4, 2013, 8:17:24 PM3/4/13
to discuss...@googlegroups.com
You mean this https://code.google.com/p/libjingle/source/browse/trunk/talk/examples/peerconnection/client/peer_connection_client.cc ? I am not comfortable with C++. Do you think it will it be possible for a web developer like me to implement a "server" in java without too much hassle?

понедельник, 4 марта 2013 г., 21:17:09 UTC+2 пользователь Justin Uberti написал:

Ken Smith

unread,
Mar 4, 2013, 8:41:07 PM3/4/13
to discuss...@googlegroups.com
Having done that, I can say that it would almost certainly be quicker to teach yourself C++. There are all sorts of really weird corner cases that you'd just as soon never deal with.

That said, there are server-side implementations already that you should look into, f'rinstance:


I think this needs to be combined with something like http://sipml5.org/ or https://code.google.com/p/webrtc2sip/.

(Disclaimer: haven't tried any of these.)

Bryan

unread,
Mar 4, 2013, 8:54:27 PM3/4/13
to discuss...@googlegroups.com
Anton, there are Java bindings for PeerConnection at:

I've not used them yet, but I am doing something similar to you and plan to check out the java api.

James Beecham

unread,
Aug 28, 2013, 6:23:55 PM8/28/13
to discuss...@googlegroups.com
Please provide more details/documentation about how to implement this plugin... including examples using the development command line interface.... gst-launch-1.0

On Sunday, March 10, 2013 5:51:21 PM UTC-4, Luis Lopez Fernandez wrote:
If you are familiar with GStreamer, at Kurento we have just released webrtcbin: a GStreamer component capable of receiving WebRTC flows into a GStreamer pipeline. You can download source here: https://code.google.com/p/kurento/source/checkout?repo=gst-plugins-webrtc

El sábado, 9 de febrero de 2013 23:22:57 UTC+1, Aleks Clark escribió:
Greetings,

I would like to be able to instantiate a 'receiver' for webRTC streams that receives A/V and passes it off to ffmpeg/vlc/whatever to be transcoded, mixed with other audio, etc. From what I've seen, my best bet seems to be to take the libjingle peerconnection_client example, and hack on it to do what I want it to do. Since I'm pretty new to multimedia programming, can anyone provide guidance on this? Should I just pass the raw VP8/Opus stream off to STDIO or a unix socket?

Secondly, it seems a major failing that with all the effort put into peer-to-peer connections, the simpler use case of peer-to-server is ignored and/or undocumented, but maybe I'm not looking in the right places?

Riccardo Tresoldi

unread,
Oct 7, 2013, 7:40:52 AM10/7/13
to discuss...@googlegroups.com
Hi! I'm interessed in this Java bindings, but the link in down.

I have a Java Server that provide an WebRTC server-side for clients, but now I want to implement a way to save some call in the server.
This does not seems to be a RTC (real-time-communication), but I'd want to do this using WebRTC client-side and then I'm interested in Java API to make the server a fake -client and then save the stream to the server.

Do this bindings help me to do this?
PS: Any help is appreciated. ;)

Vladimir Bokov

unread,
Oct 15, 2014, 1:57:22 PM10/15/14
to discuss...@googlegroups.com
Hi Aleks, what did you find out? Also interested in this

воскресенье, 10 февраля 2013 г., 5:22:57 UTC+7 пользователь Aleks Clark написал:

Richard Prosser

unread,
May 19, 2015, 1:41:56 PM5/19/15
to discuss...@googlegroups.com
Does anyone have further news on this topic? I would like to send a text message from a client to a (Python) server application, then forward it later on to another client.

The only relevant code that I have found is https://github.com/ging/webrtc_demo.


Cheers,

Richard
Reply all
Reply to author
Forward
0 new messages