On 5/4/06, Jake Hilton <[EMAIL PROTECTED]> wrote:
FMS, FCS, and Red5 all can stream to a flash player 6 with no problems... it was built in that way into the flash 6 player.. the only limitation with the flash 6 player and video is progressive video playing.
Jake
On 5/4/06, Dominick Accattato <[EMAIL PROTECTED] > wrote:The flash 6 player had the capability to stream Sorenson I believe. Have you tried it yet.
On 5/4/06, Justin Lewis <[EMAIL PROTECTED] > wrote:Hi Barnaby,
I've not heard of that trick myself, if you remember where you read it let
me know because I'd be interested in such a hack also. Streaming to a Sony
PSP is what I had in mind.
If FCS can do it then I have no doubts that Red5 will do it also.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf
Of barnaby menage
Sent: 04 May 2006 13:08
To: [email protected]
Subject: [Red5] streaming to flash 6
Hi
Can red5 stream video to a flash 6 player. I read somewhere that FCS could
trick the camera object into playing video. I have never used either but it
was possible it would be very useful.
Sorry if this is a dumb question.
barney
-----Original Message-----
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf
Of [EMAIL PROTECTED]
Sent: 04 May 2006 09:35
To: [email protected]
Subject: Red5 Digest, Vol 9, Issue 24
Send Red5 mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://osflash.org/mailman/listinfo/red5_osflash.org
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Red5 digest..."
Today's Topics:
1. Re: mac compile error... (Thijs Triemstra | Collab)
2. take snapshot with webcam? (aaron smith)
3. running red5 inside of an apache http server directory.
(aaron smith)
4. sample red5 apps. Application.class? (aaron smith)
5. Re: sample red5 apps. Application.class? (aaron smith)
6. MP3 length (Tom Krcha)
7. Re: MP3 length (Joachim Bauch)
----------------------------------------------------------------------
Message: 1
Date: Thu, 04 May 2006 07:40:22 +0200
From: Thijs Triemstra | Collab <[EMAIL PROTECTED]>
Subject: Re: [Red5] mac compile error...
To: [email protected]
Message-ID: < [EMAIL PROTECTED] >
Content-Type: text/plain; charset="us-ascii"
It worked here after I changed the path to javac in build.xml, so
instead if /../bin/javac replace it with /bin/javac like:
executable="${ java.home}/bin/javac"
Thijs
Op 4-mei-2006, om 7:00 heeft seth hillinger het volgende geschreven:
> Hi List,
>
> Anyone familiar with getting red5 running on mac. My compile error
> is similar to the one in Dominick's video tutorial, but I don't
> think his workaround is the same for us.
>
> Here's the error message I'm getting:
>
>
> Buildfile: /Volumes/Home/Users/seth/Sites/osflash/red5_04/build.xml
> [echo] java.home is /System/Library/Frameworks/
> JavaVM.framework /Versions/1.5.0/Home and the target version is 1.5
> prepare:
> compile:
> [javac] Compiling 1 source file to /Volumes/Home/Users/seth/
> Sites/osflash/red5_04/bin
>
> BUILD FAILED
> /Volumes/Home/Users/seth/Sites/osflash/red5_04/build.xml:71: Error
> running /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/
> Home/../bin/javac compiler
>
> Total time: 2 seconds
>
> In preferences I also changed the compiler from 1.4 to 5 but to no
> avail.
>
> Thanks in advance,
>
> Seth
> -there were 9 people in the #red5 irc today. i think thats a record.
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/red5_osflash.org/attachments/20060504/842776c4/
attachment-0001.htm
------------------------------
Message: 2
Date: Thu, 04 May 2006 02:21:23 -0400
From: aaron smith < [EMAIL PROTECTED]>
Subject: [Red5] take snapshot with webcam?
To: [email protected]
Message-ID: < [EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
does red5 have any snapshot functionality built in? I know you can
record streams.. but what about snapshots? examples?
thanks smith
------------------------------
Message: 3
Date: Thu, 04 May 2006 02:43:39 -0400
From: aaron smith < [EMAIL PROTECTED]>
Subject: [Red5] running red5 inside of an apache http server
directory.
To: [email protected]
Message-ID: < [EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
does anyone know if it's possible to run red5 inside of the www folder
of an apache install. reason for this is I am needing to be able to save
video (rtmp) and snapshots (http) but I need to have access to them both
in one website. and the video recording and snapshot happen in the same
flash movie.
the problem i'm having when testing locally is that when I save the
video it goes to: c:\red5\project\stream\. my http location is
c:\wamp\www\ and the flash file resides in the wamp install.. see my
dilemma? or is it possible to have the java class write the stream
inside that other directory (www)??
rock
------------------------------
Message: 4
Date: Thu, 04 May 2006 03:25:02 -0400
From: aaron smith < [EMAIL PROTECTED]>
Subject: [Red5] sample red5 apps. Application.class?
To: [email protected]
Message-ID: < [EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I am trying to duplicate the oflaDemo app and call it something else. I
copied the directory. updated all the xml config stuff to reflect what I
want to cal it. and it doesnt work. but i'm wondering its the
Application.java file that needs to be recompiled to reflect the changes
in directories. if so. how do I go about recompiling that?
thanks much for all the help.
smith
------------------------------
Message: 5
Date: Thu, 04 May 2006 03:30:50 -0400
From: aaron smith <[EMAIL PROTECTED] >
Subject: Re: [Red5] sample red5 apps. Application.class?
To: [email protected]
Message-ID: < [EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
actually.. all i'm trying to do is duplicate how the simpleRecorder
records to the oflaDemo/streams directory. I was just looking at the
Application.java class. it looks like that is only used in the
oflaDemo.swf to read the flv's.. why wouldn't just copying the oflaDemo
app and updating the necessary xml work? am I missing something?
thanks again.
aaron smith wrote:
> I am trying to duplicate the oflaDemo app and call it something else. I
> copied the directory. updated all the xml config stuff to reflect what I
> want to cal it. and it doesnt work. but i'm wondering its the
> Application.java file that needs to be recompiled to reflect the changes
> in directories. if so. how do I go about recompiling that?
>
> thanks much for all the help.
>
> smith
>
>
>
>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>
------------------------------
Message: 6
Date: Thu, 4 May 2006 10:02:43 +0200
From: "Tom Krcha" < [EMAIL PROTECTED] >
Subject: [Red5] MP3 length
To: < [email protected]>
Cc: 'Red5devs' < [EMAIL PROTECTED]>
Message-ID:
< [EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
Hi,
Does anybody tried to get MP3 length in miliseconds?
There is no method for getting this information.
Thanks
Tom Krcha
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/red5_osflash.org/attachments/20060504/4b427df2/
attachment.htm
------------------------------
Message: 7
Date: Thu, 04 May 2006 10:34:32 +0200
From: Joachim Bauch < [EMAIL PROTECTED]>
Subject: Re: [Red5] MP3 length
To: [email protected]
Cc: 'Red5devs' <[EMAIL PROTECTED]>
Message-ID: < [EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Hi Tom,
Tom Krcha wrote:
> Does anybody tried to get MP3 length in miliseconds?
> There is no method for getting this information.
Could you please add this as feature request to our bugtracking
system at http://mirror1.cvsdude.com/trac/osflash/red5/newticket
Joachim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4355 bytes
Desc: S/MIME Cryptographic Signature
Url :
http://osflash.org/pipermail/red5_osflash.org/attachments/20060504/b5ab840c/
smime.bin
------------------------------
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
End of Red5 Digest, Vol 9, Issue 24
***********************************
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
