is it possible to get embeded timecode from HTTP Stream?
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.
