search for: rtmp

Displaying 20 results from an estimated 93 matches for "rtmp".

2008 Dec 07
1
Compile Packages on vista
...curity properties of vista). I checked several mailing list/forums/website but I did not found any solution. Does anybody have the same problem and found a solution? I''ve got the following error: ################################## R CMD install testPackage installing to ''D:\Rtmp'' ---------- Making package testPackage ------------ adding build stamp to DESCRIPTION installing R files installing inst files find: `D:/Rtmp/ testPackage /doc'': Permission denied find: `D:/Rtmp/ testPackage /unitTests'': Permission denied make[2]: *** [D:/...
2009 Jun 21
0
[PATCH] nv50: better insn generation
...ram_tx_insn(struct nv50_pc *pc, const union tgsi_full_token *tok) { const struct tgsi_full_instruction *inst = &tok->FullInstruction; - struct nv50_reg *rdst[4], *dst[4], *src[3][4], *temp; - unsigned mask, sat, unit; + struct nv50_reg *rdst[4], *dst[4], *src[3][4]; + struct nv50_reg **pp_rtmp, *rtmp = NULL, *temp = NULL; + unsigned mask, sat, unit = 0; boolean assimilate = FALSE; - int i, c; + int i, c, nr_dst = 0; mask = inst->FullDstRegisters[0].DstRegister.WriteMask; sat = inst->Instruction.Saturate == TGSI_SAT_ZERO_ONE; for (c = 0; c < 4; c++) { - if (mask &amp...
2008 Jan 25
1
Does swfdec support rtmp?
Hi, Can you please tell me if swfdec support playing videos using rtmp? E.g. www.nytimes.com 's flash video player using rtmp. Does swfdec support it? Thank you.
2018 Feb 23
0
change location of temporary files
Does setting the environment variable TMPDIR, before starting R, to a directory on a bigger file system help? On Linux I get % mkdir /tmp/RTMP-BILL % env TMPDIR=/tmp/RTMP-BILL R --quiet --vanilla > tempdir() [1] "/tmp/RTMP-BILL/Rtmppgowz4" > tempfile() [1] "/tmp/RTMP-BILL/Rtmppgowz4/file7ce36ec5cb1e" I don't know if there is an R-specific environment variable or startup flag for this. Bill Dunla...
2007 Nov 14
1
Does swfdec support RTMP
Hi, Can you please tell me if swfdec supports RTMP? (flash streaming protocol)? Thank you.
2008 Dec 14
1
Changes to ''rtmp''
New branch ''rtmp'' available with the following commits: commit 03292617084fb246a2f23f566d9b5a1afafede41 Author: Benjamin Otte <otte at gnome.org> Date: Sun Dec 14 21:43:56 2008 +0100 split in_error() from is_connected() commit 139261910ef6120f56c6c6749a3843c5dd4af4e4 Author: Benjamin Otte &lt...
2013 Apr 11
0
How to make the audio header data for Speex for RTMP ?
Hi all. libfaac has faacEncGetDecoderSpecificInfo function for decorder specific info that works as the audio header for RTMP live stream. How to make the header for Speex ? Yours truly
2007 Dec 20
0
icecast and RTMP
Dear Icecast developers, we (freiheit.com and radio.de) are using Icecast as a streaming server. Our targeted client is based on Adobe flash. We investigate the options to implement RTMP streaming (an Adobe streaming format: http://osflash.org/documentation/amf) as an alternative streaming format for the Icecast server to improve the quality of audio streaming in flash clients. Background: flash (as of now) is not capable to play back Icecast or shoutcast streams without ugly work...
1999 Jul 21
1
R 0.64.2 for Windows 95/NT
I installed R 0.64.2 using "rwinst.exe" on a Windows 95 machine. The zip files and rwinst.exe were stored in a directory "rtmp" and I wanted R to be installed in "r0642" (by setting c:\rtmp for source directory and c:\ for install directory). After the installation was completed the main program was in r0642 whereas all the documentation in c:\rtmp\r0642. Is this a known bug? Furthermore if I set the...
2018 Feb 23
4
change location of temporary files
I would like to change where R stores the temporary files to my external hard drive in my iMac. This is important because the temporary files R creates are huge and I do not have enough available space in my internal HD. Again, this is for macOS. This change has to be temporary. Later I need to use the usual location for temp files in the internal HD. Thanks in advance, Kumar Mainali --
2003 Mar 17
2
Trying to build R-1.6.2 under sparc-sun-solaris2.9.
..._SockConnect': Rsock.c:378: `len' undeclared (first use in this function) Rsock.c:378: (Each undeclared identifier is reported only once Rsock.c:378: for each function it appears in.) *** Error code 1 make: Fatal error: Command failed for target `Rsock.lo' Current working directory /tmp/Rtmp/R-1.6.2/src/modules/internet *** Error code 1 make: Fatal error: Command failed for target `R' Current working directory /tmp/Rtmp/R-1.6.2/src/modules/internet *** Error code 1 make: Fatal error: Command failed for target `R' Current working directory /tmp/Rtmp/R-1.6.2/src/modules *** Error...
2008 Jan 14
1
Asterisk 1.4 Call Recording
...according to your system settings, eg. /usr/bin) SOX=/usr/bin/sox SOXMIX=/usr/bin/soxmix # lame is only required when sox does not support liblame LAME=/usr/local/bin/lame # command line variables LEFT="$1" RIGHT="$2" OUT="$3" LTMP="asename $1 .wavmp.wav" RTMP="asename $2 .wavmp.wav" #test if input files exist test ! -r $LEFT && exit test ! -r $RIGHT && exit # convert mono to stereo, adjust balance to -1/1 # left channel $SOX $LEFT -t wav -c 2 $LTMP pan -1 # right channel $SOX $RIGHT -t wav -c 2 $RTMP pan 1 # combine and co...
2008 Jul 07
7
[Bug 16632] New: swfdec_net_connection_connect with non-NULL url real-world test case
http://bugs.freedesktop.org/show_bug.cgi?id=16632 Summary: swfdec_net_connection_connect with non-NULL url real- world test case Product: swfdec Version: 0.7.x Platform: Other URL: http://www.vampirefreaks.com/Official-Zombie-Girl OS/Version: All Status: NEW Severity: normal
2012 Mar 08
2
Cannot change location of tempdir()
...the file is too large for the drive. However, tempfile() doesnt seem to respect the environment variables when I change them with Sys.setenv(). In a fresh R-session: > Sys.getenv("TMP") [1] "C:\\Users\\skoiejo\\AppData\\Local\\Temp" > Sys.setenv(TMP = "e:\\Temp\\Rtmp") > Sys.getenv("TMP") [1] "e:\\Temp\\Rtmp" > tempfile() [1] "C:\\Users\\skoiejo\\AppData\\Local\\Temp\\Rtmp2tvQ7U\\file499a5987" # I have also tried to change "TMPDIR", "TEMP" and "R_USER", all with the same result. # The d...
2006 Nov 27
2
Flash stream support
...lready this email, but I didn't, so I'm trying again. Hi guys, a client interested on having flash streams from a server recommended Icecast. I never heard in the Flash community about it and in the documentation it doesn't mention anything about it or about the protocol flash uses (rtmp). I read that it is possible to extend it but probably it gets a bit too demanding. Can anyone confirm the compatibility of Icecast with Flash clients? Thanks a lot for any information, chr -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xip...
2010 Mar 11
1
bad url in js script
...duction... I have a view in which a js script display a FlowPlayer video player (+ plugins)... the flash files are located in the /public/dist folder, ant the script calls them like that : <script> $f("player", "/dist/flowplayer-3.1.5.swf", { plugins: { rtmp: { url: "/dist/flowplayer.rtmp-3.1.3.swf" } openAdStreamer: { url: ''/dist/OpenAdStreamer.swf'', .. how should I write the url to work both in dev and prod modes ? thanks for your help erwin -- You received this message beca...
2005 Oct 15
1
Hiccup in installing R 2.2.0
...text html latex example variogram text html latex example ** building package indices ... * DONE (spatial) begin installing recommended package boot * Installing *source* package 'boot' ... mkdir: cannot create directory `/tmp/Rtmp9726': File exists ERROR: cannot create temporary R session directory ERROR: installing package DESCRIPTION failed /home/faculty/rolf/Rinst/R-2.2.0/bin/INSTALL: test: argument expected *** Error code 1 make: Fatal error: Command failed for target `boot.ts' Current working directory /homes/fa...
2002 Sep 03
2
Version 1.5.1 failing make check.
...d to install R version 1.5.1, and it is failing ``make check'', as follows: $ make check `Makedeps' is up to date. running code in 'base-Ex.R' ...*** Error code 1 make: Fatal error: Command failed for target `base-Ex.Rout' Current working directory /home1/faculty/rolf/Traal/Rtmp/R-1.5.1/tests/Examples *** Error code 1 make: Fatal error: Command failed for target `test-Examples' Current working directory /home1/faculty/rolf/Traal/Rtmp/R-1.5.1/tests/Examples *** Error code 1 make: Fatal error: Command failed for target `test-Examples' Current working directory /home1...
2019 Sep 09
1
Best version of Icecast? / Icecast as a service? / Videostreaming?
...prioritize "just in time" > (sometimes referred to as "real time") encoding. Also due to how video > players behave you usually have to run a fairly low GoP (key-frame > interval) - this will be a trade-off between bitrate and reliability. Does videostreaming work with rtmp/rtmps ? If no, which server-software can handle such a stream? AK18
2017 Oct 11
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...x0, t0; \ @@ -251,9 +255,9 @@ __cast5_enc_blk16: movq %rdi, CTX; - vmovdqa .Lbswap_mask, RKM; - vmovd .Lfirst_mask, R1ST; - vmovd .L32_mask, R32; + vmovdqa .Lbswap_mask(%rip), RKM; + vmovd .Lfirst_mask(%rip), R1ST; + vmovd .L32_mask(%rip), R32; enc_preload_rkr(); inpack_blocks(RL1, RR1, RTMP, RX, RKM); @@ -287,7 +291,7 @@ __cast5_enc_blk16: popq %rbx; popq %r15; - vmovdqa .Lbswap_mask, RKM; + vmovdqa .Lbswap_mask(%rip), RKM; outunpack_blocks(RR1, RL1, RTMP, RX, RKM); outunpack_blocks(RR2, RL2, RTMP, RX, RKM); @@ -325,9 +329,9 @@ __cast5_dec_blk16: movq %rdi, CTX; - vm...