Live SWF video Plays Locally But Only The Skin is Visible Remotely.

Hi Guys,
I have tested other embedded videos and they will play remotely so I know the hosting site is working.   Can anyone please look and tell me what I can try to make the vid work?   Currently, the live video will play locally and remotely from this computer where all the files are stored but only the skin is visible on any other remote computer's web browser.
I will post any info you ask for.   I have been working on this forever.   Please, someone who is good at this help me?
Here are my files look (I can't figure out how to blow this up larger - can you see it?):
I will try whatever you suggest.
Chris
 P.S.   My live video is being broadcast by Adobe Flash Media Encoder to Adobe Flash Media Server 4 and inserted into Dreamweaver. Dreamweaver Support watched me re-create the Flash file and import into Dreamweaver and we looked at it for hours together. In the end, they suggested I post here because we could not figure it out / it is not supported. Ideas?   Can I provide any other helpful info?P.S.  The Adobe Dreamweaver Tech Support said to post here and that the Expertise Team (you I suppose) would figure it out.  I am running Windows 7 64-bit OS.

According to you since the stream published by FMLE to FMS is playing fine on the other players even remotely, it doesn't look like FMS problem.
But could you please eloborate the logic you are using in your player?

Similar Messages

  • Live Video Plays Locally But Remotely Only Skin Is Visible

    Hi Guys,
    I have tested other embedded videos and they will play remotely so I know the hosting site is working.   Can anyone please look and tell me what I can try to make the vid work?   Currently, the live video will play locally and remotely from this computer where all the files are stored but only the skin is visible on any other remote computer's web browser.
    I will post any info you ask for.   I have been working on this forever.   Please, someone who is good at this help me?
    Here are my files look (I can't figure out how to blow this up larger - can you see it?):
    I will try whatever you suggest.
    Chris
    The Adobe Dreamweaver Tech Support said to post here and that the Expertise Team (you I suppose) would figure it out.  I am running Windows 7 64-bit OS.
    My live video is being broadcast by Adobe Flash Media Encoder to Adobe Flash Media Server 4 and inserted into Dreamweaver. Dreamweaver Support watched me re-create the Flash file and import into Dreamweaver and we looked at it for hours together. In the end, they suggested I post here because we could not figure it out / it is not supported. Ideas?   Can I provide any other helpful info?

    Most likely it's a URL problem. What the player is looking for is the remote URL to the server... not "localhost" or some other address on your local machine.
    So when you config the Adobe Flash Media Live Encoder, there is a dialog box asking for FMS URL:
    Your remote URL will look something like this:
    rtmp://76.192.182.133/my_streamer
    where the protocol is rtmp, the Web address is the address of your host server and the name of the application you are using to do the streaming is the last part of the address.
    Of course this means that you will need to have an application already residing on the server, it's not enough to just have access to a Flash Media Server, you also need an application to do the streaming.
    The next important part is to give your stream a name, it can be whatever, but this name will be used on the Web page.
    something like:
    Stream: test_stream
    With those settings, here is what a Web page would look like:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script type="text/javascript" src="swfobject.js"></script>
    <title>Streaming Test</title>
    </head>
    <body>
    <div id='mediaspace'>
      <script type='text/javascript'>
        var so = new SWFObject('player_new.swf','mpl','500','410','9');
        so.addParam('allowfullscreen','true');
        so.addParam('allowscriptaccess','always');
        so.addParam('wmode','opaque');
        so.addVariable('image','live_intro.jpg');
        so.addVariable('file','test_stream');
        so.addVariable('bufferlength','10');
        so.addVariable('streamer','rtmp://76.192.182.133/my_streamer');
        so.write('mediaspace');
      </script>
      </div>
    </body>
    </html>
    that's the entire page, just copy and paste into a new html doc in code view.
    See where the variable 'file' is the name of your stream 'test_stream'
    And the variable 'streamer' is the URL of your host FMS with the application name at the end of the address.
    This is working code from the JW Player using swfobject 1.5 (notice the call to swfobject in the <head>).
    There is also an image (make it 500 x 410 or whatever size you set your player to) that sits in front of the player until someone click the play button.
    So to make this work, you need 3 files, the JW Player itself, the swfobject file, and a thumbnail for before the Live streaming starts.
    You can download them all here from my site:
    http://www.cidigitalmedia.com/tutorials/streaming/player_new.swfswf
    I changed the file extension to .swfswf so that you can download and not have the browser open the .swf. Once you have the file, change the file extension to just .swf
    http://www.cidigitalmedia.com/tutorials/streaming/swfobject.js
    swfobject for Flash detection, also great for adding alternate content for non-Flash browsers.... but that's another story.
    and an image here:
    http://www.cidigitalmedia.com/tutorials/streaming/live_intro.jpg
    download to your screen and right click and "Save Image.
    Put all the files in the same folder as your new HTML Web page.
    Change the FMS URL to your host URL.... I'll include a photo here:
    http://www.cidigitalmedia.com/tutorials/streaming/streaming.jpg
    That is where your URL info goes. When you click the "Connect" button, you should get a message in the "Encoding Log" tab that tells you whether the connection was successful of not.
    For more info on the Adobe Flash Media Live Encoder:
    http://forums.adobe.com/community/flash/flash_media_live_encoder
    You now have everything needed to properly display a Live stream... provided that is that your FMS is correctly set up and that you actually have a working, streaming application installed on the server.
    One more thing:
    "I even tested another embedded video just to make sure the host wasn't the issue and that video played live perfectly even remotely but my feed would not."
    A Live feed is completely different from prerecorded videos. It uses a different protocol, Player configuration is different, and of course you need an actual application that streams Live video.
    Best of luck! I hope you can get this going!
    Adninjastrator

  • Flash Video plays locally, but not on web

    I have a htm page that I have inserted a Flash Video. It
    plays locally, but not when I have it on the web. I get nothing -
    no skins, nothing. If I rt click, there are the settings for flash.
    I have the scripts in my scripts folder - double checked that. Can
    anyone see what I'm doing wrong?
    Here is the link.
    http://www.metuchen-edisonymca.org/video/test.htm

    right off the top ..
    You have two script calls to the Scripts folder and file ..
    one is root
    relative and the other goes up one level. One of them needs
    to be removed.
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "motomoto111" <[email protected]> wrote in
    message
    news:fm8808$7lo$[email protected]..
    >I have a htm page that I have inserted a Flash Video. It
    plays locally,
    >but
    > not when I have it on the web. I get nothing - no skins,
    nothing. If I
    > rt
    > click, there are the settings for flash. I have the
    scripts in my scripts
    > folder - double checked that. Can anyone see what I'm
    doing wrong?
    >
    > Here is the link.
    >
    >
    http://www.metuchen-edisonymca.org/video/test.htm
    >

  • HT201272 I downloaded a song but only the first 30 seconds will play. How do I fix this?

    I downloaded a song but only the first 30 seconds will play. How do I fix this?

    Welcome to the Apple Community.
    Try deleting the problematic tune (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app (or video app on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • Ive got youtube videos converted to mp3 files on my itunes, they used to play fine but since the recent update they do not play correctly. how can i fix this?

    Ive got youtube videos converted to mp3 files on my itunes, they used to play fine but since the recent update they do not play correctly. how can i fix this?

    Try running these songs through MP3 Validator to see if there any issues.
    If nothing else, convert them to another format such as AAC via iTunes using the instructions in this Apple support document.
    iTunes: How to convert a song to a different file format
    B-rock

  • I have just set up Itunes match on my new iMac. It is saying I can access all my 9000 songs but only the playlist tab is live. Am I missing something?

    Hi
    I have just set up itunes match on my new imac. It is saying I can access all my 9000 songs but only the playlist tab is live - I can't access albums or songs. Am I missing something?
    Thanks

    Hi,
    I do not understand your problem. iTunes Match does not change the way iTunes looks. When match process is complete, the match screen tells you how much music you have in the cloud.
    Across the top of screen you have options to select songs, albums, artist, composers etc.
    Suggest that from main menu, select view>show sidebar.
    Jim

  • HT1688 My iphone is neither shown in itunes nor in redsnow .. what is the problem ? It has the black screen and the sound plays when it is plugged into the computer .. I tried to hard reset but only the sound plays nothing is shown is there any solution t

    My iphone is neither shown in itunes nor in redsnow .. what is the problem ? It has the black screen and the sound plays when it is plugged into the computer .. I tried to hard reset but only the sound plays nothing is shown is there any solution to this ?? It says that my iphone is in soft dfu mode and in the my computer > manage>device manager > it shows the apple (dfu mode) having some error sign indicating no software installed i am running windows 8 ..

    Jailbreaking iOS can't be discussed in this forum.

  • Certain music videos will not play in iTunes.  The music plays fine but not the video.  No picture.

    Certain music videos will not play in iTunes.  The music plays fine but not the video.  No picture.  Same with the iPod.  Other videos in the library play fine. Help.

    Regular playlists vs smart playlist does not make a difference. What I noticed is that some videos create this behavior and some not. I created 2 videos and 2 music playlists, one with 2 songs and 2 videos (that I encoded myself with Handbrake). Another list with 2 videos and 2 songs, videos encoded with Handbrake, but that I noticed they triggered the behavior. The first playlist played fine, with no problems. The second one, created the problem. When I look at the video, it is the same type of video (bit rate, audio channels, etc...) I don't see why it would do that.
    Later I will test: playing those videos in question and then selecting songs to see if they play.

  • Flash videos showing locally, but not on my site. help please

    Hi,
    I converted several avi's to flash, I then inserted the FLV
    file into and html file in dreamweaver.
    The flash files will play locally, but not when i upload them
    to web server. Check it out here please
    http://kdsi.org/kds/demo.html
    please check the demos above to see what i mean. I just get a
    blank page.
    Anyway to insert video into the page like youtube? (instead
    of the "demo video" button have the video embedded and just click
    play to play it. without using the popup like i did.)
    thank you.
    thanks

    Hi,
    I am sorry i did not get what you mean with the last
    sentence, but generally, this may be a path problem, you need to
    check your FLV path and make it meet the path on the server not the
    local machine.

  • Flash Vidio plays locally, but not online - Help!

    I have a htm page that I have inserted a Flash Video. It
    plays locally, but not when I have it on the web. I get nothing -
    no skins, nothing. If I rt click, there are the settings for flash.
    I have the scripts in my scripts folder - double checked that. Can
    anyone see what I'm doing wrong?
    Here is the link.
    http://www.metuchen-edisonymca.org/video/test.htm

    "motomoto111" <[email protected]> wrote in
    message
    news:fmbc9v$l68$[email protected]..
    >I have a htm page that I have inserted a Flash Video. It
    plays locally, but
    >not
    > when I have it on the web. I get nothing - no skins,
    nothing. If I rt
    > click,
    > there are the settings for flash. I have the scripts in
    my scripts
    > folder -
    > double checked that. Can anyone see what I'm doing
    wrong?
    >
    > Here is the link.
    >
    >
    http://www.metuchen-edisonymca.org/video/test.htm
    Make sure your server is configured to serve .flv files. Ask
    your host if
    there is a mime type set up for that file extension.
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"

  • QuickTime launches slow but only the first time

    QuickTime is slow in Mac OS 10.7, that's been widely discussed.
    In my case, QuickTime is slow to open up a video file (MP4, AVI, WMV, etc,), but only the first time.  After I've successfully opened up the one video file, all subsequent video files open up quickly, even after quitting QuickTime.
    However, after a restart it's the same old situation again.
    Is QuickTime installing something, then removing it when the computer shuts down?

    QuickTime is slow in Mac OS 10.7, that's been widely discussed.
    In my case, QuickTime is slow to open up a video file (MP4, AVI, WMV, etc,), but only the first time.  After I've successfully opened up the one video file, all subsequent video files open up quickly, even after quitting QuickTime.
    However, after a restart it's the same old situation again.
    Is QuickTime installing something, then removing it when the computer shuts down?

  • Trying to export QuickTime but only the first 30 seconds exports

    I'm trying to export my 3 minute long project using QuickTime conversion but only the first 30 seconds of the sequence exports. How do I get the full video to export?

    If you're trying to export it to WMA or WMV, you need to purchase a version of Flip4Mac which includes that capability. QuickTime cannot create files in those formats without third-party software which provides the necessary engine; even though it appears that QuickTime is doing the conversion, it's not.
    (43184)

  • TV Out Issue- No display of screen but only the audio sound can be heard

    I have alway being using my iPhone 4 to watch my video/ mirroring by connected to TV (Sony) through 30-pin digital AV adapter, but after the upgrade of software to version 6.1.3 (10B329). During TV out, showing no display at screen but only the audio sound can be heard at background. Appreciated if there could be a update to fix this issue.
    Thank you
    Regards,
    Devil38

    Thanks you. Problem is solved. The cable wasn't plugged in properly.
    In spite of video rendering smoothly, audio started coming only when I disconnected the cable and plugged it in hard.
    Perhaps I was pampering my phone too much
    -3310
    -N80
    -N8

  • HT4527 Home Sharing Playlists?  I exported but only the titles show up. not the songs.

    Using Home Sharing, I was able to access all my music on a 2nd PC. 
    Using the File > Library > Export Library function, I was able to transfer my playlists too but only the playlist titles show up; no songs shown. 
    I know the correct files are being shared as O can play them from the main music menu on the new computer.
    Both computers are PC and both have the current version of iTunes (11.1.5.5)
    Any ideas?  I have tried both exporting playlists individually and exporting my library as a whole.  In both cases the playlist names show up on the new computer but there are 0 songs shown.
    Thanks
    Jeff

    I had this problem today and posted a fix that helped me earlier today.
    Try turning off home sharing on both computers and then logging out of itunes on both. Log back into itunes and turn home sharing back on. This fixed my problem. Of course this assumes all other settings are correct. Like I said i posted a step by step fix for this earlier today around 3 o'clock. good luck.

  • All my iCloud photos are downloading to one of my computers, but only the last month's worth to another.  How can I get them all to download to both computers?

    All my iCloud photos are downloading to one of my computers, but only the last month's worth to another.  How can I get them all to download to both computers?

    When you on photo stream you will only get photos from the last 30 days (plus future photos added to your stream).  That's because they only remain in iCloud for 30 days.
    To get the old photos on your computer, import them using your usb cable, as explained here: iOS: Import personal photos and videos from iOS devices to your computer.

Maybe you are looking for

  • Mail Piling Up In Queue

    Seem to be having a few problems and I'm not sure if they're separate issues or connected ones. Seems I need to get my "mail" house in order, but don't know where to start; I'm pretty new server admin. Had the mail server sending and receiving mail,

  • Xperia z2 design

    Hi.in most of xperia z2 display panel and body of the phone have small distance.i want to khnow will it effect on it's water proof Feature?(one time i put it in noraml water)

  • How do I get firefox to remember my ID and password on websites

    Firefox will not remember my ID or Password on any websites. I have checked the remember passwords for sites in the Options Security section and it still will remember or ask if I want it to remember passwords

  • I can't edit my contact

    I can't edit my contact <Email Edited by Host>

  • Ipod on iphone 3gs

    Good morning to all. When in I tunes my albumn covers appear. But when I go to iPhone and scroll through music I have no albumn art. Any help? Thanks