- September 1, 2008
- 21,577
- 8,224
- Home Country
- New Zealand
This seems very weird to me:
Isn't that backwards?
I mean, shouldn't 239... be the source address?
I remember I thought the same thing when I did the SAT>IP code. I had to change the source and local parts around, so now the code is:
Something seems... funky... and yet the IPTV AX code, RTP DLL code, UDP DLL code, and T-Home m3u is identical to MP1 master at the MP 1.8 final release (just checked).
...wait...
Maybe it is this.
Please try replacing the current DLL with the attached in the SlimTV service plugin folder on the server. You need to stop the MP2 Server before replacing.
04-08-2014 13:18:19.395 [ 62c] [{28FC7C01-10C7-4C21-A539-5ABCCDC5706B}] [Info] CMPIPTV_RTP: ParseUrl(): local address: 239.35.10.4
04-08-2014 13:18:19.396 [ 62c] [{28FC7C01-10C7-4C21-A539-5ABCCDC5706B}] [Info] CMPIPTV_RTP: ParseUrl(): local port: 10000
04-08-2014 13:18:19.396 [ 62c] [{28FC7C01-10C7-4C21-A539-5ABCCDC5706B}] [Info] CMPIPTV_RTP: ParseUrl(): source address: (null)
04-08-2014 13:18:19.397 [ 62c] [{28FC7C01-10C7-4C21-A539-5ABCCDC5706B}] [Info] CMPIPTV_RTP: ParseUrl(): source port: 0
Isn't that backwards?
I mean, shouldn't 239... be the source address?
I remember I thought the same thing when I did the SAT>IP code. I had to change the source and local parts around, so now the code is:
rtpUrl = string.Format("rtp://{0}:{1}@{2}:{3}", _serverIpAddress, rtpServerPort, _localIpAddress, rtpClientPort);
Something seems... funky... and yet the IPTV AX code, RTP DLL code, UDP DLL code, and T-Home m3u is identical to MP1 master at the MP 1.8 final release (just checked).
...wait...
Maybe it is this.
Please try replacing the current DLL with the attached in the SlimTV service plugin folder on the server. You need to stop the MP2 Server before replacing.