Red5 connection
See original GitHub issueI tested Red5 again today (my Wowza trial ran out 🔫) I ran Red5-server on a Mac, downloaded, amended the server urls and ran:
Success!
- The code for this swf can be found in the first frame.
- The swf connects to
rtmp://<insert IP>/oflaDemo/red5BroadcastDemo
- note: red5BroadcastDemo
and have managed to successfully stream from the Android App to the Server!
FFMPEG streaming also worked!
./ffmpeg -i guardians2.mp4 -f flv rtmp://192.168.1.4/oflaDemo/red5BroadcastDemo
The sample that is on the demos page (http://<insert IP>:5080/demos
) is not the same as SWF #1
- The code for this swf can be found here Main.as
http://<insert IP>:5080/demos/simpleSubscriber.html
connects tortmp://<insert IP>/oflaDemo/red5StreamDemo
- note: red5StreamDemo
Another thing, you will need to allow Flash Player to access the correct urls (I did this in Advanced -> Developer Tools -> Trusted Location Settings
and Peer-assisted Network Settings by Site
)
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Red5 Pro - Authenticating Connections - YouTube
A demonstration of live streaming authentication for WebRTC and iOS using the Red5 Pro SDKs.
Read more >Passing Connection Parameters - Red5 Pro
For 'non-flash' RTMP clients, Red5 Pro allows passing connections params in the connection URL only. An important thing to remember is that parameters ......
Read more >Red5 Problem with connecting from remote client
Inside My MXML Flex File I try to connect to the computers IP that the server is running on(My Server is running from...
Read more >How many streams can the Red5 Pro server support?
Please sign in to leave a comment. Related articles. Do you have general benchmarks for maximum connections on your server? Concurrent ...
Read more >Red5 Pro WebRTC: First impression - Kaustav Das Modak
Built a simple multi-party HTML5 application using Red5 Pro's JavaScript SDK and connected it to the hosted Red5 Pro server.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll look at it as soon as I can; no promises other than that.
Yes, from Handset to see image on Desktop it works perfectly Latest SWF to test: https://github.com/MikeMannox/RtpSubscriber/releases/tag/1.1