Good day guys,
I am tinkering with Flash Lite 3 and video streaming. At the moment I have set up Red5 server, and written a test application which streams videos via RTMP, using port 1935
[var connection:Boolean = mobile_nc.connect("rtmp://localhost:1935/oflaDemo");]
Now over WiFi the video streams work really well on the device but when I try to stream over my carrier, the application fails. I suspect the protocol is blocked by my carrier but I am not sure. Also could the carrier be listening to alternate port numbers over RTMP and if so which one(s)?
Any advice and alternatives? Ultimately I am working towards an application which allows users to view a live broadcast, utilizing Red5 or FMS and a live encoder - I tried to push for AVODs, but the client wants what the client wants you know?
Kind regards



