Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 thanks hasomaso |
#2
|
|||
|
|||
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" |
#3
|
|||
|
|||
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 |
#4
|
|||
|
|||
Re: mplayer questionsmplayer.exe is a binary.
Code:
"C:\Program Files\SMPlayer\smplayer.exe" "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43" |
#5
|
|||
|
|||
Re: mplayer question |
#6
|
|||
|
|||
Re: mplayer questionQuote:
look here how this with mplayer |
#7
|
|||
|
|||
Re: mplayer questionWindows 101
Start Run... cmd OK Code:
cd "C:\Program Files\SMPlayer" Code:
smplayer.exe "http://www.youtube.com/watch?v=jE80W5xYbTI&fmt=43" |
#8
|
|||
|
|||
Re: mplayer questionbut this is the gui of smplayer I do not want
|
#9
|
|||
|
|||
Re: mplayer questionQuote:
|
#10
|
|||
|
|||
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. |
Tags: mplayer |
Thread Tools | |
Display Modes | |
|
|