Vod content from http

Is it possible to get vod content from a http adress ?

Thank you for your answer. But neither rtmp nor hds/hls worked.
for rtmp I edited the fms.ini and added the second substitution
VOD_DIR2 = \\172.16.40.142\vod_ortak
then edited the application.xml of applications/vod and added the custom stream tags;
<Streams>/;${VOD_DIR2}</Streams>
but I got the following error;
Invalid substitution variable : VOD_DIR2
for hds/hls I edited the apache2.2/conf/httpd.conf and did the following changes
<Location /hls-vod>
    HLSHttpStreamingEnabled true
    HLSMediaFileDuration 8000
    # HttpStreamingContentPath "../webroot/vod"
    HttpStreamingContentPath "\\172.16.40.142\vod_ortak"
    HLSFmsDirPath ".."
<Location /hds-vod>
    HttpStreamingJITPEnabled true
    #    HttpStreamingContentPath "../webroot/vod"
    HttpStreamingContentPath "\\172.16.40.142\vod_ortak"
    JitFmsDirPath ".."
    Options -Indexes FollowSymLinks
however I see from logs that path is not the way I desire.
mod_jithttp [404]: [err=1] C:/172.16.40.142/vod_ortak/n_HOBBIT_720p.mp4 does not exist
besides these, my main question is if fms can refer to files from http adress instead of an network folder. For example
my file location will be http:\\172.16.40.142\mediafiles not "\\172.16.40.142\vod_ortak" and if fms can cache these remote materials.
I can send you logs and config files
best regards

Similar Messages

  • Reading binary content from HTTP?

    As long as i read text (ascii) data from a HttpURLConnection, the resulting stream (written to a file) is okay (readable). but when i want to read a PDF file with the same code, the written output file is not readable with the Acrobat reader (file type not supported or file corrupted):
                    //read data from HTTP server:
                    InputStream is = null;
                    HttpURLConnection con = null;
                    try {
                        System.out.print(key+": connecting ...");
                        con = (HttpURLConnection) url.openConnection();
                        if (con instanceof HttpsURLConnection) { //HTTPS URL?
                            //avoid "java.io.IOException: HTTPS hostname wrong:  should be <217.5.135.142>"
                            ((HttpsURLConnection) con).setHostnameVerifier(new HostnameVerifier() {
                                public boolean verify(String hostname, SSLSession session) {
                                    return true;
                        System.out.print(" reading ...");
                        try {
                            is = con.getInputStream();
                            try { //in case input stream is compressed via GZIP:
                                is = new GZIPInputStream(is);
                            } catch (IOException ioe) {
                                //ignore (input stream is not GZIP compressed)
                        } catch (IOException ioe) {
                            System.err.println("Error getting input stream. HTTP return code: "+con.getResponseCode()+" ("+con.getResponseMessage()+"). "+ ioe);
                            return;
                        IOUtils.writeStream(is, os);
                    } catch (Exception e) {
                        System.err.println("\nError getting content from URL: " + e);
                        return;
                    } finally {
                        if (is != null) { try { is.close(); } catch (IOException ioe) { ioe.printStackTrace(System.err); } }
                        if (con != null) { try { con.disconnect(); } catch (Exception e) { e.printStackTrace(System.err); } }
                        if (os != null) { try { os.close(); } catch (IOException ioe) { ioe.printStackTrace(System.err); } }
                    }when i open the written pdf file with a text editor, i noticed the the first line is
    DF-1.4
    so, the first character "P" is missing. but even when i add the "P" in the text file and save it, Acrobat Reader shows the same error.
    is there another way to load binary data from a HttpUrlConnection and/or write it to a file?

    yes, it's simple and works with text/ascii content from URLS:
         public static void writeStream(InputStream inputStream, OutputStream outputStream) throws IOException {
            if (inputStream != null && outputStream != null) {
                int count;
                byte[] bytes = new byte[128];
                while ((count = inputStream.read(bytes, 0, bytes.length)) != -1) { //use full read() method for GZIPInputStream to be treated correctly
                    outputStream.write(bytes, 0, count);     
        }//writeStream()it's pdf content that doesn't work (completely). the first two characters "%P" are mssing. if i add them by hand (e.g. my writting this two characters to the outputSTream before continuing with the PDF content), the resulting file is okay (can be read by acrobat reader).
    perhaps, some inner Java class misinterpret the "%P" characters as a special code sequence?

  • Making http links clickable, when pulling in content from an external feed.

    Hi,
    I'm pulling in external content from an RSS feed and binding it to Flex controls (TextArea, DataGrid, etc.).  When the content contains a http link, I'd like for that link to be clickable.  What is the best way to do this?  I would think this would be the default behavior, but that doesn't appear to be the case.
    Thx,
    Ian

    Hi,
    The TextArea and DataGrid just use default  TextField instances which are plain text.
    You would  need to set htmlText on the text area and create a custom item renderer  for the data grid that accepts html text, then parse your text and  create anchors.
    Don't really see an easy way out of the  box.
    Mike

  • OSB - Content length http header missing from business service out message

    Hi all,
    I am having some diffuclty with a business service in OSB. I created the business service from the wsdl and created a regular proxy service that just routes to the business service. When i run the test console i get the below fault.
    <faultcode>soapenv:Server</faultcode>
    <faultstring>BEA-380000: Length Required</faultstring>
    <detail>
    After some debugging i find that the content length http header is missing from the outbound message the business process creates and sends to the acutal web service which sends back the http 411 fault.
    Does anyone know how to configure the message flow of my proxy service to ensure that the outbound message sent from the business service contains that content length http header or any suggestions on how to fix this issue will be appreciated.
    Thanks

    Disable the "Use Chunked Streaming Mode" property in HTTP Transport Configuration of your business service. By default it remains enabled.
    Regards,
    Anuj

  • Family sharing one Itunes account, want to remove all of their computers content from my library... help

    My family shares one Itunes account and I believe it was home sharing that brought all of their music, purchases, movies, etc. onto my Mac's Itunes Library. I want to remove all of their content from it. I turned off Homesharing and that didn't work. All of their music is on my computer and synchs to my Iphone and it's driving me nuts. Please help !

    You can deauthorise all 5 at once, then reauthorize the one you want.
    Learn how to authorize or deauthorize your computer with your Apple ID.
      http://support.apple.com/kb/HT1420
    You need to log into iTunes on the computer you want to deauthorise. Otherwise, contact contact iTunes Store support to see if they can help.

  • IMovie '09 Won't Import HD Content from Sony HDR-SR11 Camcorder

    Hi,
    iMovie stopped importing HD content from Sony HDR-SR11 camcorder. It only recognizes the standard definition content in the preview thumbnails. Previously this used to work with both a FireWire cable and a Mini USB. All of a sudden it doesn't import HD clips. There's no plugin failure either, because I reinstalled iMovie '09.
    System Specifications:
    Intel iMac 20" (Late 2008)
    Intel Core 2 Duo@ 2.4 GHz.
    4 GB RAM
    Snow Leopard (10.6.4)
    Thanks!

    With this camera you must erase the SD clips from the camera before you can import the HD clips.
    [See this article|http://support.apple.com/kb/HT1793]

  • Get all content from iTouch to a new computer.

    My problem is very simple to explain, but I find no solution.
    My old computer is damaged and I cant use it anymore. So I bought a new one and I want to get all my stuff from the iTouch to iTunes on me new computer. After installing iTunes I actived in iTunes my iTouch for iTunes. In iTunes I get the massage that now two computers are actived (5 are possible).
    So I connect my iTouch with the wire to my computer and I get the massage that my iTouch is logical connected with an other iTunes libary. I get the only possibility to delete my iTouch and syncronize it with the content of the new iTunes libary.
    *My question is how can I get my content from the iPod touch to iTunes on my new computer?*

    Hi,
    Welcome to Apple discussions.
    So, in a perfect world, you would restore your library of valuable music from *your backed up files* to the library on your new PC, you know, the ones burnt to DVD/CD or on an external HD.
    This is the way iTunes works, it makes it perfectly clear and actively encourages users to *back up your music*.
    The iPod touch is not a back up device (nor is it advertised as one) it is a music player with a volatile memory that could actually disappear at anytime so it should not be trusted as a store for valuable files.
    To salvage your music you will have to use some 3rd party application on your PC/Mac (you fail to say) such as [Touch Copy|http://www.wideanglesoftware.com/touchcopy/index.html], Google for other options. This is not guaranteed to work but hopefully you will get your music back.
    Then back up.
    Good luck,
    Dud.
    *iPod touch* by the way, this an [ITOUCH|http://en.pasen.it/product_detail.php?id=36]

  • Ipad mini remote app will connect to my itunes library and apple tv but won't display content from itunes library on the apple tv section of remote app

    What I am trying to do is very simple, and I am sure I have done it before.
    I have an Apple TV (2nd Gen) connected to Wifi Network (Airport Extreme 802.11n) I want to stream content from the itunes library on my macbook pro over the wifi network to the Apple TV. This works no problem, home sharing is set up and I can see the itunes library under 'Computer' on the Apple TV interface. I can use the Apple Remote to scroll through and play content from my itunes. Works no problem.
    Now I want to use the remote app on my ipad mini to control the apple tv. Using up to date app (Version 3.01) Again, everything looks like it should work. I have turned on Home Sharing on the remote app settings. It works fine and both my itunes library and Apple TV show up on the interface. I can touch the itunes icon and control the itunes on my computer and play music and video on my computer screen.
    Now when I touch the apple tv icon I can't see my itunes library content to play on the apple tv. I see the below image. If I tap on the icon in the bottom left it takes me back to the screen in the first image. What is the strangest thing is that I can control the apple tv using the gestures interface! This isn't what I want though and I want to be able to see the itunes library on the screen of the ipad and play it on the apple tv. You can see in the video on this link (http://www.youtube.com/watch?v=UvEpgcE9KCs). This is what I am trying to do and I just don't understand why I don't get the screen seen at 1:25 in the video. Instead I get the screen seen in the below image. Any ideas? I know that the remote app is connecting to the apple TV because I can control it using gestures, just strange I can't see the content on the ipad like in the attached video clip, instead I see the screen in the image below. Any ideas would be greatly appreciated!

    OK, Problem solved. Software on Apple TV was VERY outdated. It had been sitting in the box for over a year and needed an update. Problem solved!

  • Ipad mini remote app will connect to my itunes library and apple tv but can't play content from itunes library on the apple tv

    What I am trying to do is very simple, and I am sure I have done it before.
    I have an Apple TV (2nd Gen) connected to Wifi Network (Airport Extreme 802.11n) I want to stream content from the itunes library on my macbook pro over the wifi network to the Apple TV. This works no problem, home sharing is set up and I can see the itunes library under 'Computer' on the Apple TV interface. I can use the Apple Remote to scroll through and play content from my itunes. Works no problem.
    Now I want to use the remote app on my ipad mini to control the apple tv. Using up to date app (Version 3.01) Again, everything looks like it should work. I have turned on Home Sharing on the remote app settings. It works fine and both my itunes library and Apple TV show up on the interface. I can touch the itunes icon and control the itunes on my computer and play music and video on my computer screen. 
    Now when I touch the apple tv icon I can't see my itunes library content to play on the apple tv. I see the below image. If I tap on the icon in the bottom left it takes me back to the screen in the first image. What is the strangest thing is that I can control the apple tv using the gestures interface! This isn't what I want though and I want to be able to see the itunes library on the screen of the ipad and play it on the apple tv. You can see in the video on this link (http://www.youtube.com/watch?v=UvEpgcE9KCs). This is what I am trying to do and I just don't understand why I don't get the screen seen at 1:25 in the video. Instead I get the screen seen in the below image.

    OK, Problem solved. Software on Apple TV was VERY outdated. It had been sitting in the box for over a year and needed an update. Problem solved!

  • Parsing Content From A Site That Requires Authentication

    Ive been scanning websites using the Java HTML parser from htmlparser.sourceforge.net to gather useful data into a more easily used format, in this case it is stored in a mySQL database.
    The problem that has stumped me for the past few days is how to get around the login authenication page required to access content from the website www.racingpost.com . I am a registered user but am having difficulty logging in via Java and managing the cookies to bypass the login page HTML I keep getting instead of the race data.
    I am unsure when and where I should be passing cookies around. Also logging in using POST is confusing me.
    Thanks for any help you can offer.

    this should help you out with posting to a URL. It is taken from:
    http://javaalmanac.com/egs/java.net/Post.html
    // e135. Sending a POST Request Using a URL
        try {
            // Construct data
            String data = URLEncoder.encode("key1", "UTF-8") + "=" + URLEncoder.encode("value1", "UTF-8");
            data += "&" + URLEncoder.encode("key2", "UTF-8") + "=" + URLEncoder.encode("value2", "UTF-8");
            // Send data
            URL url = new URL("http://hostname:80/cgi");
            URLConnection conn = url.openConnection();
            conn.setDoOutput(true);
            OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
            wr.write(data);
            wr.flush();
            // Get the response
            BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
            String line;
            while ((line = rd.readLine()) != null) {
                // Process line...
            wr.close();
            rd.close();
        } catch (Exception e) {
        }

  • How can i tranfer all content from the itunes on my computer to the itunes on my new ipad?

    I've recently purchased a new ipad mini.  I wont really be using my computer anymore so wanted to transfer all content from my itunes such as music, apps, photos etc to my new ipad so they're accessible there.  How would i do this?

    Sync Music
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%204/a977503b77f07681a57 9d90384222f75.jpg
    Sync Photos
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%204/58cd8f694a93ea5cd55 def748e732d5a.jpg
    Sync Movies
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%204/9d04e8509b150edc93a 9a8b2adc4dc59.jpg
    Sync Podcast
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%204/b90a9e862b2ab15e060 824bf2f0eb3fd.jpg

  • My iTunes got deleted off a (no longer working) computer. Is there a way I can transfer all content from my iPhone onto iTunes on a new computer? I want to update my phone, but do not want to lose any music off it when syncing it.

    My iTunes got deleted off a (no longer working) computer. I have lost all music & data that was on this original itunes. Is there a way I can transfer all content from my iPhone (music & photos) onto iTunes on a new computer? I want to update my iphone (3GS), but do not want to lose any music off it when syncing it. Help please!!

    By design, the iphone will sync itunes content with one computer at a time. Any attempt to sync such content with a second computer will result in ALL itunes content being first erased from your phone & then replaced with the content from the second computer. This is a design feature and cannot be overridden. Because you are using a new computer, your phone will see this computer as a "new" computer. The itunes content sync is one way: computer to phone. If you have photos that were synced to your phone or music ripped on your own that were not backed up, you will first have to extract them from your phone using third party software, before you do anything else, as Apple makes no provision to do so:
    http://www.wideanglesoftware.com/touchcopy/index.php
    Once you've done that, do the following in the order specified:
    1. Disable auto sync when an iPod/iPhone is connected under iTunes>Preferences(under the edit menu if using Windows)>Devices in itunes.
    2. Make sure you have one contact & one event in the supported applications(Address Book & iCal or Outlook, Windows Address Book) on your computer. These entries can be fake, doesn't matter, the important point is that these programs not be empty.
    3. Connect your phone, iTunes running, DO NOT SYNC at this point.
    4. Store>Authorize this computer.
    5. File>Transfer Purchases(To make sure all purchased content on your phone will be in your itunes library).
    6. Right click in the device pane & select reset warnings.
    7. Right click again and select backup.
    8. Right click again & select restore from backup, select the backup you just made. When prompted to create another backup, decline.
    9. This MUST be followed by a sync to restore your itunes content, which you select from the various tabs, You'll get a popup regarding your contacts & calendars asking to merge or replace, select merge.
    You should be good to go.

  • How do you transfer the content from an iPhone to a PC? I have to use a PC for a while and don't know how to put my stuff on to there from my phone

    How do you transfer the content from an iPhone to a PC? I have to use a PC for a while and don't know how to put my stuff on to there from my phone

    If you're talking about music and movies an i-device was not designed for unique storage of media. It is not a backup device and media transfer was planned with you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing music and movies is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchases which can be transferred from a device to a computer.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only purchases from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software.  See this document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991

  • How do I move iTunes music content from one computer to another?

    I need to move iTunes content from an older MacBook, which serves as the music source for our audio system, to a new Mac mini, which will now do the same.
    I know to move the folder in the music folder but I would like to make certain the playlists are moved in conjunction with the move so I don't have to recreate the playlists on the new mini.
    I can't find any information on how to do this in the faqs, in the Take Control books, or the latest system manuals.
    Any help would be much appreciated.
    John Kendrick

    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    Be Sure the External drive is Formatted Mac OS Extended (journaled
    Also... have a look at these 2 Videos...
    http://macmost.com/moving-your-itunes-library.html
    http://macmost.com/moving-your-itunes-media-to-an-external-drive.html

  • How do I change my iPad iTunes account & content from an old computer (XP) to a new computer 8.1

    How do I change my iPad iTunes account &amp; content from an old computer (XP) to a new computer 8.1

    Hi RyanQuilty,
    Welcome to the Support Communities!
    The first step on your new computer is to install the latest version of iTunes:
    iTunes: How to install the latest version
    http://support.apple.com/kb/ht5654
    iTunes 11: Frequently used features
    http://support.apple.com/kb/HT5649
    Then follow the steps below to backup your iTunes library from the Windows XP computer to an external hard drive:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    Before connecting your iPad to the new computer, I would suggest backing it up to iCloud, and changing your sync settings to "manual" on the new computer:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    iCloud
    iCloud automatically backs up the most important data on your device using iOS 5 or later. After you have enabled Backup on your iPhone, iPad, or iPod touch inSettings > iCloud > Backup & Storage,
    You can also back up manually whenever your device is connected to the Internet over Wi-Fi by choosing Back Up Now from Settings > iCloud > Storage & Backup.
    iTunes 11 for Windows: Authorize a computer to play iTunes Store purchases
    http://support.apple.com/kb/PH12511
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/HT1535
    Cheers,
    - Judy

Maybe you are looking for

  • Final Cut Express Log and Transfer files not playing audio on another mac

    I recently purchased a new Mac Pro for video editing for work, and am having some issues with it. Previously i was working on a MacBook Pro running OS 10.4.11, on Final Cut Express 4. I used Log & Transfer to get the AVCHD videos from my Canon HF 11

  • Database Performance Problem

    Hi, I am running Oracle10g in Windows and i have SGA - 289406976 Fixed Size- 1248576 Variable Size - 96469696 Database Buffer - 184549376 Redo Buffer - 7139328 i am enclosing the init.ora file for better understanding # Cache and I/O db_block_size=81

  • Photoshop Touch registration (within CC acct) possible?

    Dear community, I hope you do not mind my newbie question here... But... Just purchased Photoshop Touch for my iPad off Apple's App Store. So far so good... Since I already have a CC account and a subscription for Adobe Creative Cloud, I would like t

  • Tab key doesn't switch to new cells

    My tab key will not switch to next cell on web pages or spread sheets. Did I accidental change the task of the key? When I press it in excel it activates the edit.

  • Installing lightroom 4 on new mac

    I brought lightroom 4 about 6months ago and at the time had a laptop with disk drive, so installed with the disk. however i have know just got a macbook pro, so unable to install with the disk and know confused about how to get the program onto my ma