vlc will not work with ports greater than 60000

Bug #1053620 reported by deckoff@gmail.com
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
sopcast.sh
New
Undecided
Unassigned

Bug Description

VLC will not work, if the port is set to number greater than 60000.
To fix this I added

while [ $PORT -gt 60000 ]; do
 PORT=$((PORT-10000))
 # echo $PORT
done

on line 19. This will ensure the port is set to a smaller number.
Ubuntu 12.04, VLC 2.03 Twoflower

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.