url within url
#1
Hello Devs,

The video below does not play in Kodi 17.3, but plays fine in VLC!

It looks like Kodi does not like an http: (httpSemi-column) inside a url and ends up removing the semi-column and fails to play the video, while VLC manages this just fine. Even if I use VLC instead of the default player, it look the Kodi removes the semi-column THEN passes it to the player, in which case even VLC fails to play the vid!

Code:
http://media.netd.com.trhttp://o.dogannet.tv/ott/S9/MP4/KANALD/HDP1A_-133639_6053-_1500.mp4

I'd appreciate if someone could take a look at it and advise of a workaround or a patch, if there is one.

Thanks!
Reply
#2
thats not a valid URL.
Reply
#3
This url gets a WTF award from me
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#4
the *url* is broken. if you are to embed another url in an url you have to urlencode it first. VLC is buggy if it parses that url, cause it is out of spec.
Reply
#5
VLC just throws away the first part of the url and plays
Code:
http://o.dogannet.tv/ott/S9/MP4/KANALD/HDP1A_-133639_6053-_1500.mp4
Reply
#6
Thanks Guys!
Reply

Logout Mark Read Team Forum Stats Members Help
url within url0