mplayer questionhello 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  | 
	
		
 Re: mplayer questionQuote: 
	
 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"![]()  | 
	
		
 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  | 
	
		
 Re: mplayer questionQuote: 
	
 Code: 
	"C:\Program Files\SMPlayer\smplayer.exe" "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43" | 
	
		
 Re: mplayer question | 
	
		
 Re: mplayer questionQuote: 
	
 look here how this with mplayer ![]()  | 
	
		
 Re: mplayer questionQuote: 
	
 Start Run... cmd OK Code: 
	cd "C:\Program Files\SMPlayer"Code: 
	smplayer.exe "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43" | 
	
		
 Re: mplayer questionQuote: 
	
  | 
	
		
 Re: mplayer questionQuote: 
	
  | 
	
		
 Re: mplayer questionHi 
	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 -Use "youtube-dl --help" for more info. ![]()  | 
| All times are GMT -6. The time now is 04:55 AM. |