Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139