Displaying 20 results from an estimated 3000 matches similar to: "Does swfdec support rtmp?"
2007 Nov 14
1
Does swfdec support RTMP
Hi,
Can you please tell me if swfdec supports RTMP? (flash streaming protocol)?
Thank you.
2008 Jan 25
1
How to install swfdec as mozilla plugin under ubuntu 7.10
Hi,
Can you please tell me how to install swfdec as mozilla plugin under
ubuntu 7.10?
I have compiled and 'make intall' swfdec mozilla plugin. But when I
restart firefox and reload 'youtube page', it still uses the default
flash plugins.
Thank you for any tips.
2007 Nov 26
1
Flash 9 support in swfec
Hi,
Can you please tell me if swfdec has flash9 support?
Thank you.
2007 Feb 14
1
Questions in running rsync example
Hi,
I am trying to run the 'backup to a spare disk' in this example:
http://samba.anu.edu.au/rsync/examples.html
My question is
Why i need to to this:
mount /backup/$d
If i have an external disk, it will be under /media/disk directory,
why I need to mount?
And what is the meaning of '-exclude fstab' here?
rsync -ax --exclude fstab --delete /$d/ /backup/$d/
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 <otte at gnome.org>
Date: Sun Dec 14 21:25:50 2008 +0100
2007 Mar 18
3
how can I use rsync between 2 accounts?
Hi,
I have 2 linux accounts on different machines (same login, same password).
Can you please tell me how I use rsync directories between 2 accounts?
Thank you.
2008 Dec 07
1
Compile Packages on vista
Hi
I''m trying to compile R packages on my vista (I''m very new on vista...). I
installed Rtools, RExcel on a specific folder: c:\Rtools and gave full
access. Unfortunately, I am still unable to compile any packages (may be
still because of the security properties of vista). I checked several
mailing list/forums/website but I did not found any solution. Does anybody
have the
2010 May 13
3
R cannot access the web?
Hi,
I had originally posted regarding an error when trying to install package -
GenABEL - it has now become clear that R is not able to connect to the net.
Below are a couple of things I've tried with the resulting errors
I am running R 2.6.2 on Linux e15 X86
How can I fix this? Thank you!
1) download.file("http://www.nytimes.com", destfile<-tempfile())
Error:
trying URL
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
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:
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
2003 Mar 17
2
Trying to build R-1.6.2 under sparc-sun-solaris2.9.
This is a follow-up to a message I posted yesterday concerning
building R-1.6.2.
After a deafening silence regarding that first message I decided
to be fool-hardy and just comment out the line that seemed to
be giving trouble in the file /usr/include/sys/stream.h.
This worked for a while, but soon another error resulted:
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
2009 Jan 26
2
RCurl unable to download a particular web page -- what is so special about this web page?
Dear R-help,
There seems to be a web page I am unable to download using RCurl. I
don't understand why it won't download:
> library(RCurl)
> my.url <- "http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html?_r=2"
> getURL(my.url)
[1] ""
Other web pages are ok to download but this is the first time I have
been unable to download a
2010 Jul 12
1
Comparison of two very large strings
Hi,
I have a function in R that compares two very large strings for about 1
million records.
The strings are very large URLs like:-
http://query.nytimes.com/gst/sitesearch_selector.html?query=US+Visa+Laws&type=nyt&x=25&y=8.
..
or of larger lengths.
The data-frame looks like:-
id url
1
2012 Mar 08
2
Cannot change location of tempdir()
Hi,
One of the functions I use needs to write to a temporary file, in the
directory given by tempdir(). I want to change this from the standard
one, as 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]
2010 Mar 11
1
bad url in js script
When running in development env, I don''t have this problem, only in
production...
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: {
2008 Dec 21
2
[Bug 19213] New: it can't support chumby widgets function
http://bugs.freedesktop.org/show_bug.cgi?id=19213
Summary: it can't support chumby widgets function
Product: swfdec
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
2006 Nov 27
2
Flash stream support
Sorry if you received already 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