Custom metadata injection in live video feed?

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

  1. #1

    Default Custom metadata injection in live video feed?

    Hi to you all,

    This is my first ever post on this forum. It has been of great assistance many
    times, but i can't find any information about adding metadata to a live stream
    - apart from the regular info about the height, length and so on.

    Is it possible to add metadata "on the fly". I want to use it for controlling
    navigation on client swf file.
    or is there a other more simple way to do this and "save" the commands sent
    for the ondemand version of the file?

    Best Regards

    Niklas Fischier


    Niklas Fischier Guest

  2. Similar Questions and Discussions

    1. Live H.263/H.264 video + audio streams feed to FMS2
      For a video conference application, how to feed the live H.263/H.264/G.711 A/V streams to FMS2 and thus broadcast live conference through FMS2? Any...
    2. Live feed for FMS
      Hi, Is there any way to publish in FMS a live stream not coming from a web cam or any other hw device. I'm interesting in knowing if there is a...
    3. Live data feed within live flash video?
      Is there a way to encode some live data, say from a serial port into a live video stream? Windows media has such a feature within the script window.
    4. Live video feed, capture it, then archive
      Hello all. I'm a sysadmin at a school -- we do announcements every morning over closed-circuit TV, and the administration wants me to put them up...
    5. LIVE video feed through Director MX?
      I need to find a way to feed a live, real-time camera signal through Director MX (Mac), ideally to play behind some Background Transparent layers....
  3. #2

    Default Re: Custom metadata injection in live video feed?

    You can use the send() method on the netStream to save data in the FLV file at certain points in the file and then it will play back syncronized to that. Is that what you are looking for?
    Graeme Bull Guest

  4. #3

    Default Re: Custom metadata injection in live video feed?

    Thank you for replying. Actually the reason i asked the question in the first
    place is your tutorial on shared objects :-)
    Thank you that...

    I have been given the task to setup a interface using the new Interactive
    server that synchronizes content on the clients swf to live video. And the only
    way i can seeee it be done is thru the shared objects and netstream.send()
    script commands - am i correct?

    Unfortunatly i'm inexperienced when it comes to AS.. I have done some more
    simple scripting, but this is something else, being server side and all. If i
    get it correctly i need to set up:
    1. A client being some kind of admin where i can send
    NetStream.send(nextlabeledframe) or the like thru the FMS.
    2. Set up a server side function that passes on a so.send to all clients when
    the NetStream.send() is sent from the "admin" client to the server.
    3. Set up a shared object on the "normal user" client that follows these calls

    If you could say ANYTHING to point me in the right direction i would be so
    grateful. I know that it is all in the docs, but to be honest i'm having
    troubles putting it all together :-(

    Bets Regards and thanks again

    Niklas Fischier

    Niklas Fischier 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