Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
218 user(s) are online (127 user(s) are browsing Forums)

Members: 0
Guests: 218

more...

Headlines

 
  Register To Post  

YouTube ? from YAM?
Just can't stay away
Just can't stay away


See User information
I have been able in the past to view Youtube videos but never for long periods.


I decided to make an other try
I did find out it was still more complicated than before
http://www.amigans.net/modules/news/article.php?storyid=1444

i did download clipdown_V3.3 tried to follow the above but did not get very far.

As clipdown seems to use getvideo
and getvideo uses mplayer
clipdown does noet seem essential and if so i would like to use getvideo directly
getvideo doc is however is very crude
Can anyone give me a correct getvideo shell command to play a given (youtube) URL




Edited by JosDuchIt on 2012/4/6 20:14:53
Go to top
Re: YouTube ?
Amigans Defender
Amigans Defender


See User information
rexx:getvideo.rexx <url-of-page> ask "ram:"

or change ask to play to just play it, not sure if the "ram:" is necessary in that case.

Go to top
Re: YouTube ?
Quite a regular
Quite a regular


See User information
I always use the shell script, which calls the rexx script (less typing at least). play or save doesn't need path, but of course it can be convenient for save.

Go to top
Re: YouTube ?
Just can't stay away
Just can't stay away


See User information
Ido get this
9.Amiga OS 4:Utilities/getVideo-0.29getvideo.rexx http://www.youtube.com/watch?v=7b3hSyhdkAU ask ram:

  
[getVideov0.29
    
try to get the video from 'www.youtube.com' please wait...

  
Sorry can't get expected data.


I also always get a requester if i want to play, save, save&play or cancel.
The results are always the same whatever the choice.

Putting savefrom.net/ before the URL does not change the behaviour at all.

Can you confirm you do have any succes with the above or another Youtube video URL ???



Go to top
Re: YouTube ?
Quite a regular
Quite a regular


See User information
Your version, 0.29, is too old. You always must use the lastest version which now seems to be v0.30.

savefrom.net should not be used with getVideo AFAIK, it is just an alternative website for downloading videos without any other tool.

Software developer for Amiga OS3 and OS4.
Develops for OnyxSoft and the Amiga using E and C and occasionally C++
Go to top
Re: YouTube ?
Just can't stay away
Just can't stay away


See User information
@Deniil
Thanks
Works ok now with getvideo.rexx, not with getvideo.

Question: you get a getvideo requester asking you for filetype (& corresponding dimensions)
Testing with a given youtube video, MP4 & LV2 both work. I guess some others might not work. (In fact WebM1 didn't)
Is there a way to identify the 'proper filetype' of a youtube video?






Go to top
Re: YouTube ? from YAM?
Just can't stay away
Just can't stay away


See User information
This is a dos script for YAM
Double clicking on an URL will use muiowb for html pages & getvideo for Youtubevideo's.

I guess there are better solutions. If yes i would like to hear of them

KEY url/A
;called from YAM "on clicking URL"  sys:Utilities/getVideo-0.30/isyoutubeVideo %p
set metube 
`cut  "<url>" char -28`
cd sys:Utilities/getVideo-0.30
IF  $metube EQ "http://www.youtube.com/watch"
    
Requestchoice video  "<url>" ok
    Getvideo
.rexx "<url>" play
ELSE
    
cd datas:muiowb  datas:muiowb/owblauncher does nothing 
    waitforport OWB.1 timeout 0
returns 0 if found if not
    
IF WARN
        RUN owblauncher 
        waitforport OWB.1 timeout 10
        
IF WARN
            
echo "waited not long enough or OWBlauncher problem"
        
ELSE
            
wait 3 the rexx command  below will not work without it
            
            RX 
"address OWB.1 'OPEN  NAME ""<url>"" '"
        
ENDIF
    ELSE
        
RX "address OWB.1 'OPEN  NAME ""<url>"" '"
    
ENDIF
ENDIF
cd sys:Utilities/getVideo-0.30

Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project