similar to: strange problem

Displaying 20 results from an estimated 100 matches similar to: "strange problem"

2010 Nov 02
0
Camera MJPEG to Icecast
On Tue, Nov 02, 2010 at 03:32:16PM +0700, Bino Oetomo wrote: > Dear Thomas > I Really Appreciate your enlightment > Thomas B. Ruecker wrote: > > let's stop RIGHT HERE! > > Isn't it obvious? > > Something is wrong with your pipeline here. There is NOTHING coming through. > > Which brings us back to the previous point. > > First make sure ffmpeg2theora
2004 May 14
0
open3 test
Just for kicks, I thought I''d give the following a shot: require "win32/process" require "open3" sin,sout,serr = Open3.popen3("echo %PATH%") p sout.gets p serr.gets Returns nil for both, but hey, at least it doesn''t crash. :) Dan
2010 Mar 31
2
Multicast Paging
I know this may be a bit off topic... I'm trying to play a pre-recorded message to a group of Aastra phones using multicast paging. I can page phone to phone without issue, but sending from one of my servers to the phones results in garbled audio. Anyone else been able to make this work without problem? My VLC command line is below. cvlc -v emergency-test2.wav --norm-max-level=5 --sout
2010 Dec 07
3
Mountpoint "disappearing" ?
Hi, I'm trying to get the following project to work : * acquisition from video acqusition card using vlc * vlc transcode to theora/vorbis and sends it to an icecast2 server Using VLC to acquire from the device is working ok. I get a stream in theora/vorbis format with audio & video sync'ed. Now, when I use VLC to send the stream to my icecast2 server, the stream mounts, it is
2004 Aug 06
0
icecast with WinAmp as the streamer
I am running a similar configuration. I also have the oddcastDSP plugin to connect to the icecast. It's version 2 alpha 1 though. The normal icecast (version 1) can't stream ogg, if you want to to this, you need icecast 2 (which has just the name icecast on the xiph cvs server. Be sure to select the right server to stream to in the oddcastDSP plugin and see that you have properly edited
2003 Jan 02
0
icecast with WinAmp as the streamer
Icecast Heads I have tried all sorts of recomendation from the group and still can't even connect my streamer to the icecast server. I keep on receiving Bad Password. I down to the compatibility issue here. I run Icecast version 1.3.11 on the OpenBsd 3.0 and WinAmp 2.81 Streamer with oddcastDSP plug-ins. Anybody have tried these please SOUT !. <p>saiful at sapura.com.my Engineer at
2003 Jan 02
0
icecast with WinAmp as the streamer
Icecast Heads I have tried all sorts of recomendation from the group and still can't even connect my streamer to the icecast server. I keep on receiving Bad Password. I down to the compatibility issue here. I run Icecast version 1.3.11 on the OpenBsd 3.0 and WinAmp 2.81 Streamer with oddcastDSP plug-ins. Anybody have tried these please SOUT !. <p>saiful at sapura.com.my Engineer at
2010 Feb 18
5
Impossible to encode this file in sync
Hi all, I am unable, using ffmpeg2theora 0.26, to encode this mpeg file in theora without audio/video sync problems : http://dl.rom1v.com/noindex/test.mpg The file works correctly using vlc or mplayer, but totem has sync problems for playing it. For information, it is a TV stream I recorded using : vlc
2005 Jun 11
1
Attempts at live streaming (long)
I would like to hear from anyone who has had some success in this area. I have got it to work but the picture freezes and stays frozen when there is a lot of motion. I will share how I got to that stage since I have tried some different approaches to those I have seen documented so far. I currently stream live video events for a non-profit using Helix Producer but would like to move to something
2004 Oct 26
6
graphics HTB
Hi is it any tool like show.pl by Stef Coene to generate graph with classes but for HTB regards emil _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Oct 11
6
NAT+mangle+tc
Hi All, I wonder can I do NAT+mangle+tc on same maschine? I want to shape outgoing traffic per IP on my gateway computer. Regards Emil Terziev _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
1998 Apr 04
2
R-beta: standard-errors-glm
I have a small problem. I am running glm() in R-0.61.0 on Redhat 4.2. I want to get the standard errors from the output. If I do out <- glm(....) summary(out) I get the coefficients printed as well as their correlation matrix. If I do out$coefficients I get the coefficients out$fitted gives me the fitted values I can then assign the fitted values or the value of the estimated
2005 Jan 13
1
Listening outside ipfw / program interface to ipfw
Hi, Two quick questions that I can't seem to find answers for using google. 1) is is possible to listen outside an ipfw firewall - that is have ethereal record the packets before ipfw starts dropping them? If so how? 2) Is there an api to ipfw that will let me manipulate rules, query stats etc? I need something faster than running the command line binary? Thanks John
2020 Sep 01
2
[lld] [arm] Linker Cannot Set Custom Section Type to NOBITS
I am linking a program to be loaded in an ARM Cortex-M0+ based microcontroller. In the linker script, I have a section allocated for the stack which roughly looks like the following. .stack : { . += __stack_size__; } > ram Using the linker in the gcc arm toolchain, arm-none-eabi-ld, this section is automatically set to type NOBITS, however, when linking with version 10.0.0 of ld.lld, the
2001 Aug 18
2
Re: ext3 partition unmountable
Dewet Diener wrote: > > Hi all > > After umounting a removable ext3 partition from my work PC, and > trying to remount it at home, I've run into the following error > trying to mount it as both ext2 and ext3: > > EXT2-fs: ide1(22,65): couldn't mount because of unsupported optional features (10000). > EXT3-fs: ide1(22,65): couldn't mount because of
2008 May 04
1
R CMD check: small tests suggestion
It would be nice if R CMD check ran any file in the tests directory that has "one of the extensions .R, .S, .q, .r, or .s" - i.e. it should match the files processed in the R directory. Hadley -- http://had.co.nz/
2012 Nov 07
3
HELP! Excel and R give me totally different regression results using the exact same data
Hallo, I am totally confused why Excel and R give me totally different regression results for the data below. If you know the solution, please enlighten me. In Excel I used LINEST() and Data>Data Analysis>Regression and both (fortunately) gave the same result. The coefficients were: /b0=1.16, b1=0.957, b2=0.024, R2=0.0027, adjusted R2=-0.017/ In R I used
2010 Nov 02
5
Camera MJPEG to Icecast
Dear Thomas I Really Appreciate your enlightment Thomas B. Ruecker wrote: > let's stop RIGHT HERE! > Isn't it obvious? > Something is wrong with your pipeline here. There is NOTHING coming through. > Which brings us back to the previous point. > First make sure ffmpeg2theora has all the right options set, then verify > that it produces an valid ogg file/stream and only
2006 Sep 18
2
problems in sourcing R script
Dear list, First my information: platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 2 minor 3.1 year 2006 month 06 day 01 svn rev 38247 language R version.string Version 2.3.1 (2006-06-01) Now my question: How is it possible that a command in an R script is not
2011 Jun 13
1
In rpart, how is "improve" calculated? (in the "class" case)
Hi all, I apologies in advance if I am missing something very simple here, but since I failed at resolving this myself, I'm sending this question to the list. I would appreciate any help in understanding how the rpart function is (exactly) computing the "improve" (which is given in fit$split), and how it differs when using the split='information' vs split='gini'