Is there a way that I can store a link to the media stream operated through back endless on firebase. For example when a user starts a stream, a firebase node is created with a url in order to access this stream. This is so i can display a list of current streams in a tableview on iOS in swift
That would be a question to Firebase. As for Backendless, you can easily store that URL in our database.
Mark
What i was asking is how would i get the url for the stream so that i can store it in firebase
What i was asking is how would i get the url for the stream so that i can store it in firebase
Backendless identifies a stream by “streamName”, we do not expose stream URL.