Barracuda09 / SATPI

SATIP server for linux, suitable to run on an Raspberry Pi, Vu+, GigaBlue or any other linux box. currently supporting DVB-S/S2/T/C and transform DVB-S requests to DVB-C
http://barracuda09.github.io/SATPI
GNU General Public License v2.0
155 stars 32 forks source link

Enhance channellist.m3u with rtsp/http port insertion #112

Closed Barracuda09 closed 3 years ago

Barracuda09 commented 3 years ago

The M3U file I have to add the port number of http or rtsp. Two options are possible:

  1. rtsp://%1:%2/?.... %1 will be replaced by IP address and %2 will be replaced by rtsp port http://**%1**:**%3**/?.... %1 will be replaced by IP address and %3 will be replaced by http port
  2. or make it more automatic by parsing and checking the protocol that is used etc.
Barracuda09 commented 3 years ago

Already done with a33844aba571336e6169dc81dd4b4d217cfb948b