LIVE HTTP STREAMING - More abst request than frag

Hi
this is the test suite :
wowza developer edition , no additional configuration . ( on my computer or on amazon, is the same )
Adobe flash media live encoder 3.2
An osmf 2.0 player.
when i start to playback, this is a call stack. As you can see, osmf ask for abst often than fragment?
why?
this is a big problem in a "pay for get" environment.
Thanks for any advice.
manifest.f4m
localhost/live/myStream 
GET
200
OK 
text/xml
Other
1.29KB
1.14KB 
18ms
17ms 
17ms 
1ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
16ms
14ms 
14ms 
2ms
Seg1-Frag221
localhost/live/myStream/media_b280893_w1954320162.abst 
GET
200
OK 
video/mp4
Other
529.34KB
529.19KB 
59ms
53ms 
53ms 
6ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
19ms
18ms 
18ms 
1ms
Seg1-Frag222
localhost/live/myStream/media_b280893_w1954320162.abst 
GET
200
OK 
video/mp4
Other
166.49KB
166.34KB 
29ms
26ms 
26ms 
3ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
14ms
13ms 
13ms 
1ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
14ms
14ms 
14ms 
0ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
16ms
15ms 
15ms 
1ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
15ms
14ms 
14ms 
1ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
14ms
13ms 
13ms 
1ms
Seg1-Frag223
localhost/live/myStream/media_b280893_w1954320162.abst 
GET
200
OK 
video/mp4
Other
360.23KB
360.08KB 
51ms
45ms 
45ms 
6ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
16ms
14ms 
14ms 
2ms
Seg1-Frag224
localhost/live/myStream/media_b280893_w1954320162.abst 
GET
200
OK 
video/mp4
Other
532.51KB
532.36KB 
59ms
52ms 
52ms 
7ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
19ms
18ms 
18ms 
1ms
Seg1-Frag225
localhost/live/myStream/media_b280893_w1954320162.abst 
GET
200
OK 
video/mp4
Other
166.04KB
165.88KB 
33ms
29ms 
29ms 
4ms
playlist_b280893_w1954320162.abst
localhost/live/myStream 
GET
200
OK 
binary/octet
Other
339B
185B 
14ms
13ms 
13ms 
1ms
Seg1-Frag226
localhost/live/myStream/media_b280893_w1954320162.abst 
GET
200
OK 
video/mp4
Other
362.01KB
361.86KB 
53ms
47ms 

This is how live HDS streaming works. The abst requests are for the index file, or bootstrap, which contains the fragment run table telling the player the available fragments to request and also telling it if the streams are still live.  The player can only request the fragments it knows about (unless you enable the best effort fetch feature), and it must get them from the boostrap. It will continue to make bootstraps requests until either the stream goes from live to not live, or until it gets a fragment run table containing the next fragment number.

Similar Messages

  • How can I play live http streaming in osmf?

    Hi,
    I was trying to play live http streaming in osmf player but it was saying "Error #1009: Cannot access a property or method of a null object reference.". I think I need to do some change in OSMF player code to play live as vod plays fine. Can anybody point me in that direction?
    Thanks and Regards,
    Amit

    I downloaded StrobeMediaPlayback from https://sourceforge.net/projects/smp.adobe/files_beta/StrobeMediaPlayback_1.5_Sprint-4/ (10.1 version) and it is working for me.
    By the way when I try to play live Http in debug flash player with my previous player then I get following error :
    VerifyError: Error #1014: Class org.osmf.net.httpstreaming.f4f::AdobeBootstrapBox could not be found.
                    at org.osmf.net.httpstreaming::HTTPStreamingNetLoader/createNetStream()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\net\httpstreaming\HTTPStreamingNetLoader.as:86]
                    at org.osmf.net::NetLoader/finishLoading()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\net\NetLoader.as:406]
                    at org.osmf.net::NetLoader/startLoadingHTTP()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\net\NetLoader.as:724]
                    at org.osmf.net::NetLoader/executeLoad()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\net\NetLoader.as:289]
                    at org.osmf.traits::LoaderBase/load()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\traits\LoaderBase.as:111]
                    at org.osmf.traits::LoadTrait/load()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\traits\LoadTrait.as:170]
                    at org.osmf.media::MediaPlayer/load()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\media\MediaPlayer.as:1854]
                    at org.osmf.media::MediaPlayer/updateTraitListeners()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\media\MediaPlayer.as:1497]
                    at org.osmf.media::MediaPlayer/onTraitAdd()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\media\MediaPlayer.as:1332]
                    at flash.events::EventDispatcher/dispatchEventFunction()
                    at flash.events::EventDispatcher/dispatchEvent()
                    at org.osmf.elements::ProxyElement/processTraitsChangeEvent()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\elements\ProxyElement.as:475]
                    at org.osmf.elements::ProxyElement/onTraitAdd()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\elements\ProxyElement.as:436]
                    at flash.events::EventDispatcher/dispatchEventFunction()
                    at flash.events::EventDispatcher/dispatchEvent()
                    at org.osmf.elements::ProxyElement/set proxiedElement()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\elements\ProxyElement.as:182]
                    at org.osmf.elements::LoadFromDocumentElement/onLoadStateChange()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\elements\LoadFromDocumentElement.as:152]
                    at flash.events::EventDispatcher/dispatchEventFunction()
                    at flash.events::EventDispatcher/dispatchEvent()
                    at org.osmf.elements.proxyClasses::LoadFromDocumentLoadTrait/loadStateChangeEnd()[C:\Documen ts and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\elements\proxyClasses\LoadFromDocumentLoadTrait.as:50]
                    at org.osmf.traits::LoadTrait/setLoadState()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\traits\LoadTrait.as:266]
                    at org.osmf.traits::LoadTrait/onLoadStateChange()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\traits\LoadTrait.as:417]
                    at flash.events::EventDispatcher/dispatchEventFunction()
                    at flash.events::EventDispatcher/dispatchEvent()
                    at org.osmf.traits::LoaderBase/updateLoadTrait()[C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\traits\LoaderBase.as:208]
                    at Function/org.osmf.elements:F4MLoader/protected:executeLoad/org.osmf.elements:finishLoad() [C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\elements\F4MLoader.as:211]
                    at Function/org.osmf.elements:F4MLoader/protected:executeLoad/org.osmf.elements:onComplete() [C:\Documents and Settings\akuma\Adobe Flash Builder 4\OSMFPlayer\src\org\osmf\elements\F4MLoader.as:192]
                    at flash.events::EventDispatcher/dispatchEventFunction()
                    at flash.events::EventDispatcher/dispatchEvent()
                    at flash.net::URLLoader/onComplete()
    Regards,
    Amit

  • Airplay live http streams

    Everytime I try to AirPlay a stream that has an extension on m3u8, which is for http streaming, it doesn't work.  Is there something I can do to get this to work?

    I'm having this issue with the newest Apple TV.  I used to be able to stream the live NCAA March Madness games from my iOS devices to the last gen Apple TV, but now it doesn't work at all with the new one.  I just see a loading indicator and the video never appears.  Anyone else see this?

  • Steps to Publish Live Audio for HTTP Streaming

    I wanted to confirm some steps in order to stream Live Audio from FMS to a mobile device using HTTP Streaming and HTML 5 audio/video tags.  I have a system setup like below:
    Lets say my application which recieves the live audio is called CLASSROOM.
    Lets say my application instance is called "TEST"
    So I have application code like:
    In "onAppStart()"
    this.broadcast_live_stream = Stream.get("f4f:livestream");
    this.broadcast_live_stream.liveEvent = "TEST";
    this.broadcast_live_stream.record("record");
    To play the incoming audio:
    application.broadcast_live_stream.play(streamName); // name of the stream sending audio to the server
    Thus, I have a folder:
    Flash Media Server 4.5\applications\CLASSROOM\streams\TEST\livestream
    which contains a bootstrap, control, meta, f4f, and f4x files.
    Since I specified the Event name as "TEST", I also created the folder:
    Flash Media Server 4.5\applications\livepkgr\events\_definst_\TEST
    Which contains event.xml:
    <Event>
    <EventID>TEST</EventID>
    - <Recording>
    <FragmentDuration>4000</FragmentDuration>
    <SegmentDuration>400000</SegmentDuration>
    <DiskManagementDuration>3</DiskManagementDuration>
    </Recording>
    </Event>
    and manifest.xml:
    <manifest xmlns="http://ns.adobe.com/f4m/1.0">
    <media streamId="livestream" bitrate="100" />
    </manifest>
    Should I then be able to create a video tag and hear the live audio:
    <video id='slide1' controls='controls'><source src='http://fms-dns/hls-live/livepkgr/_definst_/Test/livestream.m3u8'></video>
    I am not sure what other steps are needed, or a good way to test.  I don't understand how the Live Media Encoder would be needed in this situation.

    So I implemented the above change, using code from the livepkgr.
    My custom application is called Unity3, and the instance is Test, and I am trying to  publish to an event called "Test".
    I now have:
    applications\Unity3\streams\Test\livestream
    Which contains segment files, which update when I send audio in my application.
    I have:
    C:\Program Files\Adobe\Flash Media Server 4.5\applications\Unity3\events\Test\Test
    Which contains my event.xml (EventId Test), manifest.xml (StreamId livestream).  I also have a ".stream" file in this folder.  The contents of which are:
    <?xml version="1.0" encoding="UTF-8"?>
    <stream xmlns="http://ns.adobe.com/liveevent/1.0">
    <type>
    f4f
    </type>
    <name>
    livestream
    </name>
    <path>
    C:\Program Files\Adobe\Flash Media Server 4.5\applications\Unity3\streams\Test\livestream
    </path>
    </stream>
    So everything there seems to be good.  I try to use:
    <video id='live' controls='controls'><source src='http://[fms-dns]/hls-live/Unity3/Test/Test/livestream.m3u8'></video>
    or
    <audio id='live' controls='controls'><source src='http://[fms-dns]/hls-live/Unity3/Test/Test/livestream.m3u8'></audio>
    I don't hear audio, the controls don't seem to respond as though they recognize a source.  Are there certain browsers which can be confirmed work?  Any other mistakes stand out?
    Thanks.

  • HT201317 Why are there more photos on my Photo Stream on my ipad than on my iphone?

    Why are there more photos on my Photo Stream on my ipad than on my iphone?
    Also, how can I push photos from photo stream to my ipnone?

    Probably because you enabled photo stream on your iPad before you did on your phone.  Photos are only maintained in photo stream for 30 days, although photos outside of this limit will remain on your device.  If you enabled photo stream on your phone later, some of the photos were probably no longer in photo stream to sync to your phone.
    To get them on your phone, import them to your computer and sync them to your phone, or use an app like PhotoSync to wirelessly transfer them to your phone.

  • [svn:osmf:] 14192: first checkin of http streaming live support

    Revision: 14192
    Revision: 14192
    Author:   [email protected]
    Date:     2010-02-16 10:43:11 -0800 (Tue, 16 Feb 2010)
    Log Message:
    first checkin of http streaming live support
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Need a hand to configure FMS 4.5 to output HTTP stream...

    Hi folks!
    I'm trying to setup Flash Media Server (Streaming server) and I'm having issues with outputting HTTP stream.
    The system works very well with the Flash ooutput, but for some reason the livepkgr won't work. Tried several things over the past two weeks, I've went thru docs and I don't know anymopre what else I can try... The source of the video feed is upstreamed from my own home computer, via Flash Live Encoder.
    I operate a dedicated server, running Windows 2008 Server. The default web site is IIS. I configured the ports so that port 80 is the default IIS inetpub/webroot, and the FMS 4.5 install is accessed via port 8134. So the IP http://184.107.48.113 opens the default Windows IIS, and http://184.107.48.113:8134 takes the request to the FMS install.
    The video stream is live on the Flash server, I can see it in the console, the livepkgr appears to be working, and I do see the .STREAM file being generated in the _definst_/livebroadcast/livestream folder. So the server works, and process the HTTP output.
    I believe the URL I should use to access the output HLS stream is: http://184.107.48.113:8134/livepkgr/_definst_/livebroadcast/livestream.f4m.m3u8
    but it returns a file not found message. Is there something wrong with the URL syntax? Or there is something else in the .conf files I must tweak? Or is it an issue with Apache 2.2 configuration?
    You can see the live Flash stream from my web site http://www.blackflag.tv I want to change this Flash stream to HTTP stream.
    Thanks for your help folks!!!
    -sv bell

    Hey,
    I tried playing HDS now and its working fine. It wasn't playing earlier.
    You can try it out by playing the content through the player here: http://www.osmf.org/configurator/fmp/#
    Input: http://184.107.48.113:8134/hds-live/livepkgr/_definst_/livebroadcast/l ivestream.f4m
    (Don't forget to select the radio button for HTTP streaming)
    This means everything is working on the server side.
    Now, I don't have an iDevice on me to check out HLS playback.
    You are using an older version of QuickTime, which could be an issue. Please let me know what publish settings you are using (as in the codecs).
    Also can you try playing it back through HTML5. To do that, just create an HTML page with the below content.
    <!DOCTYPE html>
    <html>
    <head>
    <title>Title of the document</title>
    </head>
    <body>
    <video width="320" height="240" controls="controls" src="http://184.107.48.113:8134/hls-live/livepkgr/_definst_/livebroadcast/livestream.m3u8"  />
    </body>
    </html>

  • Z10 vs H264 Live Smooth Streaming under IIS 7 and Expression Encoder 4

    Hello all,
    First, sorry about my english, I habitually speak french.
        I just got my Z10 today and I'm trying to figure out how to stream live to that kind of device via Live Smooth Streaming, running on a win2k8 server feeded by MS Expression Encoder 4 (w/ H264 codec). I'm very far to be a developper or programmer, but I'm actually able to push streams for different devices, such as Windows Mobile and iOS devices since 3 years. I configured a new stream with different recommended specs supported by the Z10, but it always returns me than "this type of media is not supported and cannot be played". By example, in Expression I use a profile named "H264 Low Bandwidth" with these preconfigured standards settings:
    H.264 Baseline Level 1,3
    Video: CBR-1pass, 30fps, 347kbps, 364x272
    Audio: AAC-LC, stereo 128k, 44khz, 16bps)
    I tried so much settings in video and/or audio without succes than I started to think that I'm too stupid to understand what's going on! I'm absolutely following the medias specs on https://developer.blackberry.com/devzone/develop/supported_media/bb10_media_support.html
    In an IOS situation, I push the code like: http://10.10.10.200/campus.isml/manifest(format=m3u8-aapl).m3u8 where (format=m3u8-aapl).m3u8 is especially the part that an idevice recognizes. I removed this part, remove only the (.) content, removed the manifest word, removed all and so on. Never been able to got a single image or a sound.
    Is there an option like (format=somethingelse) that I need to type somewhere? Please don't answer me to google it, I already asked 100 times to google and read tons of pages and I know it's very annoying for expert if the question was answered somewhere else (which I didn't found...) but I needs a hint.
    Thank you!

    Hi, everything in the "Quick Reference" section should be commented out with ;
    You should change those settings further down in the php.ini file.
    Example:
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
    display_errors = Off
    Last edited by adrianx (2013-07-26 12:32:02)

  • OSB MTOM HTTP Streaming

    Hello everybody,
    I have just started using Service Bus 11gR1 and I run into a problem. I need to define a proxy service (web service) which accepts large files (hundreds of MB).
    I opted for using MTOM/XOP combined with HTTP streaming. To do this, I enabled in the "Message Handling Configuration" screen, the "XOP/MTOM Support" option and I set "Page Attachments to Disk" to true.
    Actually, when I try to send large messages, the memory usage does not increase because the binary sent is buffered into the disk. Now I noticed that, before the proxy server is called, the binary sent is saved in a temporary file. I was wondering whether or not we can define a limit on the Message Size to be checked*before* the file is buffered on the disk. I want OSB to start reading the HTTP streaming and, when the max size is reached, to reset the http connection with the client. If this is not possible, I think that this is an issue from a security point of view.
    Thank you in advance.
    Edited by: 837199 on Feb 16, 2011 6:23 AM

    I don't know the answer to your question. Sorry! But It sounds like you have more succes with mtom on OSB than me. So I have a question that I hope you can help me with. Is you service based on a WSDL? if it is, can I see how it looks because I have some problems, making a wsdlbased proxyservice with mtom and invoking it from soapui
    BR,
    Mads

  • Trying to listen to a live music stream on Firefox....Help?

    I'm new to this aspect of the internet, so here goes. I was given a port 8000 address for a live music stream by a trusted staff member of a chat site, along with everyone else, via global/general chat. According to chat, everyone else was hearing music via their web browser (Firefox for some, Chrome for others) but when I entered the given address into the address bar, it took me to a blank page (but with the port 8000 address still in the bar), and asked me if I wanted to open the "file" with windows media player or save it. I tried opening it first, eventually backed out and tried saving it, but both methods resulted in Firefox downloading an ever-expanding file, because it wasn't a preset file, but a live music stream being uploaded and played at the same time. I feel left out, because a few days later (and again after another few days) this person did some more live streams, and each time I got the same problem, only the first time it was on the old family desktop, and the second and third times it was on a new laptop. The desktop has Windows Vista, with a Celeron processor, and Firefox version 21.; the laptop had Windows 8 with a Dual Core processor, and also Firefox version 21.
    Is there some setting I have to fix, or do I need a special add-on?

    There has been a change in where Firefox searches for plugins and the plugins folder in the Firefox program folder is no longer scanned for plugins, so Firefox won't find them anymore if they are installed in the plugins folder instead of the "browser\plugins" folder that Firefox now scans.
    You can set the plugins.load_appdir_plugins pref to true on the about:config page to make Firefox scan the "<install>/plugins/" directory for plugins like the WMP plugin (np-mswmp.dll).
    You can alternatively move plugins from "<install directory>\plugins\" to "<install directory>\browser\plugins\" (create this folder when missing) to make Firefox find them again.
    *http://www.ghacks.net/2013/05/15/why-you-may-have-lost-access-to-plugins-or-extensions-in-firefox-21/
    *http://mike.kaply.com/2013/04/24/major-changes-coming-in-firefox-21/
    See also:
    *https://support.mozilla.org/kb/windows-media-or-other-plugins-stopped-working

  • Adding custom http headers for WSRP requests

    Hello,
    I wonder whether it is possible to insert custom http headers for WSRP
    requests?
    To give more details:
    We are going to have portlets exposed via WSRP (hosted on non-weblogic
    server). We need these portlets to work on different portals including
    WebLogic Portal. And we need to have working SSO. There needed at least
    2 SSO options:
    1. Having SiteMinder protected portal. Will WebLogic pass SiteMinder
    headers further to WSRP producer?
    2. Custom SSO tokens to be passed as http headers. Is it possible to
    make weblogic to add custom http headers when calling producer?
    2a. Credential mapping shall be used to get username/password for
    backend application (accessed from producer side), and than these
    username/password shall be passed as http headers when requesting producer.
    Best regards,
    Sviatoslav Sviridov

    Hi,
    About how to use Rest API via node.js, please refer to
    http://stackoverflow.com/questions/5643321/how-to-make-remote-rest-call-inside-node-js-any-curl for more information. Hope this helps.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Live Flash Streams issue on Multiple Macs - video frozen, audio only

    With live Flash streams on some Macs, the video doesn't play and only the audio does (or more accurately, the video plays for a second or so and then shows a frozen frame while the audio keeps going).  We've had this occur on three different Macs so far, but not all Macs we've tested on.  We were able to look up the graphics cards on two of them that had issues and they both have both NVIDIA GeForce 9400M and 9600M GT listed in the System Profiler.
    Having the user manually disable hardware acceleration fixes the issue, as does pausing and then playing the video.  Running Safari in 32 bit mode did NOT fix the issue.
    Flash player release notes list this as a known issue.  When might a patch for be released?  We don't want to disable hardware acceleration for all Mac users because it only affects some of them and thus some / many would be unnecessarily negatively impacted.
    http://kb2.adobe.com/cps/901/cpsid_90194.html#main_known%20issues
    Mac users may run into rendering issues with certain live streams due to  an incompatibility between the stream encoding and the hardware  decoder. We are aware of this issue and are working with Apple to  resolve it.  Users may workaround the issue by pausing and then  unpausing the live stream.  Developers can work around this issue by  forcing the video to be decoded in software - create two Video objects,  attach the stream to the first, then stop it and attach the stream to  the second Video object (2819870, 2818959, 2779420).

    From Brad Outlaw:
    Are you reusing the same Video object for the new NetStreams?  Have you tried doing a Video.attachNetStream(null), Video.clear() and then attaching the new (or re-allocated) NetStream object?  The video pipeline might be playing out some residual data that was sent to it from the prior NetStream.
    Adding those suggestions seems have have done the trick. I had simply been trying to manipulate the NetStream and not the Video. Although I did try attaching a null NetStream to the video at one point, I had not done so with the Video.clear().

  • SWF Verification and HTTP Streaming from FMS 4.0.1

    Is it possible to do SWF Verification with HTTP Streaming? (If calling the box directly)
    My gut says No, and I haven't seen any examples or mentions of this in the forums, and I was hoping I could get a clear cut answer from someone that has either tried it or from Adobe.
    Thanks.
    -Will

    Hi,
    As of now, you cannot use SWFVerification to protect HTTP Streaming, as HTTP Streaming does not require connection with core process of FMS, but request is handled by f4f module in apache. The current way to ensure protection of HTTP streams is to use Flash Access for encryption of fragments. You can find more about Flash Access here at http://www.adobe.com/products/flashaccess/
    Thanks,
    Abhishek

  • Any suggestions of a more reliable program than Premiere CS6?

    Any suggestions of a more reliable program than Premiere CS6? Too many issues that I spend more time trying to resolve than using the program creatively?

    CS6 is completely solid and error free for me... what is your problem?
    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840
    •What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    •What is your exact graphics adapter driver version?
    •Have you gone to the vendor web site to check for a newer driver?
    •For Windows, do NOT rely on Windows Update to have current driver information
    •-you need to go direct to the vendor web site and check updates for yourself
    •ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    •nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    Exactly what is INSIDE the video you are editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download
    Does your video use a VARIABLE Frame Rate or a Constant Frame Rate?

  • Hello, on an ipad 4 when watching a live video stream , came up with a blank picture with the quick time symbol in the middle, the sound worked perfectly but no picture ? any suggestions please ?

    hello, on an ipad 4, when watching a live video stream , came up with a blank picture with the quick time symbol in the middle, the sound worked perfectly but no picture ? any suggestions please ?

    We have a solution that allows you to do most of what you want, including bulding the form, having people fill it out either in Reader (as an XFA-PDF) or on the iPad (as an HTML form).
    You design the form once, and it will by styled correctly on the appropriate platform.
    For more information, check out these links:
    http://www.avoka.com/blog/2012/02/style/
    http://www.avoka.com/content/avoka/en/products/sff3/smartform-composer/features_and_demos. html
    http://www.avoka.com/content/avoka/en/products/sff3/avoka-smartform-factory.html

Maybe you are looking for

  • Car kit automatic A2DP connection

    I'm not entirely sure if this is a problem on my phone, or with the car kit, but I figured if I post on both ends, someone might know the answer. With my N95 and N97, as soon as I turn on my car (equipped with Nokia CK-100), I automatically get conne

  • Mail sends when I hit the return key

    For some reason as I'm typing an email,when I hit the return key, not everytime, Mail will send my email out. An unfinished, sometimes embarrasing email. I don't know how this started, but it is quite frustrating. Is there any fix to this? I'm using

  • Error sync calendar outlook 2010

    hello, I have a problem syncing with my BB Q10 and outlook 2010. when I synchronize the phone with your pc I do not sync the calendar, and contacts that are there, what can I do? thanks claudio

  • The sound on my Macbook Pro does not work.

    The sound on my Macbook Pro does not work.  When we press the volume buttons, the sound icon pops up, but the bar is full with a small "Does not work" circle below it, and nothing happens when I hit volume up or done.  I went into system preferences,

  • My 2009 2.26Ghz MacBook Pro won't start up

    My 2009 2.26Ghz MacBook Pro won't start up. I know it's not the HDD because I replaced it with the old one I had in it and it did the same thing. I also know it isn't the HDD because I can boot of of it when I attatch it via an external HDD enclosure