maximum of 30 minutes with HLS - VOD for iOS device

Hello

I'm having a problem with Flash Media Streaming Server 4.5

When you play a movieclip that is longer than 30 minutes, he plays well if I listen to a flash client, but when I use hls - vod to send it to an Apple device, the player says that the file is long 30 minutes exactly.

The license should not be the problem since I could distribute 500 flash-clients at the same time a few weeks ago.

The OS is CentOS 5.5

Any ideas?

You should check the configuration of the hls VOD licence.

Check if your file httpd.conf (apache configuration file), you have a location tag for hls - vod, something like this

True HLSHttpStreamingEnabled

HLSMediaFileDuration 8000

HttpStreamingContentPath '... / webroot/vod.

HLSFmsDirPath "..".

Options - Indexes FollowSymLinks

and there HLSFMSDirPath points to the location of the folder the FMS licenses.

For example, if you have the file licenses FMS to C:\Program Files\Adobe\Flash Media Server 4.5\licenses

Then HLSFMSDirPath must be set to 'C:\Program Files\Adobe\Flash Media Server 4.5\'... It may be relative path because it comes in default installation of apache with FMS.

Restart the server after...

Thank you

Tags: Adobe Media Server

Similar Questions

  • I want to know if it's possible in Adobe Muse to have a section on a Web page that updates every 30 seconds or 30 minutes with a URL for the snapshot of a live webcam feed

    I want to know if it's possible in Adobe Muse to have a section on a Web page that updates every 30 seconds or 30 minutes with a URL for the snapshot of a live webcam feed

    You can do this using Insert HTML, you must use the direct power code on the page of Muse.

    Thank you

    Sanjit

  • Birth of nations for ios devices

    Microsoft must think to lift nations for ios devices.as far I luv iPad so I hope that Microsoft gets up rise of nations for iPod iPhone iPad etc please. People will really luv this game if the graphics are gr8. Like extreme iPad 2 is having an A5 chip so you can develop this game with really good graphics thanks.

    Hi Sidheart,

    I suggest you to send us your comments by following the link below.

    http://www.connect.Microsoft.com

  • Is it possible to limit Adobe Revel to synchronize only on Wi - Fi for iOS devices?

    Hello

    Is it possible to limit Adobe Revel to synchronize only on Wi - Fi for iOS devices?

    I don't want to exceed my monthly data quota. I can't find an option for this in the settings.

    Thank you

    There is not currently a framework for this. I suggest to disable the automatic import feature if the quota of data is a problem and that you have defined to 'on '. You can reactivate when you use wifi if you care to use it. I will introduce this management feature products for review. Thanks for your comments.

    Guinot

  • is it possible to create something GarageBand for Mac and share with someone using an iOS device to be able to add and send it back?

    OK, here's the deal. I have a friend who is interested in working on musical ideas through GarageBand. He has an iPad Pro (not sure 1st or 2nd gen). and I use my 6 + or 1 Air iPad iPhone or a MacBook Pro. didn't matter that the one that I use because it can't open them with the iPad Pro, even if he sent it to me first. I am only able to open what it sends to my MacBook, although...

    Is this possible? Very convenient to add titles and the return device to added again and so on? One might think that these devices would be able to work this way with each other.

    Thank you

    GarageBand on an iOS device cannot open GarageBand for Mac projects, but a mac can open GarageBand compatible for iPhone/iPad projects.

    So, you might send your friend only mixed audio files. Your friend should add the sound to the Music.app on the iPad Pro and then add the new joint audio tracks in GarageBand. It is quite complicated, because you need to merge the titles added your friend in your original on the Mac project.

  • XPath query using DONKEY with AIR3.9 for iOS app

    We build an app for iOS using AIR 3.9 where we load and parse the xml document so that we can read the path of images and download stuff on iOS device. To resolve this issue, we found a solution using XCode via DONKEY where query using XPath such as 'PerformXPathQuery', 'PerformXMLXPathQuery', 'xmlReadMemory"etc.. The code runs and when build Simulator itself on mac computer. But when we're packing DONKEY with AIR 3.9, it gives the error that says that: -.

    Error occurred during the application of packaging:

    For architecture armv7 httpd Undefined symbols:

    "_xmlReadMemory", referenced from:

    _PerformXMLXPathQuery in libnet.example.download.a (ExampleLib.o)

    LD: symbol not found armv7 architecture

    Compilation failed during execution: ld64

    I tried connecting binary with libraries such as 'libxml2.dylib', 'libxml2.2.dylib' and libz.dylib + added header files libXML to the header in the build properties search path, but had no help.

    our AIR 3.9 platform xml looks like: -.

    " < platform xmlns =" http://ns.Adobe.com/air/extension/3.9 ">

    < > 4.0.0 sdkVersion < / sdkVersion >

    < linkerOptions >

    < option > - ios_version_min 4.2 < / option >

    < option > - frame UIKit < / option >

    < option > - framework Foundation < / option >

    < option > - framework CoreText < / option >

    < / linkerOptions >

    < / platform >

    can anyone suggest where we are going wrong!

    Thanks in advance

    Found the solution, it was missing the framework connects to the xPath library in platform.xml

    follow the instuctions from the link below: -.

    http://forums.Adobe.com/thread/1037904

    Thanks to the adobe team

  • File.upload ActionScript does not work on Air SDK for iOS devices

    I try to use the ActionScript File.upload to transfer a file on Air SDK for iOS environment, but the File.upload does not work properly. No event on the file upload handler is executed after File.upload is called, and no exception is caught. When I check the side network traffic server, I found no application http even didn't hit the server after execution of File.upload. The code is below.

    ------------------------------------------------------------------------------------------ -----------------------------------------------------------------------

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:View ' http://ns.Adobe.com/MXML/2009 "xmlns:s ="library://ns.adobe.com/flex/spark"title ="HomeView"> "

    < fx:Declarations >

    <! - Place non-visual elements (e.g., services, items of value) here - >

    < / fx:Declarations >

    < fx:Script >

    <! [CDATA]

    private var file:File;

    private var dir:File;

    This method is executed to create a file and download it when you press the download button.

    protected void OnUploadButtonPressed(event: MouseEvent): void {}

    trace ("upload button clicked");

    var urlReq:URLRequest = new URLRequest ("http://10.60.99.31/MyPath/fileUploadTest.do");

    urlReq.method = URLRequestMethod.POST;

    var str:String = "this is test";

    var imageBytes:ByteArray = new ByteArray();

    for (var i: int = 0; i < str.length; i ++) {}

    imageBytes.writeByte (str.charCodeAt (i));

    }

    trace ("size =" + imageBytes.length);

    try {}

    dir = File.applicationStorageDirectory

    I also tested in several different directories

    dir = File.createTempDirectory ();

    dir = File.documentsDirectory;

    var today: Date = new Date();

    var filename:String = 'IMG' + now.fullYear + now.month + now.day + now.hours + now.minutes + now.seconds + now.milliseconds + ".txt";

    file = dir.resolvePath (filename);

    var stream: FileStream = new FileStream();

    Stream.Open (file, FileMode.WRITE);

    stream.writeBytes (imageBytes);

    Stream.Close ();

    Review the content of the file to check if the file is written successfully.

    var readStream:FileStream = new FileStream();

    readStream.open (file, FileMode.READ);

    var: string result = readStream.readUTFBytes (readStream.bytesAvailable);

    trace ("rear read result =" + result); The result is shown here as planned.

    file.addEventListener (Event.COMPLETE, uploadComplete);

    file.addEventListener (IOErrorEvent.IO_ERROR, ioError);

    file.addEventListener (SecurityErrorEvent.SECURITY_ERROR, securityError);

    file.addEventListener (ErrorEvent.ERROR, someError);

    file.addEventListener (ProgressEvent.PROGRESS, onProgress);

    file.upload (urlReq); This line does not work. No handler is executed. No http request struck the coast server.

    trace ("after file upload test");

    } catch (error) {}

    trace (e);

    }

    }

    Complete Manager

    private function uploadComplete (event: Event): void

    {

    trace ("Upload successful.");

    }

    IOError handler

    private void ioError (error: IOErrorEvent): void

    {

    trace ("Upload failed:"+ error.text ");

    }

    Manager SecurityError

    private void securityError(error:SecurityErrorEvent):void {}

    trace ("security error:" + error.text);

    }

    Another Manager

    private void someError(error:ErrorEvent):void {}

    trace ("an error" + error.text);

    }

    Progress Manager

    private void onProgress(event:ProgressEvent):void {}

    trace ("progressHandler");

    }

    This method is executed to call the URLLoader.load when the delicate touch.

    protected void OnTrickyButtonPressed(event: MouseEvent): void {}

    var urlReq:URLRequest = new URLRequest ("http://200.60.99.31/"); This points to a server not - exist

    urlReq.method = URLRequestMethod.POST;

    urlReq.data = new ByteArray();

    var loader: URLLoader = new URLLoader();

    try {}

    Loader.Load (urlReq); This line is very important in iOS7. He decides if the latter file.upload may work.

    But in iOS8, file.upload does not work even if that line is executed.

    trace ("after urlloader load");

    } catch (error) {}

    trace (e);

    }

    }

    []] >

    < / fx:Script >

    < s:Button = "200" x = "200" width = "400" height = "200" label = "Upload" click = "OnUploadButtonPressed (event)" / > "

    < s:Button = "200" x = "500" width = "400" height = "200" label = "Tricky" click = "OnTrickyButtonPressed (event)" / > "

    < / s:View >

    ------------------------------------------------------------------------------------------ -----------------------------------------------------------------------


    When it is run on the simulator of the Air, it works very well as expectedand the file is successfully downloaded to the server. But when run on iOS devices (in my case, iPad), as I explained at the beginning, no event on the file upload handler is executed and not the http request has even hit the server. So I think that the problem may come from the client side.

    During my attempt to solve the problem, I found something complicated about this problem on iOS7. In other words, if you call the URLLoader.load method (although the URLLoader.load points to an address non-existed) before calling the File.upload method, the File.upload will work as expected on iOS7. Specifically, when the above OnTrickyButtonPressed method is run before the OnUploadButtonPressedmethod, File.upload will succeed on iOS7. But this only happens on iOS7. On iOS8, File.upload still refuses to work, regardless of knowing if the URLLoader.load is executed before.

    I think in my case, the problem is not the problem of sandbox or a session of Firefox problem described in the two links below, because not even a http request hit the side server. It seems that the Air SDK for iOS comes to fail send the http reason request any.

    http://StackOverflow.com/questions/5967382/Flex-4-FileReference-issues-with-Firefox

    http://StackOverflow.com/questions/351258/how-do-i-make-Flex-file-upload-work-on-Firefox-a nd-safari

    To make my problem clear, I list my environment below:

    • Development environment: Windows7 (64-bit) / Mac os 10.9.4 (tested on both OS platforms.)
    • IDE: Flash Builder 4.7
    • Air SDK: 3.8 / 16.0.0 (after that I have updated to the latest Air SDK 16.0.0, problem persists.)
    • Application server: Tomcat7 + spring

    Finally, I want to mention that download the file using URLLoader.load isn't an option in my case because I want to download large files in the future, which cannot be addressed with the URLLoader.load.

    I struggled with this for days. If I really appreciate it if anyone has an idea about this.

    Thanks in advance.

    Hi KA RYU.

    We have reproduced the issue successfully, our team would work on it.

    -Tushar

  • Any card reader (driving us license and insurance card we) smart is available for iOS Device?

    I want to develop an application for iOS iPad kiosk for patients where patient can check-in in slippery sound driver's license or insurance card by card reader please suggest me if these (reader) hardware available that can be integrated with iOS app.

    I know it is a barcode scanner because I've seen it used in the elections, a couple of years.

    And there is magnetic tape (square) scanners that people use with their iPads.

    You may simply wish to Google and see what happens. Your question is somewhat a matter of niche, so may not find many answers here.

  • should what frequency of frames I choose for iOS devices?

    Hello

    I have my project at 60 fps. everything seems smooth and fine in the test on the iphone 4S.
    I don't have a 3G to test on yet, do I leave the framerate 60 fps for 3g or lower it?
    I don't really understand how to determine what to set the framerate for best performance or even if it's important.
    Just after some clarification on what should be set the framerate.
    Thank you

    Yes exit is the same as without debugging

    Well, I finally get your question.

    The idea is to keep to the fps value that meets your needs. With the help of a value greater than that wastes resources. A simple example would be the execution of an application at 60 fps which is an enterprise application that is obviously useless. For your scrolling usecase, if your performance requirement is 40 fps then continue framerate at 40. Now two things can happen your device will have enough juice to run at 40 fps or he won't. If she has juice, he will be at 40 fps no problem. But if it doesn't have enough juice, then it didn't and causes stuttering. In one such case raising the framerate to 60 will be useless, because this relatively slower device could not scroll down to 40 fps, no chance of it to scroll at 60 fps. You shouldn't have to worry yourself to maintain the rate of different display for various devices. Keep the framerate to a value that meets your need, if the underlying device can play to the fps will play it, otherwise it will be stutter.

    To answer your original question, no you can not get more smooth scrolling on a lower rate.

  • When you go to mozilla firefox for IOS devices?

    Hi, I really love Mozilla FireFox, but I have an iphone and I'm curious to know if you are going to produce Mozilla Firefox on IOS devices, because I'm waiting for it don't...
    Thank you

    There is no way for Mozilla create Firefox for iOS. Apple restricted a lot what kind of applications can be created for iOS. The only thing that could serve as Mozilla is a Firefox Sync client, which then uses the iOS Safari browser.

  • Flex Mobile for iOS - device debugging

    Hello

    Is it possible to provide certificates self made for packing for iOS as Android allows?

    Thank you.

    Oooooh not

    you will have to pay first Apple

    and then ask a certificate and the configuration file

    and then try and find a way to convert the certificate to a .p12 file

    and cross your fingers and hope that they will allow him in their store

    and you must have a mac, but there are tortuous ways to obtain a certificate using a pc, you can always not on the store without a mac

  • Satellite A100-147: problem of Bluetooth with BT dongle for mobile devices

    Hi guys, take it easy because this is my 1st post.

    I see there are some problems with BT and yes I am here with problems too!
    I recently had to reinstall XP PRO due to a virus, I ve installed all my drivers and even tried the recommended download links but nothing.
    When I load a BT2stack (tried different install x 64 etc.) installation driver, it came with small BT symbol in the taskbar, but when I clicked to toggle the box was just 'grey' and cannot be enabled.

    I noticed the code BW on the underside of my lappy is slightly different, but the a, just do not know if it s compatible with its location in the code.

    Code ends with 15WBT/DS2/LM/W... This seems ok or am I Bluetooth less!

    Whatever it is, the strange thing is I ve it works ok in the past by a BT toggle was having taken in the usb port, no probs in the past using this with my cell phone, but on the purchase of a new (old we had stood on) one mini disc 'pilot', it came with comes up with "E:\ is not accessible" and my disc drive is ok! weird but my 1st rocking didn't come with a disk and the other the box "found the new device" came it was straight forward.

    Axious even now I need this facility to work.

    Please, if anyone has a simple step-by-step tutorial for me to follow then that would be great. I m obviously missing something, but all leads come to a dying.

    see you soon... pete!

    PS. do not operate my FN + F8 but F1 etc seem to just put me on another page on this site?

    I confirm the information published by Blue2S.
    Satellite A100-147 was NOT equipped with the Bluetooth module!

    So you can not activate because there is NO BT!

  • Problem with the driver for Audio device high definition

    I have a Windows 7, 64-bit, Studio 1558. When I started the computer about a week ago, I was a message that the Service Notification of system events cannot connect. I checked the event log and found error 7022, where it says that the audio device was suspended. After some research and experimentation, I made the error go away by turning off the (Microsoft) High Definition Audio Device Driver, Version 6.1.7601.17514. However, now I have no sound. I tried updating the audio driver for my computer (IDT 92HD73C1 Audio, v.6.10.0.6267, A18), but this doesn't seem to work, and now I returned to a previous restore point to go back to square one. I'm not sure what caused the problem. Some said similar positions that he was leaving headphones plugged to power off the computer. others said that the use of cmd-> "netsh winsock reset" would solve the problem (of least temporarily). Any of these seemed to help me. Basically all I want to do is to install a sound device driver that works. I hope someone can point me in the right direction to do so. Thanks for any help provided.

    DellRaiser
    I tried updating the audio driver for my computer (IDT 92HD73C1 Audio, v.6.10.0.6267, A18), but this doesn't seem to work, and now I returned to a previous restore point to go back to square one.

    I can't say that if you were not able to install the driver IDT or if you installed but got the same error message.

    If the first case, try to download one of the files directly from the ftp server of DellIDT.

    If the latter, if you get the same symptoms with the IDT pilot and the native Windows (high definition Audio Device) driver so it is difficult to see the drivers as the cause of the problem, because it is rare that two drivers have the same failure at the same time. Here's how to switch between the 2 pilots:

    1. open Device Manager (type devmgmt.msc in the start search box and press ENTER) and right click on IDT High Definition Audio Codec.
    2 Select this option to "Update driver software".
    3. click on "Browse my computer for driver software".
    4. click on "Let Me pick from a list of drivers on my computer".
    5. put the "Show compatible hardware" check box if not already checked.
    6. in the list of devices, click on 'High Definition Audio'.
    7. click on "next".
    8. in the update driver warning box, click 'Yes' (the driver).
    9 restart the portable computer if you are prompted. If not invited, so no need to restart.

    To reverse the process, change the names in steps 1 and 6.

  • Photo albums do not sync for iOS devices

    Hello

    I have about 20 albums of Photos. Three of the albums will not sync my iPad or iPhone. I'm in Yosemite on a MBP and 9.3 on my iPad and iPhone iOS. Any thoughts?

    Thank you

    Sure - but we need details

    What software and what version (Yosemite 10.10?-Photos 1.?)? What are the iCLoud settings? What are the iCLoud services?

    And it would be good to get up-to-date with the captain El OS X 10.11.3 and Photos 1.3

    LN

  • Creating articles PDF multi-rendus for iOS devices

    This question has been posted in response to the following article: http://help.Adobe.com/en_US/digitalpubsuite/using/WS804da476e1fb25e6276784b6139c71bed03-80 00.primeras html

    1024 x 768.

    Take advantage of the new features in version 23 to create vector overlays and add assets HD image sequences.

    Bob

Maybe you are looking for

  • Firefox hangs out because of norton toolbar - get corrupted files

    Hello Recently, Firefox crashes * much * to exit. Sometimes I quickly leave Firefox when I switch to another application, and then a few seconds after the release, the crash reporter will appear. I've read elsewhere that it could be caused by the Nor

  • Page does not update even though I pressed the shift I click Refresh or press F5

    In another web browser the SHIFT + F5 reload all the content of a page update. This does not work in Firefox.I like Firefox the best browser for me. But I can't continue to use with this problem.I'm a software developer. I need a control tools and it

  • Get the exe vi

    Hello everyone, please help me, I built a file EXE of VI, but unfortunately I deleted the file VI, is it possible to get the VI with the EXE again

  • When you connect USB device, explore crash in Vista

    I have a slow USB device, with some of the big files on it. When I plug in and go on the drive in Explorer, the little light on the device starts flashing like crazy, and explore stops for a minute. There is a 12 MB file there, which takes about a mi

  • 4 SIMS will work on my PACKARD BELL EasyNote TM

    Hello Wondering if anyone could shed some light on this for me please... The sticker on my lap top says: 4 GB of DDR3 memory AMD Athlon II X 2 P340 processor ATI Mobility Radeon HD 4250 graphics card HARD DRIVE 320 GB 16.9 15.6 "HD LED LCD DVD-Super