81 questions
0
votes
1
answer
94
views
Postgres permissions.yml for fileLoad(permissions.yml) CONFIG_ERROR
I am following the https://deepstream.io/tutorials/plugins/database/postgres/
I have create a testDB with owner and permission to user james
In the conf/config.yml, I have the following configuration
...
0
votes
2
answers
1k
views
Deepstream unable to use tee and use splitmuxsink to save video
unable to use tee and use splitmuxsink to save video ,below is the code and i get linking error while running the below snippet.
im using tee to have 2-sinks ( video save and RTSP streaming)
...
0
votes
1
answer
184
views
Cannot connect to DeepStream Node.js server if using any custom plugins
So, if I use my DeepStream server as the following
const {Deepstream} = require('@deepstream/server')
const server = new Deepstream({
server.start()
it's working just fine I can connect to it from ...
1
vote
1
answer
331
views
Who is using deepstream in production? [closed]
Are there companies using this technology in production? I would like to find some benchmarks and use cases. We are considering switching to deepstream with mongo from our current firebase setup. But ...
0
votes
2
answers
212
views
Trying to install deepstream.io via npm
I installed deepstreamhub via npm package, while using commands on node.js command prompt i got some error.
error:-no git binary found in $PATH.
I think i have properly installed npm package but i got ...
0
votes
1
answer
128
views
Deepstream 1 - n relation
I'm trying to build a user notification using Deepstream.io. I'm using deepstream.io-storage-mongodb for storage. My data structure:
User
=================
id - email - others
Notication
=============...
-2
votes
1
answer
298
views
App crashes on connection change using deepstream
While i'm changing connection, my app crashes and shows the following stacktrace:
E/AndroidRuntime: FATAL EXCEPTION: Timer-3
Process: com.app.teemchat, PID: 9383
io.deepstream....
0
votes
1
answer
179
views
How to dynamically register a RPC provider?
I'm wondering how can I make dynamic RPC call in DeepStream?
For example, when a subscriber call a url http://localhost/myRPCApp/123 , here 123 could be anything. So how can I register a provider ...
0
votes
2
answers
291
views
Where to get "'<YOUR APP URL>'" from deepstream
All:
I am trying to follow the tutorial on deepstreamhub
there is one section talking about how to add deepstream in,
new Vue({
el: '#app',
data: {
ds: null,
},
created: ...
2
votes
1
answer
446
views
How to set up project with docker and deepstream.io?
https://github.com/PhillippOhlandt/deepstream-turn-based-game-demo
I cloned this repo and am trying to get it up and running but think I am missing a step.
I run npm install inside the folder, and I ...
3
votes
1
answer
748
views
Unable to connect to deepstream server from website over HTTPS
As the title mentions, I am unable to connect to deepstream server from a website which is served over HTTPS. I am able to connect it through local server though.
Initially I was getting following ...
1
vote
1
answer
916
views
How to setup a Deepstream service in Kubernetes and have a client connect to it?
I have a working kubernetes cluster, and I'd like to setup a deepstream service on it.
I created the following deployment yaml:
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: ...
3
votes
0
answers
112
views
deepstream.io List subscribe() not triggering
using deepstream.io: 3.1.1 and deepstream.io-client-js: 2.3.0 updates on List are not propagating when using list.addEntry('some-id'), instead to get notifications of changes I must use list....
1
vote
1
answer
399
views
Deepstreamhub problems with creating apps
I've been unable to create new apps (or signup for a new ones) on deepstreamhub.com
There are no responses on their slack channel and no responses from support.
Are anyone out there running serious ...
1
vote
1
answer
716
views
deepstream.io redis & rethink not ready
I am trying to set up deepstream.io. My goal is to have a 4 docker container:
deepstream
the deepstream search
redis
rethink
Redis as well as rethink are running and are accepting connections. ...