• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 23
Stream address is not recognized
#1
Hello everybody,

My IP TV provider has changed the addresses of the streams. Before the change, the address was, for example, "rtp://@239.35.10.1:10000"

The new addresses now have this format: "rtp://[email protected]:10000"

The names of the channels are displayed as soon as I have entered them into the .m3u list but when I want to start a stream nothing happens.
I guess that the characters before the @ signs are not recognized by the program.

The same list works on my Windows PC with the VLC Player.

i have been using this addon for some time and was very happy with it. Does anybody have an idea how to solve this?
Reply
#2
When using multicast the IP before the ‘@‘ symbol is the interface to use to listen or the UDP/RTP stream.

As to why this is not working I’m not sure.

Have you tried to watch a channel without the IP before the ‘@‘?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#3
I have exactly the same problem.

see Telekom switchover here: https://iptv.blog/artikel/multicastadressliste/

old structure:

# EXTM3U
#EXTINF: -1, (1) das Erste HD
rtp: //@239.35.10.4: 10000 <- switched off

new construction:

# EXTM3U
#EXTINF: -1, (1) das Erste HD
rtp: //[email protected]: 10000 <- current


The new * .m3u runs in the VCL player, but not in the addon.

Changes like: rtp: //@232.0.20.35: 10000 do not run in VCL or in the addon
Reply
#4
(2020-01-12, 12:07)realmerlin666 Wrote: I have exactly the same problem.

see Telekom switchover here: https://iptv.blog/artikel/multicastadressliste/

old structure:

# EXTM3U
#EXTINF: -1, (1) das Erste HD
rtp: //@239.35.10.4: 10000 <- switched off

new construction:

# EXTM3U
#EXTINF: -1, (1) das Erste HD
rtp: //[email protected]: 10000 <- current


The new * .m3u runs in the VCL player, but not in the addon.

Changes like: rtp: //@232.0.20.35: 10000 do not run in VCL or in the addon
Yes, i have exactly the same problem^^
Reply
#5
Ok. This is clearly a bug and should be created as a GitHub issue.

Can one of you create this supplying a full debug log from a paste site in the issue and we’ll look into getting it fixed.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#6
Question 
(2020-01-12, 18:36)phunkyfish Wrote: Ok. This is clearly a bug and should be created as a GitHub issue.

Can one of you create this supplying a full debug log from a paste site in the issue and we’ll look into getting it fixed.



Hello

I am new in this forum. Thanks a lot for your work on kodi and the great addons!

Regarding this topic I have exactly the same problems. I think a lot of users in germany have currently the same problems, because the old source of IP-TV-streams of the Deutsche Telekom Entertain has been switched of a few days before. So it would be great to have a solution for this topic.

For my configuration it workes fine if the source rtp: //[email protected]:10000 is used in VLC, but on kodi it doesn't.

The M3u file is this one from the page IpTV Blog

Please find now some Log-Files. One from a FireTV-Stick with Kodi (v18.5 Leia)/IPTV Simple Client (nightik 3.8.8) and the second one from a RasPi 4 with LibreELEC (9.2.0)/Kodi (v18.5 Leia)/IPTV Simple Client (nightik 3.8.8.1).

I hope these are the required Logfiles. If you need more/different information don't hesitate to ask!

Thanks in advance for your support!

RaspberryPi-Kodi-log

FireTV-kodi-log
Reply
#7
Hello

I have also uploaded a LOG file.

kodi.log

In my case, for example, line 549 outputs the following:

2020-01-14 22:42:45.442 T:140703143328128 DEBUG: CPlayerCoreFactory::GetPlayers(rtp://USERNAME@232.0.10.135:10000/)

It is also output in the "RaspberryPi-Kodi-log" file of Newbie268.


I have written my .m3u file in this syntax:
.....
#EXTINF:-1 tvg-name="RTL" tvg-shift="4" tvg-id="RTL.de" group-title="Private" tvg-logo="https://static.iptv-epg.com/de/RTL.de.png",RTL
rtp://87.141.215.251@232.0.10.135:10000
#EXTINF:-1.....


The address before the @ character is somehow output as USERNAME. Confused
Reply
#8
Yes, it’s interpreting the first IP as a username instead as an IP interface.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#9
@akel89 can you test a fix on Kodi Matrix? If that works I can backport to Leia.

If you can build it yourself (as I see you use linux) here is the PR: https://github.com/xbmc/xbmc/pull/17222

Otherwise, let me know and I can do a testbuild for Windows or something.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#10
Here is a Win64 testbuild for kodi 19 Matrix - https://mirrors.kodi.tv/test-builds/wind...ix-x64.exe
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#11
Brick 
(2020-01-19, 15:16)phunkyfish Wrote: @akel89 can you test a fix on Kodi Matrix? If that works I can backport to Leia.

If you can build it yourself (as I see you use linux) here is the PR: https://github.com/xbmc/xbmc/pull/17222

Otherwise, let me know and I can do a testbuild for Windows or something.

Thanks for your work!

If I understood right I have to exchange the file "URL.cpp" in the installation (Linux) to test? If so I will test this evening and report!
Reply
#12
You would need to compile kodi Matrix with that file changed.

Alternatively use the windows testbuild from the post above or for Android/OSX click on the relevant platform here: https://jenkins.kodi.tv/job/BuildMulti-PR/14447/ and download and install the apk/dmg file.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#13
Sad 
(2020-01-20, 15:36)phunkyfish Wrote: You would need to compile kodi Matrix with that file changed.

Alternatively use the windows testbuild from the post above or for Android/OSX click on the relevant platform here: https://jenkins.kodi.tv/job/BuildMulti-PR/14447/ and download and install the apk/dmg file.

I tested just the Win64 testbuild. For about 5 seconds in the first try (unfortunately w/o log started) it worked. But when trying to change the channel it didn't.
After restart with logging it didn't work anymore. I think an more experienced user should test and report again!

Logfile

Nevertheless I will try on Linux again after compiling.
Reply
#14
How did you change the channel?

I.e. did you stop the current one and play another or through the change channel menu in the video OSD?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
#15
It’s a different error, related to an ffmpeg options. That’s progress!

Code:
20-01-20 20:30:40.851 T:41920 NOTICE: Creating Demuxer
2020-01-20 20:30:40.851 T:41920 DEBUG: ffmpeg[0x281d99ca380X]: [udp] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
2020-01-20 20:30:40.853 T:23612 DEBUG: Previous line repeats 1 times.
2020-01-20 20:30:40.853 T:23612 DEBUG: Loading settings for pvr://channels/tv/All%20channels/pvr.iptvsimple_425868680.pvr
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 23

Logout Mark Read Team Forum Stats Members Help
Stream address is not recognized1