Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
hugowan #1
rtmp + flv
hello
I am following
"http://www.macromedia.com/devnet/flash/articles/video_player.html" this
tutorial to seup, but I cannot finish that.
FLVPlayback cannot play a flv file, but list box of right side can display a
flv file screen.
So I try to edit in "VideoSource.as" line 50.
my_FLVPlybk.contentPath = nav.attributes.url + "/_definst_/" +
stream.attributes.name+".flv";
my_FLVPlybk.contentPath = "rtmp:/videosource/fish.flv"; (still cannot)
my_FLVPlybk.contentPath = "http://fish.flv"; (no problem)
sorry my englidh is bad. Thank you
hugowan Guest
-
RTMP
FMS use RTMP protocol. I have use the RED5 Open Source Flash Server and he used rtmp protol too. I'm developping an application with RED5. It's a... -
RTMP Troubleshooting
I installed Flash Media Server on Windows 2003 server. I can open management console from the startup menu. It works fine. When I try use RTMP from... -
RTMP frustrations
I have an application called welcome.mxml in a project named Test. I am trying to establish a NetConnection using RTMP but I have failed at every... -
How do I find my rtmp url?
Hi all. I am working on a video chat/text application. The only piece of information I cannot figure out is the rtmp address that goes in the... -
rtmp and deploying
my questino is about the tutorial of Creating a Video Chat: Your First Macromedia Flash Communication Server MX Application It took me 10mn to... -
rica_help #2
Re: rtmp + flv
This is a tough one, but it does play eventually.
1. In the FMS apps folder, *manually* create the streams and _definst_ folder
and copy and paste the .flv files where they were.
2. Replace the existing main.asc file in the FMS apps _definst_ folder. For
some reason, that one does not work. You need to replace it with the main.asc
file that comes with Flash 8:
C:\Program Files\Macromedia\Flash 8\Samples and
Tutorials\Samples\Components\FLVPlayback\main.asc
That's what did it for me. Some of the vids don't have sound, so click around
on them and they should work. If my suggestions don't help, then there is a
thread on making this thing work in the forums somewhere. Cant remember the
name, but try searching for Dynamic XML Playlist.
rica_help Guest



Reply With Quote

