Ubuntu :: Can't Embed Video On Webpage

Jul 22, 2011

I'm trying to embed a video on my website, and It keeps asking me if I want to save it, instead of just playing it. How do I embed to play and not pop-up the "save" dialog?

Today I demonstrated a simple SSH dictionary attack for a friend. Lucky for you - I also recorded it. (I've made my pw ridiculous and re-secured the box so don't even try it now lol - it'll take 100's of years to crack brute-force).

Anyways, here's what you'll need:<ol><li><a href="http://nmap.org/" target="_blank">NMap</a></li>
<li><a href="http://www.foofus.net/~jmk/medusa/medusa.html"

[Code]....

That's what I have. It shows the box where the video should be - but doesn't play it, just asks to save. Not sure if it's something with my browser plugins... or my code on my page... ? Tried with FireFox and Rekonq - same results. Tried with many different embed codes as well - all same results.

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Embed Media Player In Webpage?

Apr 29, 2010

I have a file server running Ubuntu Server. No monitor or input hooked up...I just ssh into it for maintanance. I use it to store all of my music and video files. I was watching Hulu at work today and thought it would be nice if I could somehow stream or play my files from my file server while I was at work.

I have apache set up so I can serve websites from it so I was thinking if I could some how select the file to play and it play it in an embedded player, that would be fine. I'd like it to play music and videos.

Is there any way of going about this? I have minimal HTML experience, but I have extensive C/C++ experience and server experience. So I'm comfortable using some open source libraries to accomplish this.

View 1 Replies View Related

Ubuntu Multimedia :: How To Embed Flash Video In Blog

Feb 16, 2010

i have this blog, and i want to embed flash vids in it like videos. however, i want to do this from my apache2 web server, partly for bragging rights among my non-techie circle of friends, but mostly because i cant get videos to do what i want (which is private viewing of vids by non-..... members). any tips on how to do this?

View 6 Replies View Related

Ubuntu Multimedia :: Embed Subtitles In Video File?

Apr 30, 2010

I have a film that has been split into 2 files, both of which has an associated srt subtitle file.

I want to embed the subtitle file permanently in the films, so I can subsequently combine the 2 video files (and so have continous playback).

I've tried playing about with Avidemux but no joy so far. Can anyone point me in the right direction?

View 3 Replies View Related

Ubuntu Multimedia :: Video Not Playing At Online Feed Webpage

Jun 9, 2010

I'm using Ubuntu 64bit 10.04 with FireFox and every video I've tried online has worked except the bp.com's oil gusher video streams. Does any one know what plugins to install to make this work?

View 2 Replies View Related

OpenSUSE Network :: Send Webcam Video To Webpage?

Dec 31, 2009

Have searched and not found much to show/tell me how to go about sending video to a web. The code for the page and the way to tell the camera to send or ftp or ...?

View 2 Replies View Related

Server :: How To Play Live Video From USB Webcam On Webpage

May 29, 2010

We have a Centos 5.4 system with V4L installed. xawtv displays the web cam's output fine, but I need to find a way to embed live video from the web cam in a web page (Apache is also installed). I want to play the video in such a way that the viewers do NOT need any special software other than a standard web browser (Firefox, IE, etc.)

View 11 Replies View Related

Ubuntu :: How To Embed Audio In PDF Files

Nov 10, 2010

Does anyone have a recommendation for embedding audio files into PDF files? I'd like to use this to provide feedback on student papers. Acrobat full version does this, but I'd like to stay in Ubuntu.

View 3 Replies View Related

Ubuntu :: How To Embed Cover Art In Songs

Jun 25, 2011

Is it possible to embed cover art in songs by any application in ubuntu? Preferably by banshee media player or any media player which shows cover art.

View 3 Replies View Related

Ubuntu Networking :: Rsync Over SSH - Embed Logon Credentials?

Jan 18, 2010

Is there a way to embed the user password in the following code?

Code:
rsync -r -n --progress --delete -u -l -e ssh 192.168.1.9:/Volumes/1TB_Internal/Music "/media/Storage/Libraries/My Music"

[code]...

View 4 Replies View Related

Ubuntu :: Impress Unable To Embed Sound Files?

Aug 6, 2010

