This has been asked before, and the accepted answer was to use WMSpanel which clearly did not answer the question of how to use it WITHOUT the panel.
How to set up Nimble server without really using WMSpanel?
1.6k Views Asked by user4212 At
2
There are 2 best solutions below
0
Adrian Grau
On
I don't have much to tell you about the rules.conf file as it is not properly documented, only that if you make a change you must ensure to tell Nimble to reload it's configuration after each file modification. Otherwise your config will be overwritten next time you open the panel.
To reload configuration from rules.conf use the aPI /manage/reload_config[?drm=true] as defined here https://softvelum.com/nimble/api/#toggler=16
Related Questions in VIDEO
- How to open and read video stream in Matlab
- Extract bytes of specific stream from mpegts file using ffmpeg
- AVQueuePlayer crashes when I try to observe the start of the next video: AVPlayerItem was deallocated with observers
- How to get the time stamp of each frame of a GoPro video in MATLAB?
- DFP Videos Ads Internal error
- Get youtube video information using javascript and Youtube-API
- YouTube views not counting on Wordpress embed
- Videos not working on phones using HTML
- How to track multiple youtube videos in google analytics
- Cloudfront stream only part of the video
- Changing switch statement to include both mp4 and ogg files
- How to detect squares in video with OpenCV?
- Saving iOS video buffer
- dynamic video source change issue in azure media player
- Video Editing For Android
Related Questions in STREAMING
- One to One screensharing using WEBRTC
- MarkLogic 8 - Stream large result set to a file - JavaScript - Node.js Client API
- Adaptive Bitrate streaming in ios
- Streaming tweets with Hosebird
- how make 2 mountpoints from ices2 (icecast)
- Can npm request module be used in a .pipe() stream?
- Is twitter streaming api exactly 1 percent of the whole streaming?
- Error being thrown by ffmpeg and ffserver, not getting a stream
- How can I use the results of a batch spark execution to a streaming one?
- WebRTC Kurento Docker Image on EC2
- Python requests reading response while uploading request body
- live streaming using MediaLibDemos3x
- C++ Save dialog
- Streaming songs from pc
- Decrease delay during streaming and live streaming methods
Related Questions in PANEL
- Anchoring controls within a panel
- Rollreg and missing values in panel data
- Loading delay extjs
- Drawing on a panel but when adding it through another frame, nothing draws
- Having data virtualization in Unity3d UI panel
- Jquery panel + scroll from top detection?
- Hide a Panel when GridView is empty
- Why do my images not display in my panels?
- How to find an optimal adstock decay factor for an independent variable in panel analysis in R?
- Java get component dimension in constructor
- Opening facebook in a panel of winforms
- How to reduce the height and width of particular row of panel inside tablelayoutpanel?
- How to achieve the following in extjs
- C# Embed QEMU Into panel - how to get/generate QEMU window handle?
- Panel not showing up in roulette game
Related Questions in NIMBLE
- How does nimble work in nodejs?
- error: could not build Objective-C module 'Quick'
- Quick Nimble ios test not running
- Mocha conflicting with Nimble (Async)
- Quick nimble variable is always nil
- No SSl/TLS CA certificates using nimble
- Run rtsp streaming with SSL (using rtsps)
- Testing Swift Extensions
- How to set up Nimble server without WMSpanel?
- How to set up Nimble server without really using WMSpanel?
- Grails request filters: what's the source of this mysterious authorization method?
- how to fix illegal package import checkstyle warning
- Get non-authenticated user's details
- undefined error with calling ble_gatts_count_cfg function
- Carthage prevents Xcode 9.2 from building
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 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?
You can set it up via WMSPanel and remove server from the panel.
Check this page regarding rules.conf . Once you change it, you can re-start Nimble or use this API call to re-load config.
Anyway you might consider using WMSPanel for more convenient handling of streaming scenario.