Thursday, December 29, 2011

Music Player at Bactrack


For those users who want a backtrack video player or music in Backtrack, there are little tricks that should be done to be able to use VLC Player on backtrack 5.

that step as follows :
1. install vlc
type the following command in the terminal
apt-get install vlc
2. if vlc directly executed, it will display an error because the defaut vlc can not be run on root privileges. then do the following:
3. install hexedit
apt-get install hexedit
4. edit the file using vlc with hexedit
type the following command in the terminal
hexedit /usr/bin/vlc
5. press tab to move to the mode string
6. press ctrl + s to perform a search geteuid
7. geteuid change with getppid
8. press crtl + x to exit
reboot yout Backtrack, then run vlc player.

1 comments:

  • Kushagra Sharma says:
    October 11, 2013 at 10:09 AM

    my vlc run fine and i also set the issue of pulse audio bt still there is no sound :(

Post a Comment