Actually Multimedia data can be sent via websockets, the library like RTMP.js (
https://github.com/yurydelendik/rtmp.js) can be used to properly wrap audio/video frames.
Unfortunately I have no idea how RTMP audio/video frame should be wrapped to playable by <video> tag :(
Maybe you have an example of such processing?
We are currently using red5 as media server, setting h264 3_1 profile on client and need to play live stream
Would appreciate any hint on how this can be implemented ...