- June 16, 2013
- 2
- 0
- Home Country
- France
Hi,
I'm using MediaPortal 1.3.0 on Windows 8 (Fresh Install). I've been struggling for days to get IPTV working, using the patched DVB-IP filter. I did not succeed because of a big network issue.
My ISP allows its clients to watch TV over IP with an m3u playlist. The playlist points to RTSP streams. Here is what the beginning of the playlist looks like:
The MediaPortal machine is behind a NAT router, which is already configured to forward several UDP ports to my machine's IP address. VLC is able to stream Live TV on the same machine, but I first needed to assign a specific port for UDP traffic in the program preferences.
By default, VLC receives RTSP video streams on random UDP ports. This default setting does not work on my machine, since my router only forwards traffic on specific, static UDP ports. The reason for that is I want to be able to play TV streams on more than one machine at a time. I could have redirected a big UDP port range to the MediaPortal machine, but these ports would have become unusable for other clients.
When I launch an IPTV stream scan in MediaPortal TV Server Configuration, I get nothing but connection errors, and this is logical : in the firewall logs, I clearly see the remote server trying to stream an a random UDP port of my firewall, and that port is not open. RTSP connection (on port 554) seems to work fine, though.
My question is simple : is there a way to make DVB-IP use a specific UDP port for stream reception, like with VLC ? I already tried to modifiy the RtspUdpPortRangeStart and RtspUdpPortRangeEnd parameters in the MPIPTVSource.ini config file, without success. In fact, I don't exactly know if these settings deal with UDP reception end port or RTSP negotiation source port. The config file is in the good place (ProgramData etc.) and I restarted the service after each modification.
Many many thanks for your help!
Marin.
I'm using MediaPortal 1.3.0 on Windows 8 (Fresh Install). I've been struggling for days to get IPTV working, using the patched DVB-IP filter. I did not succeed because of a big network issue.
My ISP allows its clients to watch TV over IP with an m3u playlist. The playlist points to RTSP streams. Here is what the beginning of the playlist looks like:
#EXTM3U
#EXTINF:0,2 - France 2 HD
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=hd
#EXTINF:0,2 - France 2
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd
#EXTINF:0,2 - France 2 (bas débit)
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=ld
#EXTINF:0,3 - France 3 HD
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=202&flavour=hd
The MediaPortal machine is behind a NAT router, which is already configured to forward several UDP ports to my machine's IP address. VLC is able to stream Live TV on the same machine, but I first needed to assign a specific port for UDP traffic in the program preferences.
By default, VLC receives RTSP video streams on random UDP ports. This default setting does not work on my machine, since my router only forwards traffic on specific, static UDP ports. The reason for that is I want to be able to play TV streams on more than one machine at a time. I could have redirected a big UDP port range to the MediaPortal machine, but these ports would have become unusable for other clients.
When I launch an IPTV stream scan in MediaPortal TV Server Configuration, I get nothing but connection errors, and this is logical : in the firewall logs, I clearly see the remote server trying to stream an a random UDP port of my firewall, and that port is not open. RTSP connection (on port 554) seems to work fine, though.
My question is simple : is there a way to make DVB-IP use a specific UDP port for stream reception, like with VLC ? I already tried to modifiy the RtspUdpPortRangeStart and RtspUdpPortRangeEnd parameters in the MPIPTVSource.ini config file, without success. In fact, I don't exactly know if these settings deal with UDP reception end port or RTSP negotiation source port. The config file is in the good place (ProgramData etc.) and I restarted the service after each modification.
Many many thanks for your help!
Marin.