I am trying to create a placemark that will open a radio station in the Google Earth Client using vlc player and the stream url. If I leave out the stream, vlc player opens ok. When I add the stream argument, vlc does not open at all. (I have allowed GE to open local files)
a href="file:///C:/Program Files/VideoLAN/VLC/vlc.exe http://www.somestream">myLink
I think the quote marks may need to be nested somehow or the space after the exe is causing problems. Thanks for any help.
After much research I have found that it's not possible to pass parameters in an href link.
I made a vbs file for the placemark and then open it with the href link.
Related
I have a script that automates some things on Chrome with Selenium, which works like a charm. The only problem is that at some point I want to upload a file from my computer to the webpage. For this purpose, a Windows system popup will show in which I need to navigate to the correct file, followed by clicking 'Open' to upload the file.
It seems that Selenium is not able to handle this, but what is able to handle this then? I'm also not sure how to focus the script to the popup (or if that is even needed).
I hope someone can help.
To upload file with Selenium:
1 Find the input element with type=file.
2 Call send-keys selenium command and send the file absolute path text to the input-file element.
file_input = driver.find_element_by_xpath("//input[#type='file']")
file_input.send_keys("D:\\Documents\\user-logo.jpg")
No additional clicks required.
So, for some quick background, one of my favorite musicians, Scandroid, put out a riddle that states "If you alter the extension of a new beginning, you can READ what others can only SEE." When you purchased the song from their label's website, you got a bonus picture. the picture was titled "Origins" (New beginning) so i had the idea to convert the .jpg file to a .txt and just see if there was a hidden message. Inside I found some unusual coding that my friend seems to think is in java language, and thinks it may be an audio file because there are some stream commands. unfortunately neither of us have the skill to separate this coding, nor do we know how to use it in the way it was intended. Below is a link to a google doc that contains the segments of the .txt file that seemed unusual to me. Please note, the segments were separated by quite some space inside the txt file. If you would like to take a look at the whole file feel free to give me your E-Mail and i will be glad to send it to you. Thanks in advance - Pat D.
https://docs.google.com/document/d/1nTTfxcrNZRtb9otybuG4VAhJRFlnAmfBnuTDE1o43UM/edit?usp=sharing
Its a pdf file. You should be able to open it with Adobe Acrobat Reader.
Since a while, when I open a plain text file with long lines, the lines will break.
See this example: https://oeis.org/A195665/a195665_4.txt
In Firebug I can see, that the text is in <pre> tags in an html structure.
To avoid the line breaks, I have to click on "View Page Source".
Is there any server side way to prevent that?
I do not think the browser is at fault. I believe it is the web server's job to serve it up differently. You should google how to do that for your particular web server.
This works in Firefox and Chrome:
view-source:http://oeis.org/A195665/a195665_4.txt
But not in IE. However, IE doesn't break the lines in the first place.
I am looking for an audio editor that we can use server side (ASP + IIS)
We want users to be able to upload an audio file, and then offer a 10 second teaser clip to other users for download.
Ideally I would like our application to be able to specify Input and Output Filename, Start and End time (or Duration), and be able to fade-in and fade-out, and equalise the volume.
Maybe some audio editors have a batch edit facility, and it would just be a question of installing on the server?
All the keywords I have tried putting into Google have led me on a wild goose chase, hopefully someone can help me with suggestions. Thanks.
Try ffmpeg!
http://ffmpeg.org/
I've used it for all sorts of manipulations of video and audio.
I have a site [here][link removed] (IE8 and Google Chrome 5 only).
I was wondering for the Quicktime object if there was a way to not start buffering unless the user clicks the play button?
I hope to insert other movie files in the future and having them all buffer is not reasonable unless there is no way of getting this done.
thank you.
I found this. It seems like it may not be possible.
the method is on quicktime player use edit and beginning point.
set at the beginning and it starts from the begining and buffers as the movie is played.