User Profile

Collapse

Profile Sidebar

Collapse
siva12venu
siva12venu
Last Activity: Jun 4 '14, 06:48 AM
Joined: Feb 27 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi Ron,

    The Above mentioned script is working fine.
    Know i understand where did i mistake.

    F1:: // In previous script i mentioned it as p while script is running P key is not work (Because autohotkey script using this key p). Because of this in script i have mentioned url in that p character is not taking vlc player.That's why i change F1 instead of P
    Code:
    LOOP
    {
    Run C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 19 '14, 04:07 PM. Reason: Added code tags

    Leave a comment:


  • Hi Ron

    Thanks for u r replay. I will try
    See more | Go to post

    Leave a comment:


  • Hi Ron,
    Code:
    p::
    Run C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    sleep 5000
    Send, {CTRLDOWN}n{CTRLUP}
    sleep 5000
    send [url]http://www.youtube.com/watch?v=voubrypx_r0[/url]
    sleep 5000
    Send {Enter}
    sleep 500000
    return
    I have tried this piece of script.But i am unable to play video url(wat i mentioned above)
    See more | Go to post
    Last edited by Frinavale; Mar 19 '14, 04:06 PM. Reason: Added code tags

    Leave a comment:


  • Hi RonB

    Thanks for u r replay,Know i am trying with autohotkey.

    Code:
    n::
    Run C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
    
    Send {Ctrl} 
    Send {n} 
    return
    I am able to open vlc player.
    Can you please guide me how so send keys using autohot key script

    Advance Thanks
    See more | Go to post
    Last edited by Frinavale; Mar 19 '14, 04:06 PM.

    Leave a comment:


  • siva12venu
    started a topic how to automate vlc player using perl script
    in Perl

    how to automate vlc player using perl script

    How to open vlc player using perl script

    Requirement::
    1. open vlc player
    2. press (CTRL + "n") //It opens network stream
    3. enter url // In network stream page u have enter any url
    4. click play button in //network stream
    5. wait for 20 seconds
    6. close the vlc player


    can anybody guide me how do it

    Advance Thanks
    See more | Go to post
    Last edited by Frinavale; Mar 19 '14, 04:06 PM.
No activity results to display
Show More
Working...