Thanks to a very usefull tip by @XaPHER , I was able to compile qt4-mac 4.8.7 on OS X Tiger using Macports with a local ports tree. (see post here https://forums.macrumors.com/thread...outube-installer.2030035/page-9#post-25776972 )
As such the prerequisite for SMTube is fullfilled and could be compiled.
Now that sad news is that since SMTube 18.1 ( or 10-jan-2018 ) Youtube has HTTPS links and as such
Tonvid feeds HTTPS links which Coreplayer can't handle.
Currently only MPlayer 1.3 is capable of this , which I also compiled using Macports 2.4.2 on Tiger.
As such you need to install the qt4-mac MPKG from here :
https://www.dropbox.com/s/x4zclwlto8vxrnd/qt4-mac-4.8.7_5_OSX_Tiger.mpkg.zip?dl=0
After which you can move SMTube.app (see attached ZIP file) to the Applications folder and start using it.
I've built an MPKG for MPlayer 1.3 on Tiger also but from previous experiences this might not work :
https://www.dropbox.com/s/5pwytrr9rg30jhx/MPlayer-1.3.0_3_OSX_Tiger.mpkg.zip?dl=0
{19-FEB-2019 Added MPlayer OSD Tiger DropBox link }
This is the MPlayer 1.3 with OSD variant for Tiger
https://www.dropbox.com/s/0edais18fyjuz9q/MPlayer+OSD-1.3.0_3_Tiger.mpkg.zip?dl=0
{07-FEB-2018} updated for lcms error
If you get the following error in your Console ,
You can fix this as suggested by @XaPHER by linking the missing lcms library to the installed lcms2 library but opening a Terminal and issuing :
ln -s /opt/local/lib/liblcms2.dylib /opt/local/lib/liblcms.1.dylib
I found that on my PB G4 12" 1.5 Ghz the best I could get on Charger , Better Performance was 480p playback. MPlayer lacks the Altivec optimisations that Coreplayer has .
{07-FEB-2018} updated with MPlayer suggestions
As suggested by @Dronecatcher adding following parameters to MPlayer will allow 720p playback on some machines :
%u -title %t -framedrop -cache 8192 -lavdopts skiploopfilter=all:skipframe=nonref -really-quiet
Add -fs if you always want FullScreen playback .
Als from one of his previous threads
Whilst the video is streaming MPlayer can be controlled by keyboard shortcuts:
9 - volume down
0 - volume up
command + 0 - half size
command + 1 - original size
command + 2 - double size
space - pause/play
cursor right - forward 10 seconds
cursor up - forward 1 minute
f - full screen
esc - quit
These are the optimised MPlayer parameters as stated above
A lot of usefull info can also be found at the OS X Leopard thread :
Thanks to @Dronecatcher for being the guinea pig again and @XaPHER for the very usefull TigerPorts library.
As such the prerequisite for SMTube is fullfilled and could be compiled.
Now that sad news is that since SMTube 18.1 ( or 10-jan-2018 ) Youtube has HTTPS links and as such
Tonvid feeds HTTPS links which Coreplayer can't handle.
Currently only MPlayer 1.3 is capable of this , which I also compiled using Macports 2.4.2 on Tiger.
As such you need to install the qt4-mac MPKG from here :
https://www.dropbox.com/s/x4zclwlto8vxrnd/qt4-mac-4.8.7_5_OSX_Tiger.mpkg.zip?dl=0
After which you can move SMTube.app (see attached ZIP file) to the Applications folder and start using it.
I've built an MPKG for MPlayer 1.3 on Tiger also but from previous experiences this might not work :
https://www.dropbox.com/s/5pwytrr9rg30jhx/MPlayer-1.3.0_3_OSX_Tiger.mpkg.zip?dl=0
{19-FEB-2019 Added MPlayer OSD Tiger DropBox link }
This is the MPlayer 1.3 with OSD variant for Tiger
https://www.dropbox.com/s/0edais18fyjuz9q/MPlayer+OSD-1.3.0_3_Tiger.mpkg.zip?dl=0
{07-FEB-2018} updated for lcms error
If you get the following error in your Console ,
Code:
===== Tuesday, 6 February 2018 19:42:06 =====
dyld: Library not loaded: /opt/local/lib/liblcms.1.dylib
Referenced from: /opt/local/libexec/qt4/Library/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
Reason: image not found
Feb 6 19:42:18 machinename crashdump[215]: smtube crashed
Feb 6 19:42:18 machinename crashdump[215]: crash report written to: /Users/Home/Library/Logs/CrashReporter/smtube.crash.log
You can fix this as suggested by @XaPHER by linking the missing lcms library to the installed lcms2 library but opening a Terminal and issuing :
ln -s /opt/local/lib/liblcms2.dylib /opt/local/lib/liblcms.1.dylib
I found that on my PB G4 12" 1.5 Ghz the best I could get on Charger , Better Performance was 480p playback. MPlayer lacks the Altivec optimisations that Coreplayer has .
{07-FEB-2018} updated with MPlayer suggestions
As suggested by @Dronecatcher adding following parameters to MPlayer will allow 720p playback on some machines :
%u -title %t -framedrop -cache 8192 -lavdopts skiploopfilter=all:skipframe=nonref -really-quiet
Add -fs if you always want FullScreen playback .
Als from one of his previous threads
Whilst the video is streaming MPlayer can be controlled by keyboard shortcuts:
9 - volume down
0 - volume up
command + 0 - half size
command + 1 - original size
command + 2 - double size
space - pause/play
cursor right - forward 10 seconds
cursor up - forward 1 minute
f - full screen
esc - quit
These are the optimised MPlayer parameters as stated above
A lot of usefull info can also be found at the OS X Leopard thread :
{01-FEB-2020} SMtube 20.1.0 (OS X 10.5.8) (alternative for Youview/Mactubes/Mobile Youtube) INSTALLER
Inspired by this thread Mactubes in 2017 or alternatives I learned of the existence of smtube and smplayer and decided to look further into this since I had already installed mplayer via Macports. Basically you need qt4 which was already installed on my PB G4 12" by installing mplayer via...
forums.macrumors.com
Thanks to @Dronecatcher for being the guinea pig again and @XaPHER for the very usefull TigerPorts library.
Attachments
Last edited: