Wednesday, May 16, 2012    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Mar 2006 >>
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Search

Categories
 • Acrobat (5) [RSS]
 • Adobe (117) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (39) [RSS]
 • AdobeMAX10 (34) [RSS]
 • AdobeMAX11 (28) [RSS]
 • AdobeMAX13 (1) [RSS]
 • AIR (299) [RSS]
 • Appearances (217) [RSS]
 • Books (86) [RSS]
 • CFEclipse (15) [RSS]
 • Cloud (1) [RSS]
 • ColdFusion (1482) [RSS]
 • ColdFusion Builder (23) [RSS]
 • Data Services (43) [RSS]
 • Fish Tank (5) [RSS]
 • Flash (368) [RSS]
 • Flex (565) [RSS]
 • Home Automation (5) [RSS]
 • HTML5 (35) [RSS]
 • JavaScript (3) [RSS]
 • Jobs (133) [RSS]
 • jQuery (15) [RSS]
 • JRun (14) [RSS]
 • Labs (63) [RSS]
 • LiveCycle (37) [RSS]
 • MAX (285) [RSS]
 • Mobile (257) [RSS]
 • PhoneGap (17) [RSS]
 • Regular Expressions (19) [RSS]
 • RIA (21) [RSS]
 • SQL (45) [RSS]
 • Stuff (554) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (167) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
March 21, 2006

FDS RTMP Config Gotcha

We've found the problem that prevented my Flex Data Services demos from working last night in London. And in case anyone else runs into this one, here's the scoop.

The FDS installation contains a file named flex-enterprise-services.xml which (among other things) defines the channels used for player to FDS communication. The default RTMP channel has a URI defined as rtmp://{server.name}:2038/{context.root}/rtmp, and context.root could not be resolved. Removing {context.root}/ fixed the problem.

Thanks to Pete Farland for figuring this one out for me (long distance via a Breeze shared desktop).

Comments
How bout remoting... mine seems to have broken in the newest Flex beta. I'm thinking its something in either the flex-enterprise-services.xml or the remoting xml file. Any thoughts, or am I losing it.
# Posted By rd | 3/21/06 11:16 AM
I've had no problems with remoting, after I uncommented out the right .xml file sections. What are you seeing? What errors?

--- Ben
# Posted By Ben Forta | 3/21/06 11:59 AM
I think I'll wipe it and try again... whatever mods I made at first screwed it up pretty bad, not even really getting an error message anymore (my default xml editor that I used didnt make it obvious that big parts of those files where commented out). Which sections did you uncomment, is there a doc on labs that describes the process specifically?
# Posted By rd | 3/21/06 12:10 PM
Ben, maybe you couldn't connect to {context.root} because there is a param in the flex-config.xml file called context-root and I think by default it's pointing to /flex.
If your samples were working with this uri (rtmp://{server.name}:2038/rtmp ) it seems that's the gotcha. Maybe the player was trying to connect to rtmp://{server.name}:2038/flex/rtmp.
# Posted By João Fernandes | 3/23/06 6:09 PM

  © Copyright 1997-2009 Ben Forta, All Rights Reserved