Mobile app version of vmapp.org
Login or Join
Carla537

: Real Time Push Server for Media I am currently using a real time Push server to push text and small binary data. I am looking for a similar service for Media. Pubnub, which I currently use,

@Carla537

Posted in: #Images #Media

I am currently using a real time Push server to push text and small binary data. I am looking for a similar service for Media. Pubnub, which I currently use, limits data transfers to 1.8k, does anyone know of a similar service or setup for larger files?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Carla537

1 Comments

Sorted by latest first Latest Oldest Best

 

@Samaraweera270

I think you can be any size.
Check out this answer:
stackoverflow.com/questions/8193761/how-can-i-send-larger-messages-over-websocket
A better approach might not be to actually push the media, but only push the location of it. So have your script push the new location of an image, or mp3 or video file, and then have the page (js event) update that item.

This handshake approach might come in useful if you are using static resources hosted on a CDN.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme