Is it possible to transfer data via rtmp? -


i building project requires constant connection server. there 2 major ways achieve this:

  • ajax pull
  • ajax push

i have decide between pinging server (expensive) , maintaining keep-alive connections (firewalls block that.)

i thinking live video streams. not keep-alive connections, nor frequent pings.

is possible, send data, json strings through rtmp?

it theoretically possible implement rtmp's amf3 , amf0 message types carry data. rtmp [wikipedia]

the problem using protocol typically used streaming video might connection blocked or throttled service providers limit such protocols conserve bandwidth (and prevent employees watching internet videos @ work).


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -