Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: TSW series a lot to learn and ask...
Jesus @ Audio& Net Artist
I just spent couple of dead hours figuring out, between Core 3 Stuff and
the Greta Ipad example, getting the idea how can i merge both, but I ended up just checking out and whatnot... My impression was: I do TPS as Main Page and activities> A/V Distribution with a bar for sources on top below status bar. follow by button bar with rooms and volume at side. so selecting room then Source brings the sub page of that source and volume. trying adapt this environmental to core 3 and new Ipad layout with the rotation example That somehow i cannot see the rotation manager on my definition of Mobile device on SIMPL. I decided not to pay that much attention to example cause i dont then to code that way and its just an example with bunch of "Main" Pages. but what to do when you have 30 Light loads? put 4 loads per subpage and keep fliping? I need to bang my head in this.... *Jesus Tossas* * * *Technology Architect, Audio Engineer, Programmer* * * *787-460-1223* * * Contact Info <> |
Crestron Mobile Pro G and MPEG4
Hello,
I've been trying for hours to integrate MPEG4 streaming into Crestron Mobile Pro G. Theorically, website says "Streaming MPEG video viewer" in the specs sheet. I was unlucky to find any support either from Online Help and Crestron in Spain about it... they redirect me to the old mjpeg solution. I've been trying it with: -Acti IP camera -Aver IP camera -VLC streaming no lucky at all... meanwhile, TSW displays excellent H264/MPEG4 video quality (through rstp) I'm not sure if Mobile Pro G can accept RSTP protocol, I've tried also a walkaround solution to stream H.264 through http not rstp but was not lucky either. If someone could provide some light to this... Kind regards, Javier Mazón |
DMCO-77
Hello guys,
I've recently found some information about a DMCO-77 future relase. It seems to be an DMCO with RSTP streaming capabilities. I'm wondering if there's any information about it somewhere.. I would be excited to integrate DM signals into TSW through RSTP h264. Kind regards, Javier Mazón |
Re: Crestron Mobile Functions Device Extender
answer id 5282
toggle quoted message
Show quoted text
--- In Crestron@..., "innoventgroup" <innoventgroup@...> wrote:
|
Re: Crestron Mobile Functions Device Extender
I'm fairly sure they have to be set and documented by the individual app developer, and not all support this integration.
toggle quoted message
Show quoted text
--- In Crestron@..., "innoventgroup" <innoventgroup@...> wrote:
|
Re: Crestron Mobile Functions Device Extender
innoventgroup
Ok, I will bite, where in Crestron online help does it tell you what the url's are for the apps?
toggle quoted message
Show quoted text
--- In Crestron@..., "Ted" <ted_brincka@...> wrote:
|
Re: TSW series a lot to learn and ask...
Heath Volmer
On Mar 22, 2013, at 8:53 AM, jbudz1977 <jbudz1977@...> wrote:
My advise with Core 3 would be to start from the groud up, instead of trying to use a complicated example to learn from.+1 Don't try to get wrapped up in making a Core 3 panel look exactly like an existing GUI that was done for a synapse panel, I think that is where a lot of people got hung up in the beginning.+ 50. Guilty as charged. If you can, wait for the stuff in Labs to make it out. It will be much easier to use your existing images. |
Re: Crestron Mobile Functions Device Extender
How about duh, Crestron online help.
toggle quoted message
Show quoted text
--- In Crestron@..., "innoventgroup" <innoventgroup@...> wrote:
|
Re: Crestron Mobile Functions Device Extender
Georges Khalil
I will hijack your question (if you don't mind!) and would like to know if
that also works for the Android application? Has anyone tried it before? It would be nice to be able to launch for example the Sonos application frmo within the Crestron Mobile app. -- Georges Khalil, M.Sc.A. Directeur de l'ingnierie Engineering Manager Design Homesync Inc. www.homesync.ca T : 514 360-3414 On Fri, Mar 22, 2013 at 11:55 AM, innoventgroup <innoventgroup@...>wrote: ** [Non-text portions of this message have been removed] |
Re: Crestron Mobile Functions Device Extender
innoventgroup
Please ignore this question... I figured it out... duh, Google :-)
toggle quoted message
Show quoted text
--- In Crestron@..., "innoventgroup" <innoventgroup@...> wrote:
|
Re: Tandberg Buffer Overflow error
I'm assuming the log entries you've included are from the Simpl+ module
'Tandberg MXP Processor v1 (cm)'. Adding a ClearBuffer is rarely a good solution to a buffer overflow. I'd suggest one of two things: Make the buffer bigger. This isn't anything like a sure-fire solution, but it's easily accomplished. This really only works when a module that will always, eventually process (and remove) all data from its buffer is overwhelmed with a lot of data in a very short period of time. Make sure the module is configured in such a way that all data will always be processed (and removed) from the buffer, regardless of the timing of its arrival. The Simpl+ in question appears to be written in such a way that the contents of the buffer, assuming all data is delimited with a New Line, will eventually be processed regardless of timing. I'm not a big fan of the specific method used* but in and of itself, it should function as intended. My guess, is this is one of those somewhat rare instances where making the buffer bigger might actually pay off. *More than a few bits of the logic inside the TandbergRx$ Change could be rewritten to make life easier for both the programmer and the processor, but you'd have to give up X-Gen compatibility along the way. From: Crestron@... [mailto:Crestron@...] On Behalf Of coolaiddrinker Sent: Friday, March 22, 2013 10:53 AM To: Crestron@... Subject: [Crestron] Tandberg Buffer Overflow error Hi Guys, I am starting to get buffer overflow issues from Tandberg MXP Full Control module (crestron written). I opened the module to see where the issue is indicated, I can see they have put remove command so technically the buffer shouldn't overflow. Should I just put a clearbuffer command at the end of change event to rid me of this issue. here is what i am receiving in the error logs ystem log: 1. Notice: CIP device 12: back ONLINE TimeStamp: 20:23:56 3-20-13 UpTime: 0 days 00:01:08.15 Task: UDP_Serv 2. Error: Overflow on Buffer Input __TANDBERGRX$ on Module: S-3.3:S-32. New = 1007, Max = 1000 TimeStamp: 20:28:35 3-20-13 UpTime: 0 days 00:05:48.36 Task: EvD0004 3. Error: Overflow on Buffer Input __TANDBERGRX$ on Module: S-3.3:S-32. New = 1021, Max = 1000 TimeStamp: 20:28:35 3-20-13 UpTime: 0 days 00:05:48.39 Task: EvD0004 4. Error: Overflow on Buffer Input __TANDBERGRX$ on Module: S-3.3:S-32. New = 1022, Max = 1000 TimeStamp: 20:28:35 3-20-13 UpTime: 0 days 00:05:48.41 Task: EvD0004 5. Error: Overflow on Buffer Input __TANDBERGRX$ on Module: S-3.3:S-32. New = 1011, Max = 1000 TimeStamp: 20:28:35 3-20-13 UpTime: 0 days 00:05:48.43 Task: EvD0004 6. Error: Overflow on Buffer Input __TANDBERGRX$ on Module: S-3.3:S-32. New = 1002, Max = 1000 TimeStamp: 20:28:35 3-20-13 UpTime: 0 days 00:05:48.44 Task: EvD0004 7. Error: Overflow on Buffer Input __TANDBERGRX$ on Module: S-3.3:S-32. New = 1013, Max = 1000 TimeStamp: 20:28:35 3-20-13 UpTime: 0 days 00:05:48.46 Task: EvD0004 8. Error: Overflow on Buffer Input __TANDBERGRX$ on Module: S-3.3:S-32. New = 1002, Max = 1000 TimeStamp: 20:28:35 3-20-13 UpTime: 0 days 00:05:48.48 Task: EvD0004 9. Error: Overflow on Buffer Input __TANDBERGRX$ on Module: S-3.3:S-32. New = 1024, Max = 1000 TimeStamp: 20:28:35 3-20-13 UpTime: 0 days 00:05:48.58 Task: EvD0004 Total Errors Logged = 9 just for curiosity, how do you guys fix these issues as i experience them with clearone/Biamp(sometimes) modules and some others(all crestron modules) as well? Thanks in advance. |
Re: Tandberg Buffer Overflow error
Seth Olle
Believe there are console commands to do that.
toggle quoted message
Show quoted text
Of note, in theory should not see this on a 3 series processor, as its memory allocation is much better. IN THEORY From: coolaiddrinker <coolaiddrinker@...<mailto:coolaiddrinker@...>> Reply-To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Date: Friday, March 22, 2013 11:40 AM To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Subject: [Crestron] Re: Tandberg Buffer Overflow error It does work fine but i wanted to not have error logs bogging the processor down. Is there a way to clear those errors in the processor at the end of the day or something? --- In Crestron@...<mailto:Crestron%40yahoogroups.com>, Seth Olle <seth@...> wrote:
|
Re: Tandberg Buffer Overflow error
It does work fine but i wanted to not have error logs bogging the processor down.
toggle quoted message
Show quoted text
Is there a way to clear those errors in the processor at the end of the day or something? --- In Crestron@..., Seth Olle <seth@...> wrote:
|
Re: Tandberg Buffer Overflow error
Seth Olle
IN reality, this is a physical issue with how the 2 series processors divide up memory.
toggle quoted message
Show quoted text
In my experience no matter how big you make the buffers you will have the same problems. It does seem to work fine even with the errors. I went round and round once with this module, trying to change the buffer size, did not fix the problem. The messages that come back from the MXP are sometimes quite large. It should work fine however. From: Brian Gross <brian@...<mailto:brian@...>> Reply-To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Date: Friday, March 22, 2013 11:14 AM To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Subject: [Crestron] Re: Tandberg Buffer Overflow error I am curious what people have to say about this as well. With the Tandberg module, I pretty much had to remove/comment out all the Crestron written feedback portion of the module, and just write my own code for the feedback I needed. --- In Crestron@...<mailto:Crestron%40yahoogroups.com>, "coolaiddrinker" <coolaiddrinker@...> wrote:
|
Re: ONVIF IP Camera Control command format help
ONVIF is a protocol standard. It would be more helpful to know what the
camera type is since we are more likely to have specific modules than the generic protocol. B From: Crestron@... [mailto:Crestron@...] On Behalf Of maheksamani Sent: Friday, March 22, 2013 1:43 AM To: Crestron@... Subject: [Crestron] ONVIF IP Camera Control command format help Hello All, I was wondering if someone who had already worked with the PTZ IP Camera with ONVIF protocol. could you please guide me with the how to control the camera from the touch panel. I am Able to stream the camera feed with MJPEG. but need to control the camera moves. Thanks a Zillion in advance . -Mahek |
Re: door locks recommendation
Correct, make sure the manufacture says it has firmware revision 3 (most do). If you read the Crestron help file, it explains this.
toggle quoted message
Show quoted text
--- In Crestron@..., "kevin" <k_krussell@...> wrote:
|
Re: Tandberg Buffer Overflow error
I am curious what people have to say about this as well. With the Tandberg module, I pretty much had to remove/comment out all the Crestron written feedback portion of the module, and just write my own code for the feedback I needed.
toggle quoted message
Show quoted text
--- In Crestron@..., "coolaiddrinker" <coolaiddrinker@...> wrote:
|
Re: Core 3.......ya
The gauges have a little animation to them... Crestron calls it their "Bouncy Scrolly," trying to make things more "Apple Like."
toggle quoted message
Show quoted text
I would also try the same example on a dedicated network, a noisy network can cause "hickups." Jeff --- In Crestron@..., "Sean" <seanzombie56@...> wrote:
|
to navigate to use esc to dismiss