QT Streaming from Network Camera?

Hi everyone!
We were wondering if we could do QT streaming via network cameras? We purchased a few AXIS 206W network cameras. We realised that they only produce MJPEG movies. Is it possible to do QT streaming with these cameras? Could you recommend some tools/documentations regarding this issue? Thank you.
Ning
  Mac OS X (10.4)  

As your trial has proved the start/stall playback means you've reached the bandwidth limits of your device. Lots of reasons why.

Similar Messages

  • Must i have FMS to publish a stream from my camera ?

    hello
    i am building an live streaming website and i am use
    1- FMS
    2- Apache webserver
    i have made the subcriber and i works well .
    but i need to build the publisher to allow users to broadcast thier stream from thier cameras.
    i have tested a publisher which was build using actionscript and it didn't work untill i have installed the fms on my localhost , but i need a publisher which any user can use in his web browser .

    Are you asking whether each publisher needs to have FMS on its machine in order to publish stream - then answer is NO. There is absolutely no need for someone have FMS insalled on its machine to publish stream - what he needs is microphone and camera.
    Probably your publisher code was wrong and hence it did not work - may be you just need to put correct URI of your FMS machine in your connection URI instead of "localhost"

  • App for streaming from network drive to Apple TV?

    I'm looking for an app that can do several things. There are apps that I've downloaded and paid for >:-( that do one or even tow of these things, but I want to:
    Stream movies (of different file types) from a network drive (WD MyBookLive) to Apple TV, via an iPad.
    There are apps that will stream any filetype from a Mac to apple TV, but they need certain server software running on the Mac, so no good for me with my network drive.
    There are also apps that will play any filetype on an iPad, streamed from a network drive. But these won't stream to Apple TV.
    Is there something that does both, that doesn't require special software on the drive?
    Thanks!

    That's a shame.
    thanks Rudegar

  • Cannot open stream from Axis camera

    I'm a newbie in JMF, I'm using JMStudio trying to open a stream from an Axis IP camera.
    I get the following error code:
    UNABLE_CREATE_PLAYERjavax.media.NoPlayerException: Cannot find a Player for :http://192.168.52..../axis-cgi/mjpg/video.cgi?resolution=640x480*
    I can open from the player only mp3 files, if I try to open standard avi files (like clock.avi under windows directory) I can hear only sound but no videos.
    I think I've a sort of codec problem
    Can someone help me?
    Thanks

    pignattino wrote:
    My goal is to save stream from camera to a file.
    I thought that open url could retrieve a mjpeg streamYou can only open URLs if JMF has a DataSource associated with the protocol prefix.
    Protocol prefix means "http", "https", "file", "ftp", etc... the stuff you see before "://" normally.
    JMF can open URLs that use rtp, rtsp, and file by default. It does not do http streaming.
    I tryed also with rtp session but I cannot establish any connection (I can do that with a software like VLC)
    Is that possible? What am I doing wrong?How the hell should I know know what you're doing wrong? All you said was you tried to do something, didn't explain what you did! What you did wrong was not suceeding, that's the advise I can give you based on the information you've given me!
    If your camera supports RTP streaming, and its RTP implementation is compatible with JMF's implementation... and it streams a format JMF can understand, and its format implementation is compatible with JMF's format implementation, then JMF should be able to receive the RTP stream.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html]
    JMF supports opening MJPEG files, but doesn't list MJPEG_RTP as a supported format. It supports JPEG_RTP, but those aren't the same thing.
    So maybe you can receive an MJPEG_RTP stream with JMF, but, it isn't listed as being supported by JMF...

  • Video Streaming from multiple camera to cell phone.

    I have about 5 webcams on a network in a different city.  One of these webcams I have been successful at setting up live video streaming to my cell phone. However when I tried to setup and view a second camera (same model), but  I cannot get it to successfully load and view. The second camera has a different access code also.
    Any Suggestions?

    Hi,
    Camera are WVC54GCA
    Router is a WRT300N.
    Like I stated earlier, one of these cams I can stream fine to my backberry storm,(Port 554 is forward to the ip address of the camera) but can't seem to configure the other for cell phone viewing.
    All cameras can be viewed via http via computers.

  • Capture video stream from network

    Hi all,
    I have application to broadcast video to network.
    And I want to write app use jmf to capture video stream.
    if you have any sample source code, please send to me
    (my mail: [email protected]).
    Thank you.

    yap
    avtransmit2 is giveing ERROR (line:123 "Couldn't create DataSource") so i thing medialocator is not finding so datasource is not created but variable locator is not NULL.
    i am trying to transmit from webcam (realtime).

  • Jmf streaming from ip camera using rtsp

    hello everybody
    i'm trying to create a player that reads rtsp video from an ip camera using jmf , and i'm facing problems doing this.
    - Using a processor i have this erreor:
    Received event javax.media.TransitionEvent[source=com.sun.media.processor.rtsp.Handler@f47396,previous=Unrealized,current=Configuring,target=Configured]
    Exception in thread "JMF thread: com.sun.media.processor.rtsp.Handler@f47396[ com.sun.media.processor.rtsp.Handler@f47396 ] ( configureThread)" java.lang.NullPointerException
         at com.sun.media.processor.rtsp.Handler.closeSessions(Handler.java:266)
         at com.sun.media.processor.rtsp.Handler.doFailedConfigure(Handler.java:259)
         at com.sun.media.ConfigureWorkThread.failed(BasicController.java:1382)
         at com.sun.media.StateTransitionWorkThread.run(BasicController.java:1346)
    - And Using a Player without medialocator:
    javax.media.ResourceUnavailableEvent[source=com.sun.media.content.rtsp.Handler@1a116c9,message=Failed to realize: Message from RTSP Server - Not found]
    - And Using a Player with medialocator:
    Received event javax.media.TransitionEvent[source=com.sun.media.content.rtsp.Handler@1e2ca7,previous=Unrealized,current=Realizing,target=Started]
    bandwidth info: AS:0
    bandwidth info: AS:13
    Exception in thread "JMF thread: com.sun.media.content.rtsp.Handler@1e2ca7[ com.sun.media.content.rtsp.Handler@1e2ca7 ] ( realizeThread)" java.lang.NumberFormatException: empty String
         at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
         at java.lang.Double.valueOf(Unknown Source)
         at java.lang.Double.<init>(Unknown Source)
         at com.sun.media.content.rtsp.RtspUtil.setDuration(RtspUtil.java:521)
         at com.sun.media.content.rtsp.RtspUtil.rtspSetup(RtspUtil.java:168)
         at com.sun.media.content.rtsp.Handler.initRtspSession(Handler.java:117)
         at com.sun.media.content.rtsp.Handler.doRealize(Handler.java:84)
         at com.sun.media.RealizeWorkThread.process(BasicController.java:1400)
         at com.sun.media.StateTransitionWorkThread.run(BasicController.java:1339)
    Please help,
    Edited by: 865261 on 11 juin 2011 10:15

    865261 wrote:
    but for rtsp i really have no idea how to do it. so please if you have a link or a first step to do it.I don't have any clue how you'd go about doing that. I'd recommend you read my response on the other thread before you worry about it, and I'd also recommend not posting 2 threads about the same issue in the future.

  • How to acess a PTC camera video stream from DVR card/PCI-slot

    I have a security camera which i connected to PC using PCISLOT/DVR Card.
    My requirement is to get the video stream from this camera and show in my program using java
    if it is possible using java and how to do this.
    Thanks in advance

    Believe it or not, this isn't really a Java question. You should begin by looking around your camera manufacturer's website for Java APIs, then their forums if they have any, contacting support and so on. Hoping that a general Java community will know exactly what is required here is a bit pie-in-the-sky.

  • Communicating with an Axis 205 network camera

    Need to create a simple application so that I can contact my network camera. I have the API provided by Axis Communications. The camera supports HTTP 1.0, and the specific syntax for requesting an image is : "http://myserver/jpg/image.jpg". Need to request the image from Java, storing it before converting it to RGB.
    Any ideas?

    You'll need to install the Java Media Framework (JMF) and register a custom plugin to handle the HTTP-based MJPEG stream from these cameras. I've written a library that uses the Axis API v1.1, but I'm not sure if it will work with your specific camera since you don't list a model number.
    Check it out here:
    http://jipcam.sourceforge.net
    jipCam provides a Java Media Framework based datasource to read from different Internet Protocol based video cameras. A computer with Java, and the Java Media Framework, can install jipCam as a JMF protocol handler to allow an IP-based camera's video to become available for processing in JMF. This library is intended for use by developers seeking to build applications using IP-based video cameras on a Java platform.
    You guys can use this library to integrate the MJPEG stream from the Axis camera with JMF to get the camera images as Buffer objects in JMF. There are numerous examples in the source code.
    best luck,
    Jason Thrasher

  • Streaming from Vivotek webcam

    Hello guys,
    I'm a novice in Adobe Media Server. I installed the latest version of this product and now I don't know, howto configure it. I have sucessfuly installed the AMS server in my local network and now I'm need to configure it to stream the content from my Vivotek IP camera. Can anyone help me, how to do this ? The IP webcam needs the user authenticifaction - username: webcamuser password: webcampassword. May I ask for help ? My business partner is thinking for buy the Professional version. I'm very need help. The usage is for live video stream from IP camera. Thanks, Petr. .......OS Linux, CentOS 6 with AMS Started. 

    I was disillusioned by Adobe company. Competitive society (WOWZA) solve my problem in few minutes when I contact their support over the email and they help me with TRIAL licence and setting up their product for my solutions in our environment. Please close this discussion. This is not professional support !

  • Video Streaming from a network camera!

    Hi,
    Does anybody have an idea how to go about streaming video from a network camera using applets? I know its possible in JMF, but I was wondering if its possible without that because I guess it needs the user to install JMF. Or a way with JMF but total platform independent?
    PLZ.

    i am not sure about the archive stuff neither am i very good at java. I am just a trainee here and wa given this task. so I went up searching on google, found these sites and then when I wasnt able to run the applet, I researched about running jmf applet. the setting classpath and stuff is given in the jmf website and even an aaplet which tests if jmf is installed on your system. I was just trying to act as one of the users trying to run the application. i was just trying to find an easier way out but guess there isn't.
    now if anybody of you would know how go about getting a video steam from the IP camera using JMF?

  • How to select from 3 Ip network cameras

    Hi, I have previously used flash media live encoder to encode live streaming in flv and upload it to a web space provided from one or more analog cameras selecting manually at the input of a capture video card. Now, I wish to not stop the encoding select between 3 video streams input from three network cameras. Is it possible to have three windows with the 3 videos and send from a choice of three video streams without stopping the encoding to provide a live stream? Hopefully, which product to use?

    Hi,
    Unfortunately, FMLE does not currently have the dynamic switching feature outlined above.
    Thanks,
    Shiven

  • HT4910 How do i get photos from my Camera Roll into my Photo Stream?

    How do i get photos from my Camera Roll into my Photo Stream? It seems it is supposed to do it automatically , but it does not.

    Photos are normally uploaded automatically as long as you are connected to wifi, have the camera app closed and have at least 20% battery life remaining.  (It doesn't require a manual iCloud backup first.)
    If yours are working, if you haven't already done so, try turning off photo stream, then turn it back on.
    Sometimes people have issues getting photo stream to work on their home wifi, even if other devices in the home seem to work fine.  To troubleshoot this as a possible cause, some things to try include:
    Power-cycling your router (unplug for 15 seconds, then plug back in), then go to Settings>General>Reset and tap Reset Network Settings, then rejoin your wifi network.
    See if there is a firmware update available for your router.
    Change the DNS settings in your router to Google's Public DNS (see https://developers.google.com/speed/public-dns/docs/using)
    As a diagnostic step, go to a public wifi hotspot and take a photo, then wait a minute or so to see if it appears in your My Photo Stream album on your phone.  If it does, this confirms that the problem is with your home wifi.

  • HT4101 Once pictures are moved from your camera to your iPad (using the camera connection kit), how do you get the photos off of the iPad? They do not show up in my photo stream or my iCloud.

    Once pictures are moved from your camera to your iPad (using the camera connection kit), how do you get the photos off of the iPad? They do not show up in my photo stream or my iCloud. I am able to see any photo I took on the iPad using the iPad camera (in iTunes, photo stream, or when I open windows explorer and browse the iPad director), however I cannot see any photos transfered from my camera to the iPad. The camera connection kit must have put my photos in a directory I cannot get to and cannot sync.

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • Apple TV Gen 2.. Terribly Slow Streaming From Wired Home Network via itunes Windows 7. Please Help

    Hello all, I just signed up for this as i hope to get more results from here than i did waiting 4 hours for a call from apple today.
    I recently purchased an Apple TV Gen 2.. installed it on my Samsung 40" HDTV via HDMI cable and also ran a network cable to my basement where my router, (Linksys 5 port router plus Wireless) is mounted on the wall beside the cable modem.
    just to rule things out i will give some spec's and details before i get further into this.
    My goal is to use my Desktop Homebuilt PC running windows 7 ultimate 64bit to store my Digital Movie Library and stream through itunes all of my digital media to my Apple TV located in another room. Both Apple TV and my desktop windows 7 PC are hard wired NOT WIRELESS.
    My internet connection is cable and tested it this evening several times at  58.9 Megabits per second down and 8 Megabits per second down... (yes that is correct 58mb/s down. this equates to about 7.1 megabytes per second download speeds for reference.
    Now just to rule out my 2 year old wireless router i went and purchased a brand new router today... Same results.
    Now on to the problem details and my findings.
    Using my Desktop PC wired to try and stream Itunes movies from the streaming is absurdly slow.. very slow... i have yet to wait to see what happens after 30 minutes of waiting for a Movie to start.. music also takes a long time to load...
    Music... i can go to icloud funtion which i paid for today.. and click on the same song in icloud and the song starts almost instantly, so does music videos...
    Also previously purchased TV shows starts playing from the cloud almost instantly as well even HD TV shows...
    Trying to stream anything through my desktop windows 7 pc just doesnt work right...
    I have narrowed this problem down to my desktop.. but can not figure out what the problem is...
    using my macbook air 120GB SSD wireless over the same network, which i also have a mirrored copy of my itunes library for testing purposes... there is zero issues with streaming anything from my macbook air over the same network via wifi...
    Also using my ipad 2 mirroring works flawlessly, even HD movies plays without a hitch... same goes for my iphone 4s
    the only issues i am having are with my desktop and streaming from my itunes libary on it... i do not want to use my macbook air.. as that defeats the purpose of having apple TV.. in the future i plan on ripping my entire DVD / Blueray collection to a 3 TB hard drive and stream to my AppleTV...  from my desktop computer storing my entire DVD / Blue Ray library digitally on the 3TB hard drive....
    But i can not get this to work...  i can see my itunes libary on my desktop.. i can play music and watch movies.. other than anything HD will not play... but everything takes a rediculously long time to load... i can download an entire movie with my 58mb's connection in the time it takes to load something streaming from my itunes libary on my desktop PC...
    if anyone has any suggestions.. there may be something i have overlooked or i am missing. any input and or advice will be greatly appriciated.
    Thanks,
    Specs on my Desktop system: itunes Streaming media PC
    Windows 7 Ultimate 64bit Fresh install as of yesterday.
    Intel Core i7 2700k @ 4.8Ghz
    ASRock Pro 1155 motherboard intel Z68
    OCZ Vertex III 120GB SSD x2 Raid 0   (OS Drive)   1,000Mb/s reads ,  990 writes
    Western Digital Caviar Black 640GB 7200 Rpm (itunes media folder drive, backup drive)
    GTX 470x2 SLI
    Gskill Z Series DDR3 2133mhz @ 1.65v  cas 9, 16GB
    1200watt cooler master PSU
    LG 22" 1920x1080 LED x3   Nvidia Surround   (6018x1080)

    Ok.. in order to help other users i will post this..
    I have resolved the issue... it was rather simple and dumb...
    I never use windows media player ever.. i do not like it and can not stand it.. because in my case it was a brand new windows installation this fix will only apply to certain users..
    because it was a brand new windows installation.. i had never clicked on windows media player.. apparently streaming settings are embedded into windows media player for the windows 7 OS...    in past installations that i have used for years.. i simply never ever clicked on windows media player, as i never had a reason to.. i use itunes for my ipad, iphone etc.. etc... 
    by accident and shear luck i decided to click on windows media player.. and of course go through the express settings....  after i did this all of my streaming problems to my apple tv gen2 disapeared... HD movies now start almost instantly... so as i stated above apparently there are media streaming settings embedded into the OS through windows media player... doesnt make any sense to me as i never use the program.. but whatever that fixed my issue..
    so for any of you windows 7 people out there using a windows 7 pc as your itunes sync computer and using that itunes library to stream to your apple tv... make sure you have done the initial setup at min.. of windows media player.. i still left itunes as my default player....  everything now works flawlessly... infact for whatever reason.. even in an HD movie my network almost has half the movie synced now accross the bar before the movie starts so now my apple tv is blazing fast....
    i have been struggling with this for 2 days now and simply never gave it a thought that windows media player would ever have anything to do with itunes streaming a totally seperate program.. but it did..
    i hope this helps other people with similar problems.
    good luck

Maybe you are looking for

  • XML-24521: (Error) Element not completed

    I am trying to map a collection of information to a partnerlink's input variable, using a for-each xsl node in the transformation, however I receive this error during my testing: Target XML is invalid for the target schema. <Line 14, Column 38>: XML-

  • Header, main and trailer in alternate pages

    I want to print Header in first page, main in second and trailer in third page. What I'm getting now when I have 3 records is main in first three pages, then main in the next 3 then trailer in last 3 pages. I set all the section to print in first pag

  • Installing and Uninstalling Forte 6, newbie questions..

    Hi, I really did not want to post these questions, but I have had no luck doing this and google hasn't been much help. First off, I have a botched install of Forte C 6U2 that needs to be uninstalled, it says to use the uninstall class in /var/sadm/pr

  • I am getting an error to record

    i have downloaded AU CC - i am now getting an input errord for mic and speakers for some reason.  i am using line in for a high end mic and just the normal computer output for speaker sound.  it worked fine when i was using AU 3.0 - now i am getting

  • Feedback / Suggestion

    So I picked up a Linksys EA4500 today after discovering that our old wrt 300n had gone kaput earlier this week. (randomly dropping connectivity and assigning multiple devices the same IP number) We're a church and the guest network feature caught my