jean-michel-gonet / sicauspatapov

An Android POV camera application, to stream via UDP
0 stars 0 forks source link

Use a SRT server to stream video from different networks #8

Closed jean-michel-gonet closed 1 month ago

jean-michel-gonet commented 1 month ago

Why?

After #4, we're able to stream video from the phone to a computer that is listening. But this setup won't work if the two devices have private IP in different networks.

The solution is using a SRT server:

Condition of satisfaction

Write a procedure describing how to:

Hints:

Ubuntu + Nimble

According to their creators, Nimble is:

This is a tutorial on how to install a SRT server on Ubuntu using Nimble.

Ubuntu + srt-live-server

There is another library that can act as a SRT server:

This is a tutorial to install SLS on an Ubuntu server:

jean-michel-gonet commented 1 month ago

It turns out that:

But, there is an alternative solution: