Jump to content

BigLV

Resident
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'm running 64big Fedora 17, and the suggestion about tailing the session error log was almost perfect. The only thing that would've made it better is if it could kill the previous stream... and not pop up the window, so I made a slight change to the command: tail -f ~/.session-errors | gawk '/Starting internet stream:/{system("killall -KILL vlc ; cvlc "$7" &")}' cvlc doesn't use a UI and killall uses the name to kill rather than having to know the PID. The only thing it doesn't do, and I'm not sure how in-world behavior is, but as soon as it opens the stream, it's at a set volume. It's not quieter farther away. Hope this helps everyone from the future that comes looking for this information. Hi Future People! *wave*
×
×
  • Create New...