Back in my Windows days I used Power Point but now that I am a Linux guy I use OpenOffice Impress instead. First, even in power point if I embedded sound files I had to make sure they were .wav files, and in this format they grew very large. I have been told that I can embed a .wav file in Impress, but there is a limit of 100k on the file size. Also there is a place where you can change this limitation, but I can't find where to change it. Does any one know where this setting is?

Next, let me tell you what I am trying to do and maybe someone has a better way of doing it. I have slides in my presentation where I display text and have sound files that read the text that is displayed. I have a couple of ways to do this, but both ways are just inserting sound files into the slide. All this does is point to the sound file and then plays it. This works find until I want to transfer it to another computer. To get the presentation to run on another computer I would have to re-insert the sound file so the pointer was right.

So this means I need to not only copy the presentation over but the sound files also. My main question: Is there a better way to do this? Even if I have to use a different program if Impress is unable to embed sound files. I believe that both Power Point and Impress both fall short in this area. I am trying to stay away from developing a program to do this. There must be something out here in the Linux world that would fit the bill?

View 8 Replies View Related

Ubuntu Multimedia :: Embed Audio File In Image?

Feb 25, 2011

Is it possible to embed audio file to an image in ubuntu?

It's possible in Windows 7, when saving just the image from an imagechan.

View 1 Replies View Related

Server :: Embed Grails 1.2.2 In Apache2?

Apr 30, 2010

I downloaded grails [URL]... and installed it. Created a sample application hello world. It was running successfully. In browser [URL].. I was able to see grails running. Now comes the problem. To be able to always start the grails application running after boot I wrote a script in /etc/init.d/software_grails its contents are

[code]...

I have to open command prompt and go to /root/helloworld and then execute grails run-app. you dont have to write the name of application to run it. logging of boot messages is enabled /etc/default/bootlogd BOOTLOGD_ENABLE=Yes. then I opened /var/log/boot.

[code]...

But it does not work. If I am not wrong then above method will work ONLY WHEN some one Logs in not on boot time. Is there a way where I can embed grails in apache2 they [URL]... have not mentioned any thing about apache2 to deploy my applications.

View 2 Replies View Related

General :: Embed Expect In Bash Script

May 14, 2010

I am trying to embed expect in my bash script to perform some tasks

USER="username"
PASS="password"
NAMES=`cat full_list`
for i in $NAMES
do
echo $i

[Code]....

The script initially reads a files containing a list of rpm's on each line and then spawns the rpm2ipc command which uploads the particular rpm to a repository. During this process it tries to enter the credentials, where it is failing.

View 3 Replies View Related

General :: Embed Command Output In Sed Expression?

Feb 20, 2010

sed -i 's/EXTRAVERSION =/EXTRAVERSION = -$(date +%D)/g' file would search in the file, file for the string: 'EXTRAVERSION =', and change every instance it finds to 'EXTRAVERSION = -02/20/2010'. BUT IT DOESN'T.It changes it to 'EXTRAVERSION = $(date +%D)', literally. I've tried single and double quotes in almost every possible configuration. Is there any way to tell sed that one desires the command output, not the literal text?

View 7 Replies View Related

Software :: Evince Doesn't Embed Correctly With Mozplugger

Apr 2, 2010

I have installed Mozplugger and changed mozpluggerrc so it opens evince. However, it shows an embedded version in the tab that doesn't accept interactions and opens the version that can be interacted with in a new window. Does anyone know what may be causing this? I'm not very knowledgable with the specific commands in mozpluggerrc.

My current setup for PDF files is as follows:

View 2 Replies View Related

Programming :: Embed Variable Definitions Within Constants So They Can Be Interpreted?

Jun 30, 2011

Say I have arrays of constants code...

Is it possible to induce bash to interpret the ${tbl[1]} part to its actual value (1-6) when I reference those particular entries in the arrays?
Using this instruction to do so code...

View 9 Replies View Related

Ubuntu :: Convert Webpage To Pdf?

Apr 1, 2010

how to convert webpage to pdf?

I've tried the command:

$ wkhtmltopdf linuxandfriends.com linuxandfriends.pdf

but it shows:

xxx@xxx-desktop:~$ $ wkhtmltopdf linuxandfriends.com linuxandfriends.pdf
bash: $: command not found

View 4 Replies View Related

Ubuntu :: How To View Webpage

Apr 23, 2010

I have just started to learn abit about websites so I thought I would learn from internet, I have followed w3schools.com I have done what they said infact I copied and pasted in to ooo saved as index.html my problem is how do i view it, I opened firefox opened index file but allit shows is what I pasted not showing up as web page any help pointing me in right direction.

