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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -