RTMPS in Dreamweaver

Greetings. I am creating web pages in Dreamweaver CS4 where I
embed FLV streaming files. When it asks me for the URL of the
stream, it only allows rtmp, but my server is configured to stream
over 443 (rtmps). How do I force Dreamweaver to allow this?
Thanks.

chrisumd posted in macromedia.dreamweaver
> Greetings. I am creating web pages in Dreamweaver CS4
where I
> embed FLV streaming files. When it asks me for the URL
of the
> stream, it only allows rtmp, but my server is configured
to stream
> over 443 (rtmps). How do I force Dreamweaver to allow
this?
I can't answer that question, nor can I test rtmps (rtmp-only
here),
but...
Flash Pro does allow you to use rtmps in the path for the
FLVPlayback
component. I tend to prefer using Flash anyway, just so I can
add
little goodies like a time viewed/time remaining field. Also,
more skin
choices and editable skin properties.
I just took a quick look at the object code generated by DW
CS3 and,
though I can change the application/instance/stream path, it
seems as
if the rtmp protocol is hardwired in the
FLVPlayer_Streaming.swf that
it uses.
If you still have problems using Flash Pro, you might get
answers in
the macromedia.flash.flashcom group (AKA Flash Media Server
via the Web
forum)
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=15&
catid=578&entercat=y
http://groups.google.com/groups/search?q=rtmps+group:macromedia.flash*&
scoring=d
Mark A. Boyd
Keep-On-Learnin' :)

