Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

mplayer question

(http://stream-recorder.com/forum/showthread.php?t=11046)

hasomaso 02-18-2012 09:55 AM

mplayer question


 
hello community,

is there a possibility to play youtube videos with mplayer under windows?

the parameters are as follows

Code:

mplayer -fs $(echo "http://youtube.com/get_video.php?$(curl -s $youtube_url | sed -n "/watch_fullscreen/s;.*(video_id.+)&title.*;1;p")")

here are a few left

hxxp://techie-buzz.com/foss/play-you...n-mplayer.html

hxxp://www.commandlinefu.com/command...ly-to-mplayer.



I thank you in advance :rolleyes:




thanks
hasomaso

bat999 02-18-2012 11:05 AM

Re: mplayer question


 
Quote:

Originally Posted by hasomaso (Post 40455)
hello community,

is there a possibility to play youtube videos with mplayer under windows?

Hi
I don't know how to view youtube videos with mPlayer.

But there is an mPlayer GUI called SMPlayer for Windows and Linux.
From here ---> http://smplayer.sourceforge.net/down...php?tr_lang=en
SMPlayer v-0.7.0 will play (some) youtube videos.

Either
Open > URL...

Or from command line like this:-
Code:

smplayer "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"


hasomaso 02-18-2012 11:31 AM

Re: mplayer question


 
@bat999

thank you for your help, but i do not want gui! but mplayer or smplayer binary.

here is my mplayer package, please download it and watch it
with mplayer or smplayer i want to play youtube videos

http://desmond.imageshack.us/Himg189...g&res=me dium

hxxp://www.sendspace.com/file/126x5g



thanks
hasomaso

bat999 02-18-2012 11:54 AM

Re: mplayer question


 
Quote:

Originally Posted by hasomaso (Post 40460)
smplayer binary.

smplayer.exe is a binary.
Code:

"C:\Program Files\SMPlayer\smplayer.exe" "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"

svnpenn 02-18-2012 12:03 PM

Re: mplayer question


 
You can download them with a Bookmarklet.

svnpenn.github.com/bm

hasomaso 02-18-2012 12:39 PM

Re: mplayer question


 
Quote:

Originally Posted by bat999 (Post 40461)
smplayer.exe is a binary.
Code:

"C:\Program Files\SMPlayer\smplayer.exe" "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"

ok but i need the smplayer running under cmd
look here how this with mplayer


bat999 02-18-2012 01:02 PM

Re: mplayer question


 
Quote:

Originally Posted by hasomaso (Post 40465)
ok but i need the smplayer running under cmd

Windows 101 :rolleyes:

Start

Run...

cmd

OK

Code:

cd "C:\Program Files\SMPlayer"
Code:

smplayer.exe "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"

hasomaso 02-18-2012 01:38 PM

Re: mplayer question


 
Quote:

Originally Posted by bat999 (Post 40467)
Windows 101 :rolleyes:

Start

Run...

cmd

OK

Code:

cd "C:\Program Files\SMPlayer"
Code:

smplayer.exe "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43"

but this is the gui of smplayer I do not want

svnpenn 02-18-2012 01:57 PM

Re: mplayer question


 
Quote:

Originally Posted by Wikipedia
SMPlayer is a cross-platform free and open source multimedia player front-end for MPlayer.

That means IT IS A GUI, GET OVER IT.

bat999 02-18-2012 03:48 PM

Re: mplayer question


 
Hi
There is a mPlayer solution.
For Windows
use "youtube-dl.exe 2011.10.19" from here ----> http://www.himili.com/blog/downloads...eo-downloader/
Pipe it through mPlayer.
Something like this:-
Code:

youtube-dl.exe -f 18 "http://www.youtube.com/watch?v=jE80W5xYbTI" -o - | mplayer.exe -cache 1024 -
youtube-dl is a command line downloader program originally written for Linux.
Use "youtube-dl --help" for more info.



All times are GMT -6. The time now is 07:40 PM.