Skip to main content
June 16, 2009
Question

Inserting Metadata events in a live stream using non-flash client app

  • June 16, 2009
  • 2 replies
  • 1192 views

Hi all,

I wish to insert captions into a live flash video stream.

I found an example here : http://www.adobe.com/devnet/flashmediaserver/articles/metadata_video_streaming_print.html

but this example uses a Flash client app wich can invoke something like

video_nc.call("sendDataEvent",null,inputfield_txt.text);

How can do this without any Flash client/environment ? (I of course still use an FMS 3.5)

I would like to use a python (or php...whatever) piece of code to extract caption from VBI in the incoming video stream and insert it in the flash stream.

Any help / experience appreciated.

Regards

Michel

    This topic has been closed for replies.

    2 replies

    Participant
    September 26, 2009

    To get new information about this topic i hope click here

    Click Here to Know More

    September 24, 2009

    Well, I'll ask it a different way :

    Is there any documentation on the protocol used between Flash client and FMSI so that I can  "fake" the flash client using php ?

    Is there a way to call sendDataEvent function on the FMSI NOT using a Flash client ?

    Thanks

    Regards

    September 24, 2009

    RTMP specification is here:

    http://www.adobe.com/devnet/rtmp/