Video streaming on the Internet

I want to do a live broadcast video to Internet using Flash
Media Encoder and Flash Media Server 2, but I have a few knowledge
about Flash technology (I can do it very quickly with Windows Media
Services).
I use the encoder to pass the video to the server, but I have
many doubts about how to create an application in FMS. What I only
do is just to create a subdirectory in the applications directory,
with no content, no files. That was enough to get the encoder to
work with no errors. In the FMS management console I see a client
connected (the encoder). But I have no idea about how any client
can connect to the FMS to see the live streaming.
Do I have to build a swf file using Flash Pro 8 (for example)
to capture de real time streaming so the client connect to that swf
file?
Any idea?

Java and flash are not supported, and probably never will be (http://www.apple.com/hotnews/thoughts-on-flash/). Some browser apps such as Skyfire, iSwifter and Puffin 'support' flash, but they don't work on all sites judging by their reviews. You could check to see if the sites that you are interested in have their own apps in the iTunes App Store.

Similar Messages

  • Does Premier Elements allow me to record video streaming from the internet?

    Does Premier Elements allow me to record video streaming from the internet?  If so which version and how?

    kc42k
    Although Premiere Elements is not going to record streaming video from the Internet but there are other programs that can, you should consider the terms of service for the web site that is the source for the streaming video.
    Online, there are very comprehensive articles on numerous programs that will do the recording.
    But, even those articles point out that many of the Internet web sites that you target for their videos have terms of service that would legally prohibit the recording of streaming video from the named web sites, one example, YouTube, if no download button and depending on the terms of service.
    Please consider. Any questions about the above, I can point you to the appropriate documentation on the matter.
    Thank you.
    ATR

  • Anyone used VisionNet system "designed to provide real-time streaming video feeds over the Internet"?

    I'm a Mac user and we only have Macs at home. My son just started preschool, which offers a VisionNet system--"a state-of-the-art system of cameras, servers, and software designed to provide real-time streaming video feeds over the Internet." However, on the VisionNet FAQ page, it specifies the following:
    "You need a web browser that is Java-enabled, perferably Microsoft Internet Explorer.  If you're running Microsoft Internet Explorer, it needs to be version 6.x or higher.  We recommend Internet Explorer 6.x as this is the latest and most up-to-date product release.  Some Windows XP and Windows XP Professional users will have do download a Java runtime environment in order to use the VisionNet system if they have not done so already."
    We don't have any PCs at home, so I  tried to log in using my MacPro desktop, my old MacBook Pro and my new MBP. Basically, for the last 3 weeks I've managed to access the site only ONCE from my desktop and after the time-out session, I wasn't able to log on ever again (I just cannot enter any keys on the Username and Password fields at login). If I hit the Logon button from the FAQ page, I get an "Unauthorized Access" pop-up message: "This site may only be entered from an authorized web site! Please enter this site from your childcare provider's web site." When I enter "OK" I immediately get a pop-up menu "Confirm Dialog Preference. Prevent this page from creating additional dialogs" but I still can't enter any keys at login. It does nothing!
    The "support guy" has NO knowledge of Macs, so I don't know where else to go. The fact that I had successfully logged on once makes me believe it's something I have to update/delete/add in my Preferences in Firefox (I've used Safari and Chrome with no success). I've also considered purchasing an inexpensive PC just for this lousy VisionNet system  but I want to see if anyone has any ideas or advice.
    Can anyone please help me?   Thank you in advance!

    Here is a link to the finished PSA at Vimeo. It is not an outstanding production or anything too special, but it is worth noting that while some of the stills were doctored in Photoshop, the entirety of the editing and motion graphics were done in Premiere CS6.02; and the timeline playback was RealTime thanks to the MPE Hardware Acceleration and a GTX 560 2GB.
    DUI PSA
    Happy Editing.

  • I am having problems with video playback from the Internet such as you tube on my iPad. What's up?

    I am having trouble with video playback from the Internet such as you tube. What's up?

    Your video playback will also depend on your net speed. If you have slow internet, you will stream video slow. If your video stops and starts, you can try pausing it for a minute or so and then try to watch. Let more of it buffer before you try to watch.
    Sometimes your connection is so slow you literally play faster than it buffers, which means it stops and stutters continually

  • RTP Streaming over the internet

    Having some problems streaming over the internet - probably because im doing it wrong.
    I can stream over a network fine using Transmit2.java.
    But when i try over the internet cant pick up the stream.
    Im using www.whatismyip.com to get the internet IP of the 2 computers im trying to stream to and from - and using these in the code, but nothing happens.
    Help?

    natdeamer wrote:
    Having some problems streaming over the internet - probably because im doing it wrong.That's correct, you're doing it wrong.
    Im using www.whatismyip.com to get the internet IP of the 2 computers im trying to stream to and from - and using these in the code, but nothing happens.99% of the time, your public IP actually addresses your router, rather than your computer. That means your computer is not publically addressably by it's IP address alone. You'll need to do something called a "NAT holepunch", which you can look up online. Also, I've included two links to discussions I've had with people about the same issue.
    [http://forums.sun.com/thread.jspa?forumID=28&threadID=5355413]
    [http://forums.sun.com/thread.jspa?forumID=28&threadID=5356672]

  • While using the airport express can I listen to music streaming from the Internet?

    While using the airport express can I listen to music streaming from the Internet?

    The music must be in your iTunes library.
    Or, you can try to add a special application like Airfoil that may allow you to stream any audio signal on your computer to the AirPort Express. It might work.
    http://www.rogueamoeba.com/airfoil/

  • How would you configure ports and IPs for FMS 4.5 to allow RTMFP streaming across the Internet?

    Basically I've got an AS3 app set up that allows video chats between n number of parties, using RTMFP.  The problem is that when I tried to connect a computer from across the Internet, as opposed to our intranet, suddenly it couldn't connect at all to RTMFP for that app (though it was able to succeed in using an RTMP fallback that was in there).
    So after hunting around, I got the network administrator to supposedly open up 1935-1960 UDP for outbound traffic on the external IP for the FMS's server (same server as the AS3 app), and he apparently opened them up for inbound traffic as well.  I also went into Adaptor.xml and changed this element:
    <HostPort>:19350-19360</HostPort>
    to say this:
    <HostPort public="XX.XX.XXX.XXX:19350-19360">:19350-19360</HostPort>
    where XX.XX.XXX.XXX is the external IP for that computer.  At this point in time though, even though computers across the Internet are able to connect through RTMFP, the video/audio streams aren't getting through at all across the Internet.  What's more is that even on our intranet, there are one-way versions of that problem now.
    Network administration is not my strong suit, in all honesty.  Where would I need to start looking in order to solve this problem?  Thanks!

    Found the answer to the problem.  It was something fairly specific to our internal network.  For anyone else who runs into something like this, use cc.rtmfp.net on each client computer and refer to stuff described at http://help.adobe.com/en_US/flashmediaserver/configadmin/WSdb9a8c2ed4c02d261d76cb3412a40a4 90be-8000.html#WSec225f632fa008755a148c52131fca3d386-7ffe, especially under "Understanding the RTMFP Connectivity test".

  • Remote streaming via the Internet & SlingBox

    Apple TV
    I would like to stream Direct TV video & audio from a remote location via the Internet using a SlingBox (also at the remote location) to a MacBook Pro. I would then like to stream the received video/audio from the MacBook Pro via a Time Capsule to an Apple TV unit and from the Apple TV to a plasma screen using an HDMI cable from the Apple TV to the Plasma screen. There is a high-speed Internet modem and wireless router at both locations.
    Is this possible? If not, why? What may I be missing & what would I need to make this work? Would a Mac Mini be a better choice for this application? Is 1280x720 the maximum Resolution possible?
    Thanks,
    Steve

    In any case, unless the remote site has a fast upload link to the internet don't expect the video to look very good once it is received and displayed on your TV. SlingBox quality is okay when running totally within your high-speed local network but as soon as you have to stream out over the internet the quality can fall off rather noticeably. On a typical broadband internet connection you might only have 300kbps to 500kbps on the upload side. This means that the video you get on the other end will probably be no larger than 320x240 or maybe even less. Furthermore, unless you want to suffer intermittent pauses and delays in the transmitted video you may even have to go to lower resolutions and/or even higher compression levels.

  • Is it possible to use airtunes to play music streamed via the internet?

    I have recently set up my Mac so I can play music from iTunes through my stereo in my lounge using Airtunes.
    I would like to be able to play music via Airtunes when streaming it over the internet (eg BBC iPlayer or an internet radio station).
    Is there a way this can be done?

    I don't have airtunes so I am speaking from a theory perspective. It looks like airtunes works with itunes and I know many streaming stations can also be played through itunes so I would think it could be done at least to some extent. You might have to save a link to the stream and then open the link file in itunes to get it to add it to your list (I have done this with a streaming station).
    For other stations I don't know if you could select airtunes as a sound output option for general computer sound output in the sound control panel.

  • Pc to pc media streaming via the internet

    hey everyone.... im new to this java programming.. im doing a project where i need to display pictures captured on a web cam on one side of a pc and display it on another pc via the internet....
    are there any source code which i can use to do this ?? please help... anything is greatly appreciated.. thank u

    Sorry, I don't have any source code for that. But I'm sure I could find some pieces when googling for a webcam applet or a java networking tutorial.

  • Suggestion - media manager to stream video out to the internet

    I have heard and seen posting about upcoming beta where one would be able to use media manager to stream video from their PC to the STB in their houses. Cool, needed but sort of expected ....
    what I am really interested is to actually be able to view the content of my DVR when I am remote from home. I would like with a browser to connect home and be able to view the show I missed.
    Now that will be cool .... (its kind of Slinbox service)

    R_E_L wrote:
    I have heard and seen posting about upcoming beta where one would be able to use media manager to stream video from their PC to the STB in their houses. Cool, needed but sort of expected ....
    what I am really interested is to actually be able to view the content of my DVR when I am remote from home. I would like with a browser to connect home and be able to view the show I missed.
    Now that will be cool .... (its kind of Slinbox service)
    It'll happen, I'm sure. Eventually, we'll be able to even watch Video On Demand on Verizon Wireless cell phones, and when we get home we can seamlessly transfer the streaming video from the phone to the STB/TV thanks to the Verizon One.
    Thank you,
    Harles

  • Want a wireless video camera that can stream to the Internet...

    What are my choices...
    Are there any clear winners?
    Thanks,
    Jerry

    Hi,
    A General List http://www.mac-compatible-web-cam.com/
    10:08 PM Wednesday; February 23, 2011

  • Removing a Video Stream From The Stage

    what I have:
    main.swf 1 frame
    btns load various external.swfs
    I have 3
    one swf (commercial.swf)has a slideshow inside using the SlideShowPro component Not the flv player
    problem: stream remains after swf is swapped out with new.
    AS code  main timeline
    var Xpos:Number = 0;
    var Ypos:Number = 0;
    var swf:MovieClip;
    var loader:Loader = new Loader();
    var defaultSWF:URLRequest = new URLRequest("swfs/home.swf");
    loader.load(defaultSWF);
    loader.x = Xpos;
    loader.y = Ypos;
    addChild(loader);
    // Btns Universal function
    function btnClick(event:MouseEvent):void {
        removeChild(loader);
        var newSWFRequest:URLRequest = new URLRequest("swfs/" + event.target.name + ".swf");
        loader.load(newSWFRequest);
        loader.x = Xpos;
        loader.y = Ypos;
        addChild(loader);
    // Btn listeners
    home.addEventListener(MouseEvent.CLICK, btnClick);
    bio.addEventListener(MouseEvent.CLICK, btnClick);
    commercial.addEventListener(MouseEvent.CLICK, btnClick);
    NOW
    home and bio.swf's have _mc's inside
    the commercial.swf has the slideshow pro component inside
    once commercial.swf is on stage after another btn is clicked the audio remains.
    slide show pro is being used not an .flvPlayer
    I need to know where the code to stop the stream goes in the main.swf or the swf with the slideshow component?

    I did get somewhere, I have a few different main.swfs I used as I was experimenting. I have one that uses  UI loaders to load all the static (no videos inside) swfs to the main timeline those work fine
    Also in that main.swf I have one loader being called by the loader class which also works. But I still had the stream remaining problem. I was able to add another set of event listeners that call the "unload and stop" method on the same buttons for my main navigation that call the gotoandstops to frames and they now unload the commercial.swf (which is the only swf I have using the slideshow pro component AND stop the stream as well.
    Here's what I have
    in main.swf
    gotoAndStop("home");
    btn_home.addEventListener(MouseEvent.CLICK, btn_home_click);
    function btn_home_click(evt:MouseEvent):void {
        gotoAndPlay("home")
    btn_bio.addEventListener(MouseEvent.CLICK, btn_bio_click);
    function btn_bio_click(evt:MouseEvent):void {
        gotoAndPlay("bio")
    btn_commercial.addEventListener(MouseEvent.CLICK, btn_commercial_click);
    function btn_commercial_click(evt:MouseEvent):void {
        gotoAndStop(12)
    // event listeners for unloads
    btn_home.addEventListener("click",afterClick);
    btn_bio.addEventListener("click",afterClick);
    function afterClick(e:MouseEvent):void {
        ldr.unloadAndStop();
    as layer of frame 12 only loader class
    var ldr:Loader = new Loader();
    var url:String = "commercial.swf";
    var urlReq:URLRequest = new URLRequest(url);
    ldr.load(urlReq);
    addChild(ldr);
    this method will unload and stop commercial.swf when the home_btn or bio_btn buttons are clickedI did not try this using the UI Loader
    So I now will either need to use just the loader class to call all the swfs (like a variable) what I had used before and have the afterclick function in the home and bio in all the buttons (which I will add later)
    I hope this helps as there has to be a solution.
    thanks again for all your help by the way.
    rd

  • Audio and video playback from the internet.

    Hi all, I am just learning on my computer so i am afraid you will have to bear with me !!! I have just visited the BBC News homepage and could not play any of the video clips or radio clips on offer, the error given was that real player was not installed, I then followed the instructions and appear to have sucessfully installed real player but still no joy on playback. What am i doing wrong ???

    I experienced the same problem with audio (haven't tried video) and I don't have a complete answer to it, but if you download Real Player you can listen to the audio stream if you click on the link "Listen using stand-alone Real Player".
    For a more complete solution, I'm waiting for the next version Firefox which promises to be compatible with Intel iMacs.

  • Having the same problem with my music videos streaming from the icloud.  Used to work fine.  Music streams OK

    My apple TV no longer will stream the music videos, especially when in shuffle mode.  Music is fine.  Music Videos from the computer library work just fine.
    All was well until about 3 weeks ago
    Appears from reading the different communites the problem is widespread
    Anyone found a solution
    I even purchased another Apple TV thinking the original may have been defective

    Welcome to the Apple Community.
    I believe you can only wait for Apple to resolve this issue.

Maybe you are looking for

  • Adobe CS2 Premium - How to I transfer my serial number from a PC that is broken to a new PC?

    My old PC has died and I have loaded my Adobe CS2 Premium software onto my new computer. When I try to activate the serial number Adobe sends me a message that I can only activate the serial number on one computer. How can I change the serial number

  • Camera Matching Profiles for the Olympus E-3

    Lightroom provides 24 camera matching profiles for Canon, 21 for Nikon, 3 for Pentax and a single one for Leica but not one for any fourthirds camera. Olympus in particular is conspicuous by its abcence.  Might I encourage Adobe to give this serious

  • Safari not opening web page with 10.4 thru 10.6 either on wireless or direct connect Cat 5, any ideas?

    Hello, Have a 2006 MBP core duo that Safari seems to stall and not load web pages using wireless or CAT 5, have reloaded the OS starting with Tiger and have progressed thru Snow Leopard and still no luck, I-chat works no issues and have done all the

  • Hy, I have a problem with a new iPad Mini.

    Hy, I have a problem with a new iPad Mini. When I try to use the cameras, it doesn't work. I get to take 3-4 pictures and after that all I see is the shutter. It happends even if just start the camera app, or the facetime app, after 4-5s. I've reinst

  • Stock at BOM level

    Dear all , I have a bOm for FG containing 45 components , can i check the stock at all BOM levels in SAP ? Creating Varient and getting stock in MB52 is ok but every time for new assembly i can not create varient . Whr can i get Stock at BOM level ?