arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.42k stars 3.51k forks source link

Support for onTextData stream #481

Open trshafer opened 10 years ago

trshafer commented 10 years ago

NetStream in ActionScript allows the client to send arbitrary data through onTextData. It's also part of the flv spec. It appears the data stream is not sent through this module. fixp and Stephen Basile mention it in this google group conversation.

Are there plans to support onTextData and the data stream? If I provided you an flv that had a data stream would that help?

Thanks for this module.

trshafer commented 10 years ago

I have created a gist with an swf file that publishes an onTextData message every 100 ms if you would like to try streaming with this data stream yourself: https://gist.github.com/growlsworth/6b1fc03ac6e8dfa4fb17

Thank you.

trshafer commented 10 years ago

I would love to be able to use the record feature in nginx-rtmp-module to save the data stream in the flv file to replay later.