View 9 Replies View Related

Ubuntu :: Firefox Use So Much CPU In A Webpage

May 20, 2010

I have kubuntu Lucid. When I open this webpage: [URL] My firefox use a lot of CPU.

View 5 Replies View Related

Ubuntu :: Unblock A Webpage In 10.04?

Aug 4, 2010

I inadvertently blocked a web page and get the following message when I try to open it using Firefox.

"The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem can sometimes be caused by disabling or refusing to accept cookies."

I can change users and access the web page or change computers. No other websites were affected. Is there a way in Ubuntu or Gnome to unblock a website to accept cookies?

View 6 Replies View Related

Ubuntu :: Using FTP Client FileZilla Without A Webpage?

Jan 14, 2010

I would like to know if there's a way of using FileZilla or another FTP client without having a web page. My intention is to have my files on a server and download them form time to time from different computers using FileZilla's portable version. It would also serve as a Back-up copy of 'em. If there's no way of doing that, I can get a subdomain from, that is free and without a file limit?

View 4 Replies View Related

Ubuntu :: Open Webpage At Certain Time?

Jan 14, 2010

if it was possible to get ubuntu to automatically open Firefox to a particular webpage at a specific time monday through friday. The webpage in which i am referring to is not my homepage. in mind that I am completely unfamiliar with scripting

View 2 Replies View Related

Ubuntu :: Possible To Create Webpage In OpenOffice?

Feb 9, 2010

Is this possible?

View 3 Replies View Related

Ubuntu :: Retrieve Info From Webpage?

Mar 7, 2010

I'd like to retrieve information from a website. It's a dictionary type of website, each page of the dictionary has a URL, i would like to get the content of each page automatically in RTF.

Here is an example: [URL]

Is there any program to do this?

View 2 Replies View Related

Ubuntu :: Firefox Can't Find The Webpage

May 14, 2010

It takes a long time for firefox to actually find every website I go to. It sticks on looking for [URL] and then eventually finds it. It isn't the connection because I tested it and its fine. I am using Ubuntu 10.04 and firefox 3.6.3

View 7 Replies View Related

Ubuntu :: Webpage Does Not Appear Properly In Firefox / Fix It?

Aug 21, 2010

I am newbie, and i am developing my website.
My web-site's pages appears to be fine when i open in any browser (including IE, Firefox, Chrome) in windows..
but when i open the same website page in Ubuntu-Firefox the page has lots of css and font errors..is this a problem in ubuntu or my website?
my website link: http://www.beakkon.com
any suggestion on how to fix it?
i am also attaching the snippet of a page of my website when it is opened in Ubuntu-firefox.

View 4 Replies View Related

Ubuntu :: Make Webpage Look Same On All Displays

Sep 30, 2010

I have recently put together a website for my local club using Kompozer, Filezilla, and other open-source apps:

[URL]

Very simple; no CSS or frames, just tables. My question is this: How do I get the webpage to appear uniform on all displays? When I work on it on my own machine all is looking good, everything nice. But when I go to the club and check on one of their boxes or use a computer somewhere else, things are bent out of shape; the layout is too wide or thin, things are oversized or not, the main heading is on two lines instead of one. A real dog's breakfast.

I learn as I go but one thing I'm figuring is that I should scale my images in Gimp to the desired size rather than drag them to size in Kompozer.

I have looked for an answer to this, tried a few things adding various code to the page, but nothing so far seems to be working. I'm sure this is simple fix but I just haven't stumbled over it yet.

View 9 Replies View Related

Ubuntu :: Image Extracting From Webpage?

Oct 21, 2010

I recently saved a large number of web pages from a website on my computer and all of them contains images. I needed help extracting all the images from the webpages(all of them) there are about 17000 saved webpages in the folder and all of them have images. I am not sure how to extract images from webpage in batch. google search dint turn up anything.. is there lika a tool or something for the job or should a script be written for it?

View 9 Replies View Related

Ubuntu :: Cannot Navigate To Any Webpage When TOR Is Enabled

Oct 25, 2010

Whenever I enable the TOR network in firefox using the torbutton, everything stops working. Clicking on links won't take me to a page. It seems like I cannot navigate to any webpage when TOR is enabled.When I disable it everything works fine.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved