Flash Media Server 3 / FlashPioneer Video Chat

Just recently, I purchased and installed
'FlashPioneerVideoChat'...
I decided to use Flash Media Server 3 (developer addition)
for the local server. The problem is you can't login to the FMS
Server from the client end although all other communication aspects
work fine. When a connection is made the login starts but doesn't
open the application, it just keeps running. The Client side has
been debugged and tested so that points to the Flash Server and
whatever settings have to be made and/or code added to what file?
Could someone please point me in the right direction, Thank
you much ...
[email protected]

Hi, but doesn't the linux version work on a mac?
I'm a bit confused here.
I currently shoot video on a Canon mini dv camera and edit in Apple imovie.
Convert to Apple Quicktime and then import into Flash 8 video encoder.
I ftp the clips upto a flash server, from my mac and upload the playlist to my website host
using Flash 8.
Don't tell me i've now got to get one of those dreadful PC thingies to complete the loop,
surely Adobe didn't invent this wonderful piece of software so it could run from a PC?
Or did they?
Andrew C-B.

Similar Messages

  • Flash Media Server and CloudFront.

    Can we use CloudFront with Flash Media Server for Video on Demand?
    I  see article on CloudFront with Flash Media Server for Live Streaming.
    Thanks in Advance
    jeevan.

    FMS is staged on Amazon cloudfront that you can subscribe to , for video on demand and other services. You can get started right away. Thank you !

  • Playing video from a flash media server

    Can anyone point me to code to play streaming video from a Flash Media Server in Flex?

    Can you tell me how are you concluding that you are skipping few seconds when you set higher bufferTime - is it on visual inspection or say based on status messages.

  • How can I put video stream on flash media server on to website running on IIS7?

    We are encoding live video feed using Flash Live Media Encoder and publishing it using Flash Media Server. Is there any documentation on how I can put this publishing point on a website running on IIS7?

    Sorry - but not very clear what you are trying to achieve here - can you please elaborate what you want to do?

  • Aggregated Adobe Captivate Video in Flash Media Server

    Hey,
    Has anyone attempted to implement a captivate video into Flash Media Server?
    I specifically need to know if an aggregated Captivate video will work in Flash Streaming Server. The reason I am not sure that it will is because there are multiple .swf files that an Aggregated video must communicate with and I wonder if that will cause any issues.
    Please let me know if you've run into any problems, if this works, or if you have any other information.
    Thanks!

    So an Aggregated Captivate Video is basically a compilation of several other Captivate Videos. To see what I mean, open up Captivate
    go to File --> New Project-->Aggregator Project.
    Choose the .swf files of published projects that you want to run together as a single video (aggregated .swf).
    Then, publish the Aggregator Video and you will generate a .swf file that plays all the ones you selected previously.
    So basically I am worried that Flash Media Server won't work because the main video file (the aggregated .swf) uses the component .swf files to play.
    Any thoughts?

  • Live Streaming video and Flex2(3?) + Flash Media Server?

    I've seen alot of topic on how to create video sites for
    clips, etc. with Flex and Flash Media Server, but how about live
    streaming video, like a concert or a seminar. I can't find any
    information on this at all, could anyone point me in the right
    direction?

    What you need is grab video/sound form camera/mic, publish it
    on FMS and let the other clients play it. In a few steps:
    // get camera and mic
    var cam:Camera = Camera.getCamera(); // get default camera
    var mic:Microphone = Microphone.getMicrophone(); // get
    default mic
    // if you have VideoDisplay, for monitoring
    videoDisplay.attachCamera(cam);
    // create new RTMP connection to FMS/your app
    var nc:NetConnection = new NetConnection();
    // new stream should be create *after* nc has connected, not
    before
    // so this is executed after the below nc.connect() succeeds
    nc.attachEventListener(Event.CONNECT, function(){
    var ns:NetStream = new NetStream();
    ns.attachCamera(cam);
    ns.attachMicrophone(mic);
    ns.publish("streamname", "live"); // or "record" if you want
    to live+rec
    // connect to default instance of app 'appname' on your FMS
    nc.connect("rtmp://fms.ip.address/appname");
    If you're using Flex2 and FMS2 (the latest FMS is 3), you
    might need to
    cuange the connection encoding to AMF0 (which is what FMS2
    uses) in order for this to work.
    Hope this helps; I've written it from my head so it probably
    has mistakes, but it's the general workflow; the docs in the
    language reference for specific functions mentioned here will also
    help.

  • Chat extension to flash media server

    Hi,
    We have been using flash media server with great success. We were wondering if the is any software package which works with the server to provide text chat amongst the user. I would think that there is someone who already built the software for a price.

    I am not sure if someone provides such a package. However, in case you are trying to develop such a chat system, there is a tutorial at http://www.adobe.com/devnet/flashmediaserver/articles/first_im_app.html which should help you understand how to build such a system. Also there is one tutorial here at http://www.fmsguru.com/showtutorial.cfm?tutorialID=36 which could help you on this

  • Very basic question: Flash Media Server vs. embedding flash video

    I'm hoping this is a quick easy question to answer:
    What is the difference between Flash Media Server and simply
    using a freeware Flash media player (like Flowplayer
    http://flowplayer.org/) that
    uses XML playlists to embed your Flash videos on a website?
    What are the advantages to Flash Media Server and how does
    something like Flowplayer not address issues that FMS can?
    Thanks in advance!
    Erik

    In a nutshell flowplayer delivers the video through your web
    browser. It does this via http protocol (port 80) and progressive
    download on any web server
    Progressive download finds the video on the server and plays
    it back through the player as it is being downloaded. 2 important
    things to take from this are 1, the video is being downloaded to
    the clients hard drive, at the end of the playback they will have a
    copy of your video that they can do whatever they like to and
    repost it somewhere else. 2, It plays back as it downloads, meaning
    if I'm viewing a 10 minute video from your site and want to skip
    ahead to the middle or end I have to wait for the whole video to
    download before viewing those segments. Your web host by the way
    will love you for progressive download because it will appear as
    though your transfer rate has gone through the roof. Once the
    request for the video is made there is no turning back, the client
    gets the whole thing whether they watch it or not.
    Flash media server uses the rtmp protocol. This protocol is
    an open socket protocol through port 1935. This is a two way street
    essentially. When the user views a video using FMS they basically
    get only enough of the video to keep the connection open and
    satisfy the required buffer to assure clean playback. The bytes of
    info that carry the video only go to the users memory, not the hard
    drive. This allows the user to jump back and forth around in the
    movie without having to wait for the whole thing to download.
    Hope that helps.

  • Is it posible fast forward, rewind video in flash media server.

    is it possible fast forward, rewind video in flash media server through flash action script ?
    if possible can u expaint that ?

    I haven't tried these things any time but I found the following links. I hope its useful.
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&file=00003007.html
    http://www.quip.net/blog/2007/flash/actionscript-20/how-to-fast-forward-rewind-video
    Thanks.

  • Flash Media Server for iPhone

    Hi,
    I am developing an app for iPhone/iPad. The client wants to show some realtime data in the app. Something like a chat application, where even if users don't do anything (flash uses no event), they can see what other users are doing in realtime.
    I went through adobe site to see Flash media Server for mobile device. But I am confused on which version of the server should suit the type of app I am developing.
    Thanks,
    Salim

    I'm more or less in the same boat. I've got the admin console
    up. I am able to run the vodtest application locally pointing the
    video file to rtmp://localhost/vod/sample.flv or using the server
    name instead of localhost as in rtmp://mclmedia/vod/sample.flv
    I can also load the html and swf file to my xp machine that
    has access to the server via our internal network. (DNS isn't
    configured yet) But the connectionFailed message appears when I try
    to call the videos using rtmp://mclmedia/vod/sample.flv

  • Is there any chance to install Flash Media Server 2 or 3 on FreeBSD 6.x

    There are very good tutorials how to install Flash Media
    Server on
    Fedora:
    http://www.flashpioneer.com/chat/help/FMS_install_l.htm
    Ubuntu:
    http://www.bluetwanger.de/blog/2006/12/25/installing-flash-media-server-2-on-ubuntu-610-ed gy/
    But this methods does not work for
    FreeBSD. Is there any tutorial, tips, solutions, anything?
    Help...

    Андрей
    если вы
    нашли
    решение
    помогите и
    мне icq 118686 email [email protected]

  • Flash Media Server doubts

    How many concurrent users supports Flash Media Server version 3.0.7?

    There are major difference between the two editions you are mentioning but most important difference in your context is - No Remote SharedObjects and No Server-side coding is possible in Flash Media Streaming Server. So you won't be able to write full fledged Video Chat or Text Chat - you migth have to use some other technologies so that you can create chat rooms and use FMSS to do Video Streaming part.
    You can see full comparision between all editions of FMS here: http://www.adobe.com/products/flash-media-server-family/buying-guide-comparison.html

  • Flash Media Server...Other Version???

    Okay so theres the Flash Media Server Professional Edition,
    and Flash Media Server Developers Edition....
    Is there another version aside from the above like Standard
    or Lite? I've been looking but all I can find is the professional
    version. I have my own linux server and a small website I would
    like to add video chat too which requires a Flash Media Server, but
    theres no way my website can cover the costs of the FMS PRO license
    even after 4 years.
    Is there any alternative? What are the restrictions on the
    developers edition?
    Thank you very much in advance.

    Its Adobe Flash Media Interactive Server 3.5
    http://www.adobe.com/products/flashmediainteractive/
    Msg me here, on my email: [email protected] or skype: stoynev
    Thanks.

  • Flash media server whar exactly?

    Hello,
    I would please like to know the following:
    1) Can FMS be used for progressive downloading?
    2) Is limelight Networks just like flash media server in
    terms that you save the data on their server not yours?
    3) is FMS (in theory) the same as windows server?
    Tanks for you time and contribution! =D

    1) Can FMS be used for progressive downloading?
    Yes, but why would you bother? A standard web server will let
    you do that.
    The beauty of the Flash server is that is lets you stream
    live or reorded video and run actionscript applications like chat
    or video conferencing and more.
    Streaming video from a flash server is instant on (like
    youtube) and lets you jump to any point in the video - something
    progressive download won't let you do.

  • Why Flash Media Server

    Hi All,
    As it stands currently, I'm developing online teaching applications that faculty can use in their classes, as well as encoding and uploading videos to our Windows Servers.  For database management, I'm coding server side scripts in PHP, and dumping everything into MySQL.  Then embedding all the content into Moodle (which is hosted by a 3rd party).
    I'm looking at a Flash Server Solution for a couple of reasons:
    1) Delivering Streaming video instead of Progressive Download
    2) Allowing instructors to encode and upload their own videos (similar to YouTube) without having to go through my office
    3) Providing extra copyright security - in order to use some copyright videos, we have to ensure that only the students who are enrolled in specific classes can access the data.  As it stands now, a smart student with the right URL can download anything we have up on our Windows servers.
    Some Questions and concerns:
    1) I don't know Cold Fusion.  Will I have to rewrite all my scripts for that?  Can Flash Media Server run PHP?
    2) This is probably a really stupid one, but... Is Flash Server it's own platform, or does it have to run on a Windows or Linux box?
    3) Does it need its own dedicated machine?  Can you run a virtual server with Flash Server?
    4) Which of the different flavors of Flash Server are best?
    5) What kind of hardware specs are we looking at?  We have 20,000 students and maybe a few thousand at any one time would have to access
    Sorry about all the dumb questions.  I'm mostly an app developer, but am in the position of having to make this decision, and then defend the decision if I decide to puruse a Flash server solution.
    Thanks for your help.

    Hi riquigley,
    Following are quick answers on a few of your questions.  Hopefully other folks will add their thoughts and also answer the questions I have skipped over.
    4) Which of the different flavors of Flash Server are best?
    -- FOR STRAIGHT VIDEO STREAMING USE Flash Media Streaming Server.  THE PRICE POINT IS LOWER THAN Flash Media Interactive Server (aka FMIS. FMIS IS ONLY NEEDED FOR INTERACTIVE APPLICATIONS, E.G. MULTIUSER, CHAT, ETC.)
    -- COMPARE EDITIONS PAGE HERE:
    http://www.adobe.com/products/flashmediaserver/compare/
    2) ... does it have to run on a Windows or Linux box?
    -- YES.  FMS IS A SERVICE THAT RUNS ON AN OS.  WINDOWS AND RED HAT LINUX ARE SUPPORT. FULL REQUIREMENTS HERE:
    http://www.adobe.com/products/flashmediastreaming/systemreqs/
    3) Does it need its own dedicated machine?  Can you run a virtual server with Flash Server?
    -- DEDICATED MACHINE *NOT* REQUIRED.
    -- HOSTED SOLUTIONS ARE AVAILABLE TOO.  HOSTED SOLUTIONS MAY OFFER: A) BETTER QUALITY; B) LOWER TOTAL COST OF OWNERSHIP; C) QUICKER START TO LAUNCH.
    -- SEE LIST OF HOSTING PARTNERS, AKA CDNs (Content Delivery Networks) HERE:
    http://www.adobe.com/products/flashmediaserver/fvss/
    1) I don't know Cold Fusion.  Will I have to rewrite all my scripts for that?  Can Flash Media Server run PHP?
    -- COLDFUSION NOT REQUIRED.  EITHER PHP OR COLDFUSION CAN BE USED TO MANAGE METADATA (INCLUDING SQL DATABASE INTERACTION).
    -- PHP AND COLDFUSION HANDLE ALL HTTP REQUESTS AND RETURN DYNAMICALLY GENERATED PAGES TO THE USERS' BROWSERS.
    -- FLASH MEDIA SERVER HANDLES ALL RTMP REQUESTS.  DYNAMICALLY GENERATED PAGES FROM PHP WILL INCLUDE THE RTMP URLs THAT THE FLASH/FLEX SWFs USE IN THE BROWSER TO REQUEST THE RTMP STREAMS FROM THE FLASH MEDIA SERVERS.
    hth,
    g

Maybe you are looking for

  • Unable to reinvoice a third party item with dangerous goods check

    Hi, I have got a scenario where a user has created a consolidated Invoice from 4 different third party sales orders .Since he had wanted individual invoices of these sales orders,he cancelled the consolidated invoice and for 3 sales order changed the

  • SDK 2005 SP1. Where is it ?

    Hi all, reading the forum posts i've understanding that is available a Service Pack 1 for SDK 2005, Is Right ? If yes, can someone send me any reference to download it ? Thank's in advance.

  • Display special character on web page

    Hello, Is it possible to display the special character < or > in a bsp page ? I try to do it but it seams to be interpreted as HTML and nothing is printed. In material description in purchase requisition we have < material desc > and I would like to

  • Workshop 8.1 - netui-data:repeater and netui:checkBox

    Hi everybody. How can i use netui-data:repeater and netui:checkBox to build a group of checkboxes ? I need something like Struts "indexed and mapped properties" (http://struts.apache.org/struts-doc-1.1/faqs/indexedprops.html) I've tried something lik

  • How can I find my contract date and length online?

    I've searched everywhere and can't find anywhere online in MyBT that has the actual details of my contract date and length. I know I renewed my  line rental in advance and have Option 3 phone and broadband. I need to know, if I have paid a year's lin