Bug in OSX sout dialog
The dialog puts the port after the Address. This breaks "localhost:1234/stream.mp3" as address. The vlc dialog will make "localhost:1234/stream.mp3:1234" out of this.
The dialog puts the port after the Address. This breaks "localhost:1234/stream.mp3" as address. The vlc dialog will make "localhost:1234/stream.mp3:1234" out of this.
A fix is in preparation. I'll commit it later today (got to go to the election party of the German Greens now)
assigned to @fkuehne
(In [12599]) * split up hostname and following path and insert the port after the hostname (fixes #351 (closed))
added Status::fixed label
closed
"localhost:1234/stream.mp3" does still not run (you'll get "localhost:1234:1234/stream.mp3"), but that's not really bad, since you should only enter the actually hostname+path ("localhost/stream.mp3") and the dialogue will output "localhost:1234/stream.mp3" to the core then. Checking for a colon before the first slash isn't really hard, but can easily be confused with IPv6-numbers, so the current scheme is the best solution for that (that's my personal opinion though).
VideoLAN code repository instance