actionscript 3 - User data within RTMP/RTMPT live stream -


Say, I have an RTMP live stream that has been sent from FDMPA to Red5. Flash client is a custom player that uses the AS3 Netstream API. And I want to put some extra data on the server side on that side, like this data must be synced well with the video in a snap.

Please provide some tips or tutorials how can I get it.

I know, the FLV is not the type of container, so that you can add additional data, MP4 is appropriate. Using custom player, I tried to play an MP4 video with an embedded subtitle, but onTextData was not found on the client-side Netstream client.

Thanks

To get the data within the rtmp live stream, You can use the onMetaData or onCuePoint event on the side. Take a look here: Surely you should send the data with your live encoder.


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -