Skip to main content
Known Participant
July 25, 2011
Question

is it possible to get embeded timecode from HTTP Stream?

  • July 25, 2011
  • 1 reply
  • 921 views

Hello, i am wondering is it possible to get embeded timecode from HTTP Stream?

Flash Media Live Encoder contains a special built-in handler, onFI, that subscribing clients can use in their ActionScript code to access timecode information. The following client-side ActionScript code shows how to get timecode information using the onFI handler. The object ns is the NetStream object. You can get timecode and system date and time information, if timecode and system date and time were embedded in the stream, by accessing the tc, sd, and st properties of the info object that is passed as an argument to onFI():

i am using this onFI method succesfully with netStream object when i am getting stream from RTMP.

is it possible to get somehow same results with HTTP Streaming (f4m and osmf)

Thanks.

    This topic has been closed for replies.

    1 reply

    Known Participant
    July 27, 2011

    Guys you dont understand question? or no one knows answer?

    Participating Frequently
    July 28, 2011

    First of all sorry for the delay.

    As far as your question is concerned I am pretty sure that onFI data messages would be embedded in f4f. So your F4F data per se would have that data. But I am not sure whether OSMF handles onFI - it would best to post query of OSMF and ask whether they handle onFI handler for HTTP Streaming.

    Known Participant
    July 28, 2011

    Thanks for answer. ill go ask same on OSMF Forums