Similar Messages

  • How do i play .mp4 files via Dreamweaver CS3??

    Hi,
    Using Flash CS3 the RTMP path to the .mp4 file is:
    rtmp://localhost/vod/mp4:sample.mp4 and it works fine to play
    .mp4's, mov's etc.....
    In Dreamweaver CS3 it wont accept any combination of paths.
    Unlike Flash CS3 which only requires the single String,
    Dreamweaver has two boxes that need to be filled in: The Server URI
    field and also the Stream Name field.
    Like FMS 2, where you don't name the streams folder in the
    url, Dreamweaver CS3 is looking for it ie the "media folder" which
    has replaced the "stream" folder.
    Where in Flash CS3 you have to use the convention
    mp4:sample.mp4, Dreammeaver will not accept anything.
    Any help here would be appreciated

    I assume from the silence that Dreamweaver CS3 has not been
    updated to handle Flash 9 player and streaming Video from FMS 3.0
    then.

  • Getting streaming video set up in Dreamweaver CS4

    I want to use streaming videos instead of progressive download.
    How is this done with Dreamweaver CS4?
    When I click on the Insert media>FLV it brings up a dialogue box which allows you to choose from Progressive Download or Streaming.
    If I choose streaming, I'm presented with a Server URI box prefixed by rtmp://
    I don't have a specific Adobe Flash Streaming portal, but I'd set up the MIME type for flash streaming with my internet provider (1&1) a couple of years ago, and I've used streaming video lots of times without problem (had put that together in Flash, though, not Dreamweaver).
    so if my site is:  http://www.mySite.com
    and my video is myVid.flv,
    what do I put for Server URI and what do I put for Stream name?
    Thanks for any assistance.

    Hi
    but I'd set up the MIME type for flash streaming with my internet
    provider (1&1) a couple of years ago
    Streaming video cannot be set-up as a MIME type, as it requires a streaming server. Setting the MIME file extension to recognize any of the video/audio files does just this, (it recognizes the file type) but delivers them as progressive not streaming.
    For more info on RTMP, see - http://www.adobe.com/devnet/rtmp/.
    PZ
    www.pziecina.com

  • Trouble with Streaming Video in Dreamweaver 8

    Hello,
    I am having trouble inserting a streaming FLV into a CFM page
    via Dreamweaver. I have successfully done this using Flash 8
    Pro’s FLVPlayback component. I think the problem is my
    syntax, but I could be wrong.
    Here is what I used in Flash that is currently working:
    - contentPath: rtmp://serverIPAddress/loadTest/test.flv
    Here is what I’ve been trying to do in Dreamweaver via
    the GUI when choosing Insert > Media > Flash Video >
    Streaming video:
    - Server URI: rtmp://10.64.189.66/loadTest/myLoadTest
    (Note: myLoadTest is the new instance name that I gave
    loadTest in the FMS console.)
    - Stream name: test.flv or test
    When I do the above in Dreamweaver and try to auto detect the
    dimensions of the FLV it just times out and give an error message.
    I put in some values and ran the file anyway and it does nothing.
    If anyone can help figure out what I’m doing wrong I
    will be greatly appreciative!! :)
    Thanks,
    Eric

    Having the same exact problem you are. One thing you might
    check that I have also done to no avail, is to be sure your MIME
    extensions are added to your webserver (IIS or Apache). That seems
    to be a common mistake and if that doesn't help you, it will at
    least tackle the next problem you might encounter.

  • RTMP Video player not showing

    Hi,
    I am very new to Flash so learning everything as I go along.
    I'm trying to make a banner advert and so far I have made the
    animation pause on the first frame where it downloads some XML data
    every few seconds. If the XML data changes then it calls
    gotoAndPlay(2) and plays a small animation from frame 2 to frame 10
    where it then gets sent back to frame 1 where it stops and waits
    for another XML change.
    My problem is that I have a rtmp video stream I need to
    integrate with it. I have used the following code:
    quote:
    mainVideo = new Video();
    mainVideo.x = 0;
    mainVideo.y = 0;
    mainVideo.width = 550;
    mainVideo.height = 400;
    addchild(mainVideo);
    url = "rtmp://........";
    streamname = "streamname";
    nc = new NetConnection();
    nc.connect(url);
    ns = new NetStream(nc);
    ns.bufferTime = 2.0;
    mainVideo.attachNetStream(ns);
    ns.play(streamname);
    This almost works, I can hear the audio for the stream, but I
    can't see the video. I've done a quick test by removing "addchild"
    and the end result is exactly the same, it's as if addchild isn't
    doing anything.
    Can anyone help me? Where am I going wrong
    Thanks for any and all help.
    Andrew.

    At a quick glance, all your files seem to be there, but I
    notice your
    Scripts folder is in the site root folder, and all your other
    files are in
    the special folder. Might be something wonky there.
    If you are on a Linux server, you might double check the
    upper * lower case
    matching between your links and file/folder names.
    Does your host confirm the mime type support for flv ?
    "glm96" <[email protected]> wrote in message
    news:frpa8j$e6q$[email protected]..
    > I've gone through the process of trying to put a flash
    video online
    > (
    http://www.communitymx.com/content/article.cfm?cid=A98BB).
    >
    > I can see the gray box with f icon in Dreamweaver, but
    can not see it
    > online
    > via my Mac (Friefox) or PC (IE):
    >
    http://miamiradioadvertising.com/special/carlin.html
    >
    > I've uploaded all the files (including the skins, the
    page, and the .flv
    > files).
    >
    > Any ideas of the problem?
    >

  • Insert video with streaming rtmp

    Hello to all,
    I would like to insert in my html page a flash player that you connect to an RTMP channel that I spent a friend to view events.
    To do this, I opened dreamweaver cs3,
    created a video folder inside my site and within this an html page, after which I clicked on the toolbar, and have added multimedia object: flash video.
    When you open the properties window of the video I have:
    Dreamweaver folder has different files swf insert a more main.asc.
    But I understand that it should also create a flv to be loaded on the server.
    To make a test I entered the url of rai
    RTMP: / / 87.21.36.252/live/raiuno
    then in the notices dreamweaver tells me that I should upload the files including raiuno.flv, which I can not find anywhere, in fact, loading everything online, and going to retrieve the page, unfortunately, can not display anything.
    What am I wrong?
    Sorry for english

    That at will be an issue with the local network, mirroring requires more resources.
    If on wifi try connecting Apple TV via ethernet
    Make sure there is no other activity (other streaming, network backups etc)
    To see a current status of the network go to istumbler or similar, look for signal strength, noise, nearby networks

  • Cannot play RTMP stream

    I've searched the forum / Google a few times, tried all the simple solutions and I just can't find enough documentation to determine what the problem could be.
    I have a FMS delivering a flv file via rtmp. I've confrmed the url is valid using Dreamweaver (to generate a main.asc) and throwing together a player in Flash.  Here's the flash vars supplied to swfobject:
    var parameters = {
       src: "rtmp://anduin.oucpm.org/wagons2waivers/_definst_/segment1.flv" ,
       autoPlay: false ,
       width: 720 ,
       height: 486,
       controlBarMode: "none",
       urlIncludesFMSApplicationInstance: "true"
    I've tried the source parameter (with "urlIncludesFMSApplicationInstance" both on and off):
    rtmp://anduin.oucpm.org/wagons2waivers/_definst_/segment1.flv
    rtmp://anduin.oucpm.org/wagons2waivers/_definst_/segment1
    rtmp://anduin.oucpm.org/wagons2waivers/segment1
    rtmp://anduin.oucpm.org/wagons2waivers/segment1.flv
    I've tried this from a domain that is confirmed in listed in the crossdomain.xml on the media server (the admin does have it set to block domains that are't ours).
    I'm out of ideas and Google is coming up flat. Any ideas? Only idea I have left is some server mis-configuration, or crossdomain.xml issue (though the swf is hosted in an approved domain).
    Seriously could use some help...

    I have the same problem as you! I can see the stream on any of my sites. But only on my computer! If someone else tries to open stream appears: "Timed out trying to Establish a NetConnection, or timed out due to idle NetConnection year 10000"! FMS console can see all the connections they make on my computer. When someone tries to open stream FMS console on another computer do not indicate any connection! I tried at least 10 crossdomain.xml files, I put in all folders, nothing yet! Tutorials on Adobe Flash Media Server does not contain explicit inserting pictures crossdomain.xml files! I'm sorry I bought Flash Media Server and can not use this program! The program is quite complicated, and tutorials are shallow! Video tutorials are not close at all!

  • Dreamweaver CS3 and RTMPT

    Hi,
    Is it possible to get Dreamweaver CS3 to accept/recognise an
    rtmpt connection?
    rtmp is fine, but changing to rtmpt, even though the Flash
    Media Server 2.0 has been configured correctly for rtmpt,
    Dreamweaver CS3 keeps asking for a correct Instance name. Changing
    back to rtmp stops the Alert.
    Cheers

    fnOptionF12 will work.
    fn tells the keyboard to send the F-xx instead of the special function.
    And like I said there is an option in the System Preference to reverse the use of fn and make the F-xx keys work as F-xx instead of the special function.

  • Dreamweaver CS3 and FMS3

    It is possible to connect to the FMS 3 via Dreamweaver CS3?
    I've upgraded to FMS 3 and now Dreamweaver CS3 will not allow
    connection as it no longer recogises the new RTMP url for FMS3, it
    keeps asking for the instance name.
    Previously with FMS 3 the PAth was
    rtmp//:ipaddress/app/instance
    then stream name in the stream box.
    Now it is not required so Dreamweaver is screaming at me.
    Is there a code work around?

    fnOptionF12 will work.
    fn tells the keyboard to send the F-xx instead of the special function.
    And like I said there is an option in the System Preference to reverse the use of fn and make the F-xx keys work as F-xx instead of the special function.

  • Adobe Bridge Buttons in Dreamweaver, Flash, and Fireworks?

    Hello,
    Adobe says that the button to connect to Adobe bridge is in
    every CS3 application. I can find it in Photoshop, Illustrator, and
    even Contribute, a former Macromedia project, but none of the other
    Macromedia projects (Dreamweaver, Flash, Fireworks) have one. Am I
    missing it, or is this a glitch?
    Thanks,
    Dylan

    Go to Edit > Prefs > Enable Version Cue. Once you do
    that look in the lower left corner of the flash
    application - you should see "Open" with an arrow. Clicking
    on it will popup "Reveal in Bridge" button.
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    Dylnuge wrote:
    > Hello,
    >
    > Adobe says that the button to connect to Adobe bridge is
    in every CS3
    > application. I can find it in Photoshop, Illustrator,
    and even Contribute, a
    > former Macromedia project, but none of the other
    Macromedia projects
    > (Dreamweaver, Flash, Fireworks) have one. Am I missing
    it, or is this a glitch?
    >
    > Thanks,
    > Dylan
    >

  • Dreamweaver 6 - Images going in to wrong folder

    In older versions of Dreamweaver I was able to specify the default images folder for a site.  I can't find a place to do that in Dreamweaver 6 and images inserted from outside the designated site are ending up in the main (html) folder instead of the images folder so I have to manually move them to keep things organized the way I want them.  How do I get Dreamweaver 6 to behave like older versions and put the images where I want them in the first place?
    Thank you.

    Sorry - I found it right where it *used* to be. 
    I misread the default images folder as the default root folder & went right by it.

  • Use VBA and Excel to open Dreamweaver HTML (CS5), find and replace text, save and close

    I wish to use VBA and Excel to programmatically open numbered Dreamweaver HTML (CS5) and find and replace text in the code view of these files, save and close them.
    I have  5000 associations between Find: x0001 and Replace: y0001 in an Excel sheet.
    I have the VBA written but do not know how to open, close and save the code view of the ####.html files. Please ... and thank you...
    [email protected]

    This is actually the code view of file ####.html that I wish to find and replace programmatically where #### is a four digit number cataloguing each painting.... In 1995 I thought this was clever... maybe not so clever now :>)) Thank you for whatever you can do Rob!
    !####.jpg!
    h2. "Name####"
    Oils on acrylic foundation commercial canvas - . xx X xx (inches) Started
    Back of the Painting In Progress </p> </body> </html>
    Warmest regards,
    Phil the Forecaster, http://philtheforecaster.blogspot.ca/ and http://phils-market.blogspot.ca/

  • How do i remove image links to adobe site with my dreamweaver built flash gallery ?

    This is probably a very simple solution, but i can't figure out how to remove the link to the adobe site when you click on the images in my gallery--I built a site in dreamweaver used the insert media option and added my photos---when uploaded, my images in the gallery are clickable and take you to the adobe site...how do i make the images have no link??
    here is an example of one of the pages...
    http://geckoweb.org/coleonyx-brevis.html
    any help is really really appreciated.
    thanks in advance

    Which version of DW are you running?
    There are plenty of jQuery solutions and commercial plugins to create photo galeries.
    Some require hand coding,
    http://www.typeerror.com/index.php/top-10-latest-jquery-image-galleries/
    https://www.google.com.au/search?q=jquery+photo+galleries
    others are point and click inside Dreamweaver.
    http://www.projectseven.com/products/galleries/index.htm

  • Is there a way to create a web photo album with Dreamweaver CS5.5?

    I used this command in earlier versions of Dreamweaver, but have not had any luck finding a remedy for CS5.5....Appreciate advice.

    Please post in the Dreamweaver forum here http://forums.adobe.com/community/dreamweaver/dreamweaver_general. They will be able to help you.

  • Weird boxes in code view from Dreamweaver 8 to Dreamweaver MX

    I have Dreamweaver 8 and my coworker has Dreamweaver MX. I
    have an XML document save from Dreamweaver 8. When the document is
    opened in Dreamweaver MX, there are alot of little boxes thrown in
    throughout the code. For example commented code has a box after
    each letter and each new line of code has a box at the start.
    Here's an example of what I mean. (I will use "O " instead of
    a box, because I don't know how to insert a box)
    Dreamweaver 8:
    <!-- Hello this is my code-->
    Dreamweaver MX:
    O<O!O-O-OHOeOlOloO OtOhOiOsO OiOsO OmOyO OcOoOdOeO
    O-O-O>
    As you can see this make the code virtually unreadable.
    Does anyone know a way around this issue?
    Thanks

    I figured it out myself. For anyone else that encounters this
    problem the solution is to. Open the document in WordPad and then
    save it as a "text document". Then reopen it in Dreamweaver MX and
    the little boxes are gone.

