RTMFP support

Does Haxe or OpenFL support RTMFP?

I found this link, but it says it’s old, so maybe it’s does not apply any longer

1 Like

A while back I did some research on this and collected the following links, which included the one you provided.

http://www.monaserver.ovh/samples.html
http://labs.adobe.com/technologies/cirrus/
GitHub - OpenRTMFP/ArcusNode: A RTMFP Rendevouz Service For Peer Assisted Networking With Adobe Flash on Node JS - server

webrtc:
https://flashphoner.com/web-call-server-4-4/
Get Started with WebRTC - HTML5 Rocks - tutorial/code
https://webrtc.org/
peerhx (0.3.8) -seems very useful
http://peerjs.com/ - for the above
WebRTC-haxe-guide/PeerConnection.hx at master · juakob/WebRTC-haxe-guide · GitHub - not sure if so useful
GitHub - seibe/Haxe_WebRTC - not sure if useful
http://www.digitalsamba.com/en-US - conferencing
Licode - server
https://www.wowza.com/products/capabilities/webrtc-streaming-software - rtmfp or webrtc (in future)
Migration of a streaming service from RTMP to WebRTC - CodeProject
GitHub - DoubangoTelecom/telepresence: the open source SIP TelePresence system - open source server

My guess is that the code you found still works for Flash. You might want to try a more modern technology like WebRTC.

WebRTC implementation of any kind would be amazing. Was totally not aware of what that was until a couple of months ago.

also GitHub - MonaSolutions/librtmfp: LGPL implementation of RTMFP (client part)
apparently webrtc is udp compatible so why not to implement rtmfp in it?