Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34

Thread: How to play YouTube videos and avoid all the Flash kerfuffle....

  1. #21
    Join Date
    Aug 2013
    Beans
    4,941

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    I installed mpv from https://github.com/mpv-player/mpv
    I installed it in $HOME/bin and then symlink it to /usr/bin. It created a .desktop file and I just moved it to .local/share/applications.
    Then I compiled smtube from the latest tarball. That was it.
    Attached Images Attached Images
    Last edited by monkeybrain20122; March 3rd, 2014 at 02:37 PM.

  2. #22
    Join Date
    Jun 2007
    Beans
    17,337

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    Quote Originally Posted by shantiq View Post
    not too sure how to make the mpv option appear it is situated here this is not too important but i am just curious
    You need the latest smtube source that has mpv added to players.cpp
    I believe there was 2 changes, you'd want the latest that works better
    The advantage there is it allows mpv to play back Vevo yt vids which I've found impossible to do straight up.
    (tried some things lately, none worked, probably some deficiency in either quvi or mpv or both though the only player I've found that can directly play Vevo is vlc

    Though not sure what vid quality you'd get thru smtube/mpv if using the default opengl or xv, myself still prefer vlc for online though mpv using vdpau is ok here...

  3. #23
    Join Date
    Aug 2013
    Beans
    4,941

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    Quote Originally Posted by mc4man View Post
    You need the latest smtube source that has mpv added to players.cpp
    I believe there was 2 changes, you'd want the latest that works better
    The advantage there is it allows mpv to play back Vevo yt vids which I've found impossible to do straight up.
    (tried some things lately, none worked, probably some deficiency in either quvi or mpv or both though the only player I've found that can directly play Vevo is vlc

    Though not sure what vid quality you'd get thru smtube/mpv if using the default opengl or xv, myself still prefer vlc for online though mpv using vdpau is ok here...

    With the latest smtube everything plays vevo, even totem

    vlc and mpv both set to use vaapi, but mpv uses about half the cpu and for vlc has to switch audio to alsa or the picture may freeze leaving only audio, that goes with local files as well. mpv uses pulseaudio with no issue. Smplayer uses vaapi via vdpau with the experimental libvdpau-va-gl driver, again has to use alsa for audio, cpu usage is as good as mpv though can't play some local files smoothly while vlc and mpv both can.

    Smtube used to be able to play Vevo,--I only used it with Smplayer before so not sure about other players. It used some algorithms to keep up with google's changes until may be two months ago when Google appeared to have broken smtube's automatic algorithm.
    Last edited by monkeybrain20122; March 3rd, 2014 at 11:34 PM.

  4. #24
    Join Date
    Jun 2007
    Beans
    17,337

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    Quote Originally Posted by monkeybrain20122 View Post
    With the latest smtube everything plays vevo, even totem
    In that regard I meant directly from player, thru smtube they all work, ex. of directly
    Code:
    vlc https://www.youtube.com/watch?v=C-dW7z0QBNg
    As far as cpu use all the possible variations/players ect. there isn't really much difference here if using vaapi or vdpau, typically equal to about 6% of 1 cpu

  5. #25
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    ok did all this

    svn co https://subversion.assembla.com/svn/...mplayer/trunk/ smplayer


    software-properties-gtk and remove earlier smplayer smtube packages


    cd smplayer ; ./create_deb.sh


    sudo dpkg -i smplayer_0.8.6-SVN-r6052_amd64.deb


    so got latest smplayer




    then

    used

    smtube-1.8.tar.bz2 from http://smplayer.sourceforge.net/en/downloads


    and made a deb but no mpv showing ... what did i miss/not see/understand here?
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  6. #26
    Join Date
    Aug 2013
    Beans
    4,941

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    You got the latest Smplayer but apparently an old smtube.

    The tar.bz2 you downloaded is old. I got it from https://www.assembla.com/code/smplay...es/6052/smtube
    Compare the change logs. mpv was added Dec15 2013. The tar.bz2 was around Aug 2013, I think it is the same version in the rvm ppa which hasn't been updated for 30 weeks.
    Last edited by monkeybrain20122; March 4th, 2014 at 10:07 AM.

  7. #27
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    hmmm thanx MB what do i do with that zip ? tags and trunks ??? do i need to create 2 debs and in which order? and if so 1.5 in tags? sorry not all that familiar with svn ways
    Last edited by shantiq; March 4th, 2014 at 11:55 AM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  8. #28
    Join Date
    Aug 2013
    Beans
    4,941

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    Hi,

    unzip it, cd into trunk
    then run
    Code:
    ./create_deb.sh
    Or, alternatively, in trunk, run
    Code:
    ./get_svn_revision.sh
    make
    sudo checkinstall
    This will create a .deb and install in /usr/local

    Edited: Never mind tags, looks like just the source codes for a bunch of old versions.
    Last edited by monkeybrain20122; March 4th, 2014 at 02:00 PM.

  9. #29
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    Thanx MB got there :}
    Last edited by shantiq; March 4th, 2014 at 07:32 PM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  10. #30
    Join Date
    Dec 2007
    Beans
    12,521

    Re: How to play YouTube videos and avoid all the Flash kerfuffle....

    I installed mpv from the Software Center but found that its .desktop file had NoDisplay=true. I wonder why. Anyway, commented it out.

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •