Red5 flex recorder application running successfully with localhost ( localhost/myapp) but same isn't working with ipaddress (xxxx.xxxx.xxxx.xxxx/myapp). Flex component is loaded in the html page but record isn't working. Anything am i missing. Please help me out as earliest.
Red5 flex recorder not working with Ipaddress
111 Views Asked by Kishore At
1
There are 1 best solutions below
Related Questions in RED5
- Does method 'jwplayer(div).setup()' accept option 'streamer'?
- Red5 Application specify custom playback directory
- How to stream from Streamlabs mobile app to Red5 via RTMP
- WebSocket connection to 'ws://localhost:5080/live/?id=mystream' failed - red5pro
- red5 streaming server on GCP vm using red5pro-installer app not working with "sample" stream
- how to stream capture image frame to rtmp server using ffmpeg C#
- Development Cordova App with Red5pro live stream
- Ant media server: Exception in thread "main" java.lang.UnsupportedClassVersionError
- Red5Pro: Server keeps loading without response
- I can see live app on secured port 443 red5pro
- Live Streaming Using Red5 with H.265 Raw Imcoming Video
- How do I get Red5 /installer URL not to yield 404?
- Concatenating mp4 files on run time using red5.io
- How to view rtmps red5 playback video from Chrome?
- How to Play flash/swf type format videos in mobile browser?
Related Questions in RECORDER
- TelephonyManager deprecated listen(),its function and classes
- I can't install cypress recorder by terminal in vscode
- Python Screen recorder stops working after a while
- How to bypass call recording announcement in Android 13 , Miui 14
- How to find absolute path to Katalon Recorder extension test suite for command line runner
- I want to see a playback video of how this file was recorded, but I'm not sure how to watch it
- How can I automate downloading web database files and save them to the company's network with Python, without using restricted libraries?
- Jitbit Macro Recorder - IF Pixel
- Why Kurento cannot record media stream from mobile to web when recording from web?
- whisper api from a recorded audio blob
- Could not udpate a managed instance value at property path '_accumulationSettings', with value '1' in Unity recorder .ApplyTo()
- Unity Recorder by scripting
- File retention mechanism in a large data storage
- How to control microphone output from JavaScript?
- chromium DevTools Recorder not exist
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There should be a red5-web.properties file in your myapp/WEB-INF folder. In that file is a setting for: webapp.virtualHosts
Which is a list of comma separated values. For me it looked like this:
webapp.virtualHosts=localhost, 127.0.0.1, 192.168.1.2
Maybe adding your ip address to YOUR list of webapp.virtualHosts could fix the issue.