-
Notifications
You must be signed in to change notification settings - Fork 196
Aiden/add streaming demo #122
base: master
Are you sure you want to change the base?
Conversation
Demo that enables one way streaming to a number of clients.
Also eliminate the data channel.
This patch set adds a streaming demo to the repo. If there is interest in merging this, I will work on integrating my forked signalling server into the existing one. |
When running your code it stops at "Status: Sending SDP answer" and doesn't show anything. Webserver log:
Streaming server log:
Media server log:
I have gst_debug=2 enabled so it does show an error about "media 0 is missing". Running on Jetson Nano so it uses nvenc for encoder. The default in your code is h264 and I don't know if SDP response "a=rtpmap:120 VP8/90000" is correct in this case. All connections between the media, client and signaling seems to work. It just gets stuck waiting on something. Doesn't work in either Firefox 68 or Chrome 76. |
Adds a streaming demo to the repo.