3

The browser on RPi does not support WebRTC, so I use UV4L, and UV4L realizes WebRTC .

At the same time Streaming Server can support peer to peer real time connection over LAN, but how to make RPi connect to remote room server (with signalling server & CoTurn server)?

Maybe the Streaming Server module for UV4L can not be configured.

Greenonline
2,9725 gold badges27 silver badges38 bronze badges
asked Mar 10, 2016 at 3:03

1 Answer 1

1

p2p with rpi uv4l is not possible using browsers as browsers on rpi ( chromium and firefox ) cannot fetch the local media stream ( i don't know exactly why but i know they can't ) .

So for inter-network scenarios (such as involving firewall and NAT ) instead of making a p2p connection go for centralized connection .

Use a MCU on cloud such as janus and stream from rpi to janus on port using gst 1.0 and vp8enc .

View the stream from janus at the same port from outside clients .

mpromonet
1,1241 gold badge19 silver badges38 bronze badges
answered Jul 9, 2016 at 12:48
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.