Maybe you are looking for

  • Latest Keynote update won't open file. Says I need Keynote update! Why?

    I'm working on an urgent Keynote presentation for work (yes, on Sat night!) from my boss's MacBook at home ... or, rather, I'm trying to. Keynote just won't open the Keynote file I created yesterday on a different MacBook (reading from USB key). It s

  • How to get photos that are saved under Events in iPhoto to external drive

    Hi, I do photo slideshows on my Windows PC. I have all my photos under specific names Events in iPhoto on my Macbook Pro. How do I get a group of photos onto my Simpledrive external hard drive. I have tried to save it to desktop then drag the folder

  • Trying to compile songbird, but can't get mp3 support

    I'm trying to get songbird to compile, and once I do it won't play mp3's. I was reading on the songbird wiki that ubuntu requires some gstreamer*dev packages...  http://wiki.songbirdnest.com/Developer/ - bird#Linux I am using the PKGBUILD from AUR ht

  • Import pictures to block diagram

    Hi, I am having trouble figuring out how to import usable pictures for labview, when i insert the picture it only shows up in the front panel. I can not edit it, or use it in anyway. I need the picture to show up in the  block diagram too so i can wo

  • Messed up desktop

    OK, new MBP 15" - hooked up to external ViewSonic VX2235wm monitor via DVI. Had Safari window open on the external monitor. Was doing a copy of files from USB Flash drive to the HD.  All worked OK, but @ the end, the desktop got messed up.  Though th