I've just run in to a really annoying issue with Windows 8.1 - it seems I cannot remove the need to use Live ID credentials from an account without completely deleting that account.
I know the process to do it - use the Disconnect link from the Accounts-Your account screen. The trouble comes when you get to the Switch to a local account screen,…
I wish to develop a softare for 3D object compression (by polygon reduction) in flex using papervision 3D. Could you please suggest me an efficient algorithm for the same?
jQuery's 'live' method is unable to handle multiple events. Does anyone know of a good workaround to attach multiple events to a function that polls current and future elements? Or am I stuck using duplicate live methods for each event handler I need?
Example - I am trying to do something like:
$('.myclass').live('change keypress blur',…
I have a live video streaming in my server using nginx + php.
the php file reas a live streaming and it directly sends it to the client.
I have only one problem. The problem is that i want each request to be in a new process of php-fpm. In a few words i don't want to have idle timeout for a process but instead i want them to close…
Apache webserver setup
added:
AddType application/x-mpegURL .m3u8
AddType video/MP2T .ts
to "httpd.conf" file.
Movie file preparation
I have 3 movie files (9mb - 25mb each).
Used QuickTime to convert movies into iPhone format.
Used mediafilesegmenter to convert .m4v into 10-second segments of .ts files, with an accompanying…
I am trying to save audio using mplayer from a live http stream.
saving audio is successful.
If there is no live stream playing it does not exit automatically.
Is there any way to set timeout if there is no live stream?
code :
mplayer -i -t 00:00:10 -acodec libmp3lame -ab 24 -ar 8000 audio.mp3
Thanks in advance.
I know its possible for FFmpeg to render from the webcam to SWF and FLV. But the problem is the SWF file can only be read via AS2 and FLV seems to only be loading a static frame from my Flash Player.
Is there a way for FFmpeg to render a AVM3 SWF or a stream-able FLV?
Apache webserver setup
added:
AddType application/x-mpegURL .m3u8
AddType video/MP2T .ts
to "httpd.conf" file.
Movie file preparation
I have 3 movie files (9mb - 25mb each).
Used QuickTime to convert movies into iPhone format.
Used mediafilesegmenter to convert .m4v into 10-second segments of .ts files, with an accompanying…
Hi we have setup our own mailserver using ssl.
Each time I start up windows live mail, in comes up with an annoying message that
"The server you are connected to is using a security certificate that could not be verified"
Is there some way to add this cerficate such that we wont see this message on every program start.
When…
I have a page that renders a simple google map for a specified location. This map renders without any problems at all when I run it locally on localhost, however, when I deploy this code to our live web servers (using our LIVE google API key for the appropriate domain) it fails to render, and upon putting a series of alerts…
I have a bunch of live udp video streams that currently are viewed by set top boxes in my network. I would like to pick this video up (I can do this with vlc now) and stream it out to other non-STB endpoints (webpage or a phone/tablet of some sort).
Right now I am able to pick up the udp stream with vlc and convert it to…
Hi,
I have the following situation:
-I have a server A hooked up to a piece of hardware that sends values and information out of every second. Programs on the server machine can read these values. This server A is in a very remote location so Internet connection is very slow and not reliable but the connection does…
I've read countless articles how using the JQuery delegate is much more efficient than using the "live" event.
As such, I'm having trouble converting my existing Live code to using Delegate.
$("#tabs li:eq(0)").live('click',function(){ //...code });
$('#A > div.listing, #B > div.listing, #C >…
I am using Adobe Flash Media Live Encoder to stream live video to a video streaming server.
The webcam is in our office pointed out the window.
Thankfully, Flash Media Live Encoder has a checkbox to un-include audio.
I am wondering how I can push a recorded message to the audio ( or music ). Is…
When load the new html from a post function I lose all of my click bindings. I read that i could use live to keep all the bindings but can't find any examples where live is used with post. Here is my code:
var AddGroup = function (Obj) {
$('.Selectiontarget').live('post', function () {
…
Background: I am a programmer that occasionally has access to other computers when on vacation or something. These are generally the machines of friends or family, so randomly installing Ubuntu on it wouldn't be terribly polite. I would like to completely avoid the hard drive of the target machine.…
I'm running FreeBSD 9.1-PRERELEASE on a vps running on XEN virtualization, I tried to update it to 9.1-RELEASE but mergemaster toasted my /etc/master.passwd and /etc/passwd so what i have now is a blank copies of the two files.
What i did is use a mounted Live CD and mount my root partition to…
First off I'll state my system specs.
Acer Aspire M1100
Windows Vista Home Basic 32bit OEM
2 Gigs of DDR2 ram
160Gig hard drive
2.7Ghz AMD Athlon 64 processor
ATI Radeon X1250 Graphics card
A few days ago my computer did automatic updates and updated windows defender to KB915597 (Definition…
I had this working to spec, until the specs changed. This function is now brought in via ajax .load. Easy enough to bring it in and I have all my other functions on the page that is brought in working in the parent page except this one:
$("#CME").hide();
$(function() {
$("#CME1,…
Hello,
let's say I develop locally and debug small things on live server.
Is it good idea to have something like this in my code? :
$is_local = (strpos($_SERVER['http_host'], 'localhost') !== false);
define ('DEBUG',$is_local);
And then use it through my code, when setting stuff?
…
I installed Windows after installing Ubuntu. But Ubuntu is still intact in its partition.
I'm trying to run the Ubuntu LiveCD to recover grub, but the LiveCD no longer works. It stops the boot process and does not load completely.
I can not run Ubuntu in live mode to recover grub.
…
Possible Duplicate:
My computer boots to a black screen, what options do I have to fix it?
From my Windows XP SP3 machine, I downloaded the live image file for Ubuntu 12.04 LTS. I then burned a bootable CD. Then I went into the BIOS and set installation settings to (first) CD…
I would like to copy or expand my /home directory ... All tutorials talks about moving the home directory from a partition to another but the problem that I only have one partition that was more than 300 gigs (before I resize it and create a new partition) although I see 30 Gigs only…