Expand my Community achievements bar.

Raff_
Raff_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Again, getRoomInfo only returns valid data when the room is running. Did you try with a running room and verified that you get the data you need ?If that is the case you have a couple of options:- if you have a limited number of rooms you could either access the room via DevConsole (that will start ...

    Type

    Questions

    Views

    584

    Like

    1

    Replies

    0
  • getRoomInfo only returns valid data (current usage information) when the room is running (active) otherwise you get the "not-active" error.You can try to make the room "run" for the time required to call getRoomInfo by, for example, publishing an item to the room via the server API. Note that in any...

    Type

    Questions

    Views

    584

    Like

    1

    Replies

    0
  • Barry, I am not sure I understand the problem.The way external authentication works is the following:- you create a room (or you reuse an existing room)- you create a session token by calling AccountManager.getSession().- that session token will be valid for the next "run" of that room.- if you call...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Sorry, I thought I replied to this the other day. Not sure of what happen of my post.Anyway, this is the list of ports used by FMS in LCCS:- tcp 443 for rtmps (rtmp over SSL)- udp 1935 for rtmfp- udp 19350-19400 (I need to check the upper bound) : FMS listen on udp 1935 for the incoming connection a...

    Type

    Questions

    Views

    587

    Likes

    0

    Replies

    0
  • I looked at the log and I see a lot of message about invalid tokens. The main reason is usually that the "shared secret" you are using is wrong. Please check the value for the shared secret in the DevPortal and make sure that is what you are using in your application.Also, remember that external aut...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • I am attaching my View for the webcam subscriber. I tried to apply my changes to your application but I am not sure of when/how to get the webcam publisher to "publish" (in my app I actually have a completely separate desktop app that publish the camera stream so in the mobile app I concentrate only...

    Type

    Questions

    Views

    1.7K

    Like

    1

    Replies

    0
  • Also, see my other post in the thread "Re: Video with 4.5.1 on iOS". I don't think the stream gets interrupted but when views get deactivated the webcam subscriber seems to unsubscribe.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • I tried one more thing: a simple app with a tabbed view, and I saw a couple of things:- views seem to be disposed and recreated on viewDeactivate / viewActivate (if I print the view instance in the viewActivate handler I get different values every time). I think this is documented but it's easy to f...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • David, I got a little overwelmed by your full app, and right now I really don't have time to figure out what is wrong with it.As I said in another post (related to iOS front facing camera), there may be something related to the view activation code that somehow breaks netConnections but right now I ...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Camera.names returns the list of Camera names. If you have a front facing camera one of those names will be something like "Front Facing" (dont' remember the exact name).So, in order to pick a camera, you scane the list of names for the name you want and remember the ID, then you call Camera.getCame...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0