RemoteTuner » History » Revision 2
Revision 1 (Jaroslav Kysela, 2019-03-05 12:07) → Revision 2/8 (Jaroslav Kysela, 2019-03-05 12:56)
h1. Remote Tuner
In some cases, the development might be more effective, if the problematic live streams can be used directly through internet. It may apply for EPG, but also for other real-time data.
h2. .h2 SAT>IP Server - Minisatip
Setup minisatip https://github.com/catalinii/minisatip and forward only the RTSP port (usually TCP port 443) outside. Contact the developer through PM to obtain the IP address which will be used for the debugging.
Example - RTSP on TCP port 5544, enable only /dev/dvb/adapter2:
<pre>
minisatip -y 5544 -e 2
</pre>
h2. .h2 SAT>IP Server - Tvheadend
You can also enable the SAT>IP server directly in the tvheadend. But (to not stack the possible problems), the minisatip SAT>IP server is preferred.
In some cases, the development might be more effective, if the problematic live streams can be used directly through internet. It may apply for EPG, but also for other real-time data.
h2. .h2 SAT>IP Server - Minisatip
Setup minisatip https://github.com/catalinii/minisatip and forward only the RTSP port (usually TCP port 443) outside. Contact the developer through PM to obtain the IP address which will be used for the debugging.
Example - RTSP on TCP port 5544, enable only /dev/dvb/adapter2:
<pre>
minisatip -y 5544 -e 2
</pre>
h2. .h2 SAT>IP Server - Tvheadend
You can also enable the SAT>IP server directly in the tvheadend. But (to not stack the possible problems), the minisatip SAT>IP server is preferred.