Http dynamic streaming for audio only ( radio channeles content)

fms HDS audio only streaming (no video input) only audio in fms

Hi,
Thanks for using the HTTP Dynamic Streaming.
As you mentioned, you are hitting the missing crossdomain.xml error itself (the error code 2048 confirms this). Attached is a sample all-allowing (and hence risky for non-testing purposes) crossdomain.xml that you can use.
Thank you !

Similar Messages

  • Can FFmpeg produce f4f, f4x and f4m files instead of Adobe's File Packager for HTTP Dynamic Streaming?

    I need a command tool to produce f4f , f4x and f4x files. And I know Adobe's File Packager. But I'd like to use FFmpeg(Because it's opensource) to produce those files. I am not sure whether FFmpeg can produce f4f , f4x and f4x files for HTTP Dynamic Streaming or not. My goal is to achieve HTTP Dynamic Streaming in Linux with opensource tool instead of Adobe Flash Media Server.

    Isn't the packager part of Flash Media Server?
    http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS9463dbe8dbe45c4c-c126f3b1260533756d- 7ffc.html#WSaeac10ab694095a12a9a3a7d12823cda643-7fff
    HTTP live media streaming software | Adobe Media Server 5 Professional
    Adobe Media Server Help | Install Adobe Media Server

  • Can someone help me with HTTP Dynamic Streaming?

    I have been googling the crap out of this. I am a video producer for a Non-Profit and in the next couple of weeks we are launching an online training, half of which requires watching multiple different video clips – for this particular training around 50 deferent online videos. I’m a bit experienced with encoding video for the web (FLV, H.264) but would love to know more about HTTP Dynamic Streaming. As of now we just use a progressive download type of playing.  We recently hired a web dev and knows servers a bit but didn’t seem like he knew anything about HTTP Dynamic Streaming – said maybe we should search the internet for an auto detecting flash player? Anyways, is this something that I should be looking into for our organization if we do a lot of online video? If we purchased Flash Media Server would this be all we need? Is there like a Dummies book on this subject? Thanks for any help
    -Pat

    Thanks Saeroner for showing interest in HDS. This is definetely a new era technology.
    As I said in my earlier post, I would like you to encourage to download the developer version of the FMS. In case of HDS, this version restricts you to 30 minutes of viewing time.
    So for example, once you have installed the FMS, go to <installation-dir>/samples/videoPlayer/videoplayer.html. Open the player and yourself evaluate the HDS vs progressive HTTP
    For progressive HTTP, you may play http://localhost/vod/sample1_150kbps.f4v
    For HDS, you may play http://localhost/hds-vod/sample1_150kbps.f4v
    Though, video quality may not be different, but you may find buffering happening in case of progressive, while HDS will be instant delivery.
    Other than this, the main point that I feel you might be really interested as online training company is that you may not like to freely distribute the content to the subscribers.. In case you can win the trust of training content creater that his/her content will be completely protected and can be viewed only to those having rights to view it, it will encourage content creater to host their content on your solutions. Today when premium content creation is so expensive, one would not like it to be get pirated by progressive downloads..
    FMS within HDS provides you facility to completely protect your content. Though that's a bigger step..
    Other than this, in today's world.. Desktops are not the only medium to watch the content.. Tablets, mobiles are replacing the desktops for day to day purposes like video watching, social site browsing etc... Though tablets and devices may not be attached to high bandwidth network all the time, but HDS provides you flexibility to host streams with different bit-rates and do an adaptive bit rate switching... In such case, progressive download may not at all give you that seamless experience and would require hell lot of time for video to first completely download and start..
    You only need client side management in flash for the HDS. HDS requires OSMF player that you either download or build yourself as per your customisation.

  • RTMP + HTTP Dynamic Streaming

    Dear,
    We are about to build a flash based online application. We need the best video support, therefore we would like to have a video player that has all the advantages like adaptive bitrate, caching, dynamic seek.
    We just got to know the new HTTP Dynamic Streaming solution that gives us the caching if we use a streaming solution in order to provide the adaptive bitrate functionality and the dynamic seeking.
    Adobe has two products for streaming: Flash Media Interactive Server, Flash Media Streaming Server . There is a huge difference in terms of price between those two. Which one should we choose? We won't need to record any videos.
    The other big question is the file encoding. As we saw we need h264 videos saved on the server. Which server side software/framework/library do you recommend to use? ffmpeg? We have a Linux server.
    Thanks!
    By the way, HTTP Dynamic Streaming seems to be a very good solution!

    Hi,
    Thank you for your interest in the Adobe streaming products ! We look forward to support you.
    Regarding the difference between Flash Media Interactive Server and Flash Media Streaming Server, the latter is specifically mentioned for only streaming use cases and no interactivity can be added to your applications. This will be perfectly suiting live scenario and video-on-demand cases. As you mentioned, this cannot/do not record any streams on the server. The former is a fully expandable interactive server where one can develop rich interactive applications including video recording (and hence DVR functionalities) and much more.
    Adobe's OSMF (Open Source Media Framework) flash based players are the best fit for all the reqiurements mentioned. You might want to give it a try @ www.osmf.org
    For File encoding and transcoding, we have a slew of Adobe Products that you might want to take a look at, like Adobe Media Encoder, CS5 suite, etc.
    For live video Encoding , please take a look at the Flash Media Live Encoder.
    Thank you !

  • Server error 503 when running On-demand HTTP Dynamic Streaming tutorial

    Hi,
    I'm trying to set up an HTTP Dynamic Streaming environment for VoD (not live streaming). I'm following the instructions in the HTTP Dynamic Streaming Quick Start guide (http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS8d6ed60bd880807c48597a9e1265edd6cc0- 8000.html#WS8af793f9af34bea0def106e12873ad717a-8000)
    I'm running everything on Windows 7. I installed Apache 2.2, as well as the HTTP Origin module and the f4fpackager. I also installed the Microsoft 2005 and 2008 Visual C++ redustibutable packages (I actually have 3 different versions of the 2008 redistributable package installed on my system).
    I ran f4fpackager using the default settings (I only configured the input file and output path). The input file is an H.264 video several minutes long. The result is a single video file (CascadaSeg1.f4f), a single index file (CascadaSeg1.f4x) and the manifest (Cascada.f4m).
    I am using the sample OSMF player linked to by the quick start guide. The player plays the sample links correctly.
    When I try accessing the .f4m file I generated the video starts playing and then stops with a player message that the segment is unavailable. The network trace shows that the player asks for CascadaSeg1-Frag1, receives it, then asks for CascadaSeg1-Frag3 to which the server returns a "503 Service Temporarily Unavailable" error.
    I raised Apache logging level to debug but didn't find anything useful (at least not to me :-) )
    Reinstalling all components did not resolve the problem (as was suggested in a different similar discussion).
    I can't even distinguish whether the problem is a packager problem or a server problem. I am trying to obtain Flash Media Server 3.8 but that will take a while, if at all.
    Any ideas? Does anyone have a correctly packaged video file that I could put on my server to see if that plays correctly? Other suggestions?
    All help is much appreciated.
    Regards,
    - Naomi

    Thanks for the pointer. See below the output from the parser (I formatted the first rows for easier reading). I'm not sure exactly how to read it, but it seems the parser found no errors and indeed there is a Fragment 3 but no Fragment 2.
    I see that between fragment 1 and 3 there is a large increase in time (twice the increase between other segments).
    I don't know how to interpret afra_offset. The f4f file size is 59.1 MB - if afra_offset is a byte offset than the file is definitely large enough.
    Any ideas?
    Thanks!
    - Naomi
    f4x file parser utility
    Ver 0.1
    the length of the file is 1817
    afra length 1817
    Box name afra
    version 0 flags 204
    longIDs 1 longOffsets 1, globalEntries 1
    timescale 1000
    entry_count 0
    Count time offset offset-hex
    global_entry_count 56
    Count      time          segment      fragment      afra_offset      offset_from_afra
    0                0            1                1                    12486            0
    1                9560       1                3                      348a0b          0
    2                14360      1                4                      4514c9       0
    3                19160      1                5                      564b63       0
    4 23960 1 6  6bd55b  0
    5 24000 1 7  ffffffff  0
    6 28760 1 8  812320  0
    7 33560 1 9  960f5f  0
    8 38360 1 10  a84984  0
    9 43160 1 11  be4bf7  0
    10 47960 1 12  d42bf7  0
    11 48000 1 13  ffffffff  0
    12 52760 1 14  e7dd5b  0
    13 57560 1 15  fd0f2f  0
    14 62360 1 16  1117b57  0
    15 67160 1 17  12476be  0
    16 71960 1 18  136c36b  0
    17 72000 1 19  ffffffff  0
    18 76760 1 20  149a611  0
    19 81560 1 21  15da701  0
    20 86360 1 22  16fcc72  0
    21 91160 1 23  1817c72  0
    22 95960 1 24  192a704  0
    23 96000 1 25  ffffffff  0
    24 100760 1 26  1a5e901  0
    25 105560 1 27  1bb3c74  0
    26 110360 1 28  1ccffb6  0
    27 115160 1 29  1df7b15  0
    28 119960 1 30  1f2251d  0
    29 120000 1 31  ffffffff  0
    30 124760 1 32  208f76a  0
    31 129560 1 33  21e2bdd  0
    32 134360 1 34  23665a1  0
    33 139160 1 35  24c19a0  0
    34 143960 1 36  25e95cc  0
    35 144000 1 37  ffffffff  0
    36 148760 1 38  270706b  0
    37 153560 1 39  27fd359  0
    38 158360 1 40  297aa79  0
    39 163160 1 41  2ac43c5  0
    40 167960 1 42  2be412e  0
    41 168000 1 43  ffffffff  0
    42 172760 1 44  2d376fd  0
    43 177560 1 45  2e632c6  0
    44 182360 1 46  2f9e374  0
    45 187160 1 47  30e25df  0
    46 191960 1 48  325d15c  0
    47 192000 1 49  ffffffff  0
    48 196760 1 50  33f5173  0
    49 201560 1 51  3557336  0
    50 206360 1 52  3699a34  0
    51 211160 1 53  37df5d3  0
    52 215960 1 54  38bba3f  0
    53 216000 1 55  ffffffff  0
    54 220760 1 56  39e62c8  0
    55 225560 1 57  3ae942d  0

  • HTTP Live Streaming for Apple IOS devices

    HI,
    We have installed FMS 4.5, including Apache 2.2, on a 64-bit Windows 2008 R2 server following the instructions given in the video that can be viewed here:
    http://www.adobe.com/devnet/flashmediaserver/articles/install-verify.html
    Browsing to the test page for the server works fine for HTTP Dynamic Streaming and RTMP Dynamic Streaming samples.  However, when we try to use the HTTP Live streaming samples on the test web page on an iPad via AnyConnect, we only see a blank page with a small Abobe Flash icon in the top left hand corner which is basically saying that Flash has been detected on the page and is not supported by the iPad.
    The above video shows HLS working on an iPad with no additional installation steps.  Can anyone hep?

    Found the answer
    The home page on the Adobe server has an error in its javascript.
    if (uagent.search('iphone') != -1 || uagent.search('ipad') != -1) {
    should be
    if (uagent.search('iPhone') != -1 || uagent.search('iPad') != -1) {
    ....capital P's.

  • MDP for audio only (on iMac mid2010)

    Hi
    I wanna buy a iMac 27": 2,8GHz (so it's mid 2010).
    The information i already gathered:
    Audio through HDMI is possible (at least with the proper Adapter).
    The issues with 10.6.4 are solved by 10.6.5.
    TOSLink has a limited bandwidth and doesn't work for HD-Audio-Codecs (and i don't want to make compromises).
    Here's the thing:
    I don't want to connect an external monitor, but i want to send audio through HDMI. If i connect the iMac through HDMI to my AV-Receiver (Denon AVR 1911) will the audio work, even though i don't use the output of my AV-Receiver to connect a TV/Monitor? Or wouldn't the AV-Receiver be recognized by the iMac?
    And if it does work:
    Do i lose performance because the iMac would export audio and video? Or is it possible to disable video export and use the MDP for audio only?
    I hope i explained my problems understandable. (Also hope my english is understandable, too. )
    Hope someone can help,
    Thanks in advance!
    PS: Yes, i know it's not possible to play Blu-Rays on Mac, but I would appreciate
    to be able to stream 5.1 PCM to my AV-Receiver.

    Thanks RRFS, just a couple of questions for you : Do you (or would you) keep things like sample libraries for Kontakt, Logic (apple loops) and sound design library stuff (80 GBs +) on your internal SSD drive?  Also, is your internal SSD your principal (or only internal) drive ?  I have an iMac that already has a serial ATA as its principal drive, but the store I spoke with said they could add a second internal drive (SSD) to my system if I want to take out my optical drive.  Not sure if it would be worth the cash--probably $250 + for parts and labour for 128 GBs that won't make a huge difference to workflow speed, according to BDAqua.
    Cheers & thanks.

  • RMTP + HTTP Dynamic Streaming

    Dear,
    We are about to build a flash based online application. We need the best video support, therefore we would like to have a video player that has all the advantages like adaptive bitrate, caching, dynamic seek.
    We just got to know the new HTTP Dynamic Streaming solution that gives us the caching if we use a streaming solution (rmtp) in order to provide the adaptive bitrate functionality and the dynamic seeking.
    Adobe has two products for streaming: Flash Media Interactive Server, Flash Media Streaming Server . There is a huge difference in terms of price between those two. Which one should we choose? We won't need to record any videos.
    The other big question is the file encoding. As we saw we need h264 videos saved on the server. Which server side software/framework/library do you recommend to use? ffmpeg? We have a Linux server.
    Thanks!
    By the way, HTTP Streaming seems to be a perfect solution!

    Thanks, Adrian.  That's great to hear.
    My company has been using RTMP and RTMPT for years and years now.  Most of our clients are users within large corporations.  Because of their firewall restrictons, our video player has logic built in to cycle through a series of ports for RTMP, then fallback on RTMPT.  If RTMPT fails, it then falls back on an HTTP psudo-streaming method using PHP.  The psudo-streaming method works great, but it is essentially a tricked out progressive download.  If HDS can remedy the need for all those fallback catches and mimic the bandwidth usage of true streaming, then I am very excited to put it in use.
    But I am curious.  From the sound of it, HDS is very accommodating for video delivery.  If that is the case, why would anyone continue to use RTMP for video playback?

  • FMS 4 HTTP dynamic streaming in HTML5 video Tag

    We recently purchased FMS4 and I'm in the midst of setting it up.  However, not that it's a HUGE deal, but....
    I see conflicting answers in the forums about whether or not it is possible to stream media in the HTML5 <video> tag (going back to early 2010). 
    Ideally, I'd like to stream (most of the time using flash), but for the specific browsers that support it, (chrome, ff, IE9, and select iOS devices) HTML5 video tags.
    So, can FMS 4 do that?
    <video id="something" controls="controls">
    <source src="http://video.mydomain.com/vod/myMovie.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
    <!--[if IE]>
    <object>blah, blah, blah
    <embed>blah blah blah</embed>
    </object>
    <![endif]-->
    </video>
    If so, how?  I gave it a shot using the above code (minus the "blah, blah, blah" ), and the video doesn't play - if all it is, is a syntax error, then please be so kind as to provide the correct syntax.
    However, if it isn't possible unless you download something else, like the File Packager for HTTP Streaming or the Origin module for HTTP Dynamic Streaming... please direct me accordingly.
    Any assistance would be greatly appreciated.
    Thank you kindly, in advance.

    To the best of my knowlege, no.
    The browser would need to support the flash media manifest file format to be able to play and HTTP stream from FMS, and I don't think any of the browser vendors have implemented it. It would be more likely that Apple's spec is adopted (HLS uses a similar structure using mpeg-ts), but that's not implemented in anything other than safari at this point.
    you -could- use the bundled apache http server to serve progressive downloads to the <video> object in the browser, but it wouldn't be a stream coming from FMS.
    More info on flash media manifest file format here:
    http://opensource.adobe.com/wiki/pages/viewpage.action?pageId=43581634

  • HDMI to RCA converter for Audio only

    I purchased an Apple TV for the airplay for audio only and adding an HDMI to RCA converter (universal unit from Amazon).  Is there any specifications I need to look for on the converter for this to work?  I am aware of issues when using the video portion of a converter, but I don't see anything for the audio.

    maybe easier to find a optical -> RCA converter as the optical is audio only
    though heard some people repport that if hdmi is not connected optical is muted but don't know for sure
    if I may ask then why on eath get an appletv for audio only
    an airport express would do the same thing and a minijack already and is cheaper
    http://store.apple.com/us/product/MC414LL/A/airport-express-base-station?fnode=4 d

  • How to stream with the player strobe media playback videos using http dynamic streaming?

    Hi..
    please could i have some help about the player strobe media playback?
    i would like to know how to stream with the player strobe media playback videos using http dynamic streaming.
    I have already installed the server,i put my own video in the video on demand folder.i downloaded the player but i don't know how to stream that video with the adobe protocol dynamic streaming.

    http://osmf.org/configurator/fmp/
    Use this configurator, and use the same code it generates with your strobemediaplayback.swf
    Also make sure the domain where strobemediaplayback.swf is being called from and resides, is in your /webroot/crossdomain.xml  file, or it will not work.

  • Use HTTP Dynamic Streaming (HDS) and HTTP Live Streaming (HLS) to serve live streams to clients over HTTP

    I have created a live stream of a video and it gets stored in live folder.
    Now i need to use HTTP Dynamic Streaming (HDS) and HTTP Live Streaming (HLS) to serve live streams to clients over HTTP, publish the streams to the HTTP Live Packager service on Flash Media Server.
    So what necessary steps do I  need to follow to do that ??

    You need to generate a manifest file using Configurator tool and placed it under the webroot directory.
    C:\Program Files\Adobe\Flash Media Server 4.5\tools\f4mconfig\configurator

  • Portable Wireless Server WG-C10 doesn't stream any audio and some video content after updating phone to Android Lollipop 5.x

    The Portable Wireless Server WG-C10 I purchased in 2014 doesn't stream any audio and some video content after updating phone to Android Lollipop 5.x.
    The WG-C10 firmware is the last version which is available and the PWS Manager software is the last version available in Google Play Store.
    There are no updates for the WG-C10 firmware nor PWS Manager software since 2013 or for Android 5.x (Lollipop) and I don't know if the WG-C10 firmware is the problem or if the PWS Manager software is the problem.
    BTW, I am still able to stream this content on my tablet which is on KitKat (4.4.x) so the files are not corrupted.  The only problem is with Lollipop.
    PWS Manager in the Google Play Store says it supports Android 4.0+ which is no longer true.
    The audio file formats which fail to stream are:  mp3 and wav
    The video file formats which fail to stream are:  mp4, avi and 3gp
    JPEG Images appear to work fine, but I haven't tried other formats.
    I purchased the WG-C10 to stream audio and video primarily to my phone and now that this no longer works, the WG-C10 is useless to me.
    Any ideas?

    Hi juicespeare1,
    Welcome to the Sony Community!
    Upon checking your inquiry, the best division to respond to your concern is our Sony Mobile department.
    You can reach them at this site: http://www.sonymobile.com/global-en/support/contact-us/contact-info/.
    If my post answers your question, please mark it as "Accept as Solution"

  • PO 7.4: NW BPM: HTTP Error response for SOAP request or invalid content-type.HTTP 200 OK

    Hi Experts
    I am trying to call NW BPM scenario(File to BPM) from PI, and using below adapter config.
    I am getting below error.
    Failed to call the endpoint: Error in call over HTTP: HTTP 200 OK
    SOAP: Call failed: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 200 OK
    SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 200 OK
    MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 200 OK
    Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 200 OK
    Any idea how to fix this issue?
    Thanks,
    Sandeep Maurya.

    Hi Sandeep,
    Test the URL from your browser and check the proxy settings as well.
    Refer the below links
    SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT
    SOAP: Call failed: java.io.IOException: Failed to get the input stream from socket: java.net.SocketException: Connection…
    Regards
    Bhargava Krishna

  • How to package multibitrate live stream as audio-only for Apple compliance

    Hi
    From AMS documentation, I can package vod content as audio-only by appending "audio-only" to url for instance:
    http://<ams server ip>/hls-vod/audio-only-aac/vod.m3u8
    Similarly I can package live content (single bitrate) as audio-only for instance:
    http://<ams server ip>/hls-live/audio-only-aac/livepkgr/_definst_/liveevent/livestream1.m3u8
    In my case, I have 3 bitrates being published for a live audio-video event. The variant playlist for this event is created by hls_http module by refering to Manifest.xml.
    I could not figure out a way to insert an audio-only stream to this variant playlist created by hls_http module for live stream.
    Please let me know if I am missing something because this seems to be a pretty obvious requirement for live streaming to IOS devices.
    Thanks,
    Nitin

    who can answer my question?Is the question a difficult one?

Maybe you are looking for