Video NetConnection connect(null) also for http streams

Just found out that nc.connect(null) is for both local files
and also
http:// based video files .
Documentation states connect(null) is for local files and use
connect(URL) ; for rtmp and http based streams.
However after some testing I found that for http (e.g
http://www.mysite.com/videos/myvideof.flv)
you need to use also connect(null). connect('rtmp://host/stream')
is only used with streaming servers with rtmp ..
FYI
Yoav

Yoav,
Can you file a bug in the Flex Bug base at
http://bugs.adobe.com/flex/
and somebody from Adobe can take a look. Also, if you can provide
some sample code, that would help us out a lot.
Thanks,
Peter

Similar Messages

  • [svn:osmf:] 16045: To fix bug FM-760, add a test suite for http streaming video.

    Revision: 16045
    Revision: 16045
    Author:   [email protected]
    Date:     2010-05-11 16:35:52 -0700 (Tue, 11 May 2010)
    Log Message:
    To fix bug FM-760, add a test suite for http streaming video.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-760
    Modified Paths:
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/OSMFIntegrationTests.as

    (Removed)

  • [svn:osmf:] 13828: 1. Add MBR + DRM support for http streaming

    Revision: 13828
    Revision: 13828
    Author:   [email protected]
    Date:     2010-01-27 14:56:10 -0800 (Wed, 27 Jan 2010)
    Log Message:
    1. Add MBR + DRM support for http streaming
    2. Fix unit TestManifestParser.as to reflect the changes
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/video/VideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as

    Hello Alex,
    I don't have an answer for you.
    But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
    I'm wondering that Google TV's flash player doesn't support prompt dialog.
    http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
    Thanks,
    -- Hiroshi

  • [svn:osmf:] 13754: Restore ability for HTTP streaming index handler to send /receive arbitrary context associated with an index, per Matthew's feedback .

    Revision: 13754
    Revision: 13754
    Author:   [email protected]
    Date:     2010-01-25 10:56:31 -0800 (Mon, 25 Jan 2010)
    Log Message:
    Restore ability for HTTP streaming index handler to send/receive arbitrary context associated with an index, per Matthew's feedback.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/events/HTTPStreamingIndexHandlerEvent.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingIndexHandlerBase.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/URLLoaderWithContext.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.

  • Server Side Actionscript for HTTP Streaming Connections, is it supported?

    Hi, I have a server side actionscript application working for RTMP, and I would like to reuse this code for HTTP connections.
    Is this possible?

    Thank you for your answer.  If I understand what you are saying, the apache modules proxy http to rtmp on the streaming server.  I have an application that is passing context into the rtmp server side javascript using a url similar to this:
    rtmp://myhostname.com/myapp?mycontext/mp4:myfilename
    Do you think there is a way to pass the mycontext through the http url so that the Server Side Actionscript can perform an operation based on that context?

  • Apache or Windows server for HTTP streaming

    Does is matter what HTTP server I use?
    In the process of upgrading from FMS 3.0 on Windows using IIS 5 to FMS 4.0. Will dynamic HTTP Streaming work from a Windows server?

    Hi,
    Thanks for your interest in HDS.
    HTTP Dynamic Streaming only works with Apache web server. The basic Apache web server is already bundled along with FMS from the 4.0 versions where the HTTP Dynamic streaming modules are loaded by default. Alternatively, any external apache installation also can be used, by copying the required module files and changing the configuration apache files to enable them..

  • 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.

  • FMS 4.5.2 Release - Support for HTTP Streaming Failover

    Here is the documentation for the new HTTP Streaming Failover feature in FMS 4.5.2
    http://help.adobe.com/en_US/flashmediaserver/configadmin/WS418c3323187a5d5740d39080135d559 3e08-8000.html

    Blog post from Jens Loeffler on the new features in 4.5.2
    http://blogs.adobe.com/digitalmedia/2012/04/flash-media-server-4-5-2-released-with-robust- http-streaming-failover/

  • Common video dimensions and bit rates for dynamic streaming?

    I'm going to be converting my videos to flv and am trying to decide what to use for video dimensions and bit rates.  Some of my users have slow computers and connections so I'm thinking 150 on the low end. 
    Is there a common practice?  What has worked well for you in the past?

    Hello MrWizzer
    I am not sure what FMS version you are currently using.
    Well, if you look at the sampe vod folder that ships with FMS4.5, it has files encoded @ 150kbps, 500 kbps, 700 kbps, 1000 kbps, 1500 kbps.
    I am sure that all of these files stream perfectly fine given the correct bandwidth environment.
    Its totally depend upon the FMS hosting service provider depending upon the user base of a particular provider.
    You need to judge what kind of BW is available to your viewers and put the files encoded at appropriate bitrates.
    You may also look at http://www.adobe.com/devnet/flashmediaserver/articles/beginning-fms45-pt06.html for refrences.
    Regards,
    Shiraz Anwar

  • Implement Flash Player for HTTP Streaming

    Is there any sample code for this?  I have a Java background but haven't done much ActionScripting.  I want to play back an HTTP Dynamic Stream (f4m) that has been packaged with Flash Access.  Also want to set a custom Authorization Token.  I'm using CS5 for my development environment.  Any help would be much appreciated.
    /OG

    Hi Eric,
    Yes,
    we've been using the OSMF player to play back the streams - I need to
    add a custom authentication token to the license request.  I understand
    that I need to call DRMManager.setAuthenticationToken on
    the flash player.  I did go through several of the OSMF Sample
    tutorials, but is not clear how and where to make this call. Looking for a starting point - is there an OSMF player that I can quickly modify for our POC?
    thanks,
    Lawrence

  • Video time and currentTime unsynced for dynamic stream

    Using a DynamicStreamingResource with four mp4 rtmp streams is causing a problem.
    Sometimes when the streams is auto switched, the switch is seamless but the mediaplayer.currentTime starts reporting the wrong time (mostly about 50 seconds before the "actual time"). After scrubbing the currentTime seems to be returning a correct value again.
    When playing the streams seperatly the problem does not occur, so it seems that it's got something to do with the swithing.
    Is it a bug in OSMF? In Flash? Or  does it have something to do with the keyframes in video files?

    I am getting this exact same behaviour all of a sudden with MBR streams served out of Akamai.  If I move the streams to Amazon Cloudfront they work fine.  I think this is an issue with FMS 4.5 as Cloudfront is still on FMS3.5 but Akamai has upgraded.
    I can provide test streams.  I did some detailed player logging, see below:
      player init
      loading release
      release loaded
      playing ad
      ad complete
      playing ad
      ad complete
      adding the stream: mp4:videolink/Bones_E804_low_16x9.mp4 @ 625
      adding the stream: mp4:videolink/Bones_E804_lowest_16x9.mp4 @ 429
      adding the stream: mp4:videolink/Bones_E804_medium_16x9.mp4 @ 820
      adding the stream: mp4:videolink/Bones_E804_high_16x9.mp4 @ 1210
      conviva title: Bones - S08E04 The Tiger in the Tale
      starting main content
      2-Second Heartbeat: 0
      stream switching? false, current stream index: 0, current time is: 0
      2-Second Heartbeat: 0
      2-Second Heartbeat: 0.901
      2-Second Heartbeat: 2.894
      2-Second Heartbeat: 4.903
      stream switching? true, current stream index: 0, current time is: 4.997
      2-Second Heartbeat: 6.899
      2-Second Heartbeat: 8.901
      2-Second Heartbeat: 10.902
      stream switching? false, current stream index: 3, current time is: 12.679
      2-Second Heartbeat: 12.896
      2-Second Heartbeat: 14.898
      2-Second Heartbeat: 16.904
      2-Second Heartbeat: 18.9
      2-Second Heartbeat: 20.893
      2-Second Heartbeat: 22.895
      2-Second Heartbeat: 24.892
      2-Second Heartbeat: 26.886
      2-Second Heartbeat: 28.856
      2-Second Heartbeat: 30.862
      2-Second Heartbeat: 32.86
      2-Second Heartbeat: 34.857
      2-Second Heartbeat: 36.858
      2-Second Heartbeat: 38.859
      2-Second Heartbeat: 40.848
      2-Second Heartbeat: 42.864
      2-Second Heartbeat: 44.861
      2-Second Heartbeat: 46.856
      2-Second Heartbeat: 48.855
      2-Second Heartbeat: 50.862
      2-Second Heartbeat: 52.858
      2-Second Heartbeat: 54.855
      2-Second Heartbeat: 56.859
      2-Second Heartbeat: 58.858
      2-Second Heartbeat: 60.77
      2-Second Heartbeat: 62.766
      2-Second Heartbeat: 64.77
      2-Second Heartbeat: 66.76
      2-Second Heartbeat: 68.75
      2-Second Heartbeat: 70.755
      2-Second Heartbeat: 72.751
      2-Second Heartbeat: 74.751
      2-Second Heartbeat: 76.744
      2-Second Heartbeat: 78.753
      2-Second Heartbeat: 80.75
      2-Second Heartbeat: 82.745
      2-Second Heartbeat: 84.753
      2-Second Heartbeat: 86.747
      2-Second Heartbeat: 88.747
      2-Second Heartbeat: 90.754
      2-Second Heartbeat: 92.746
      2-Second Heartbeat: 94.747
      2-Second Heartbeat: 96.75
      2-Second Heartbeat: 98.752
      2-Second Heartbeat: 100.755
      2-Second Heartbeat: 102.751
      2-Second Heartbeat: 104.751
      2-Second Heartbeat: 106.745
      2-Second Heartbeat: 108.753
      2-Second Heartbeat: 110.745
      2-Second Heartbeat: 112.742
      2-Second Heartbeat: 114.753
      2-Second Heartbeat: 116.75
      2-Second Heartbeat: 118.746
      2-Second Heartbeat: 120.755
      2-Second Heartbeat: 122.752
      2-Second Heartbeat: 124.747
      2-Second Heartbeat: 126.749
      2-Second Heartbeat: 128.75
      2-Second Heartbeat: 130.749
      2-Second Heartbeat: 132.753
      2-Second Heartbeat: 134.749
      2-Second Heartbeat: 136.74
      2-Second Heartbeat: 138.743
      2-Second Heartbeat: 140.738
      2-Second Heartbeat: 142.737
      2-Second Heartbeat: 144.744
      2-Second Heartbeat: 146.741
      2-Second Heartbeat: 148.738
      2-Second Heartbeat: 150.744
      2-Second Heartbeat: 152.741
      2-Second Heartbeat: 154.738
      2-Second Heartbeat: 156.743
      2-Second Heartbeat: 158.731
      2-Second Heartbeat: 160.728
      2-Second Heartbeat: 162.725
      2-Second Heartbeat: 164.732
      2-Second Heartbeat: 166.727
      2-Second Heartbeat: 168.726
      2-Second Heartbeat: 170.729
      2-Second Heartbeat: 172.731
      2-Second Heartbeat: 174.734
      2-Second Heartbeat: 176.723
      2-Second Heartbeat: 178.722
      2-Second Heartbeat: 180.719
      2-Second Heartbeat: 182.722
      2-Second Heartbeat: 184.719
      2-Second Heartbeat: 186.716
      2-Second Heartbeat: 188.719
      2-Second Heartbeat: 190.715
      2-Second Heartbeat: 192.717
      2-Second Heartbeat: 194.722
      2-Second Heartbeat: 196.719
      2-Second Heartbeat: 198.716
      2-Second Heartbeat: 200.723
      2-Second Heartbeat: 202.721
      2-Second Heartbeat: 204.713
      2-Second Heartbeat: 206.725
      2-Second Heartbeat: 208.723
      2-Second Heartbeat: 210.725
      2-Second Heartbeat: 212.722
      2-Second Heartbeat: 214.718
      2-Second Heartbeat: 216.716
      2-Second Heartbeat: 218.723
      2-Second Heartbeat: 220.718
      2-Second Heartbeat: 222.717
      2-Second Heartbeat: 224.723
      2-Second Heartbeat: 226.75
      2-Second Heartbeat: 228.789
      2-Second Heartbeat: 230.785
      2-Second Heartbeat: 232.772
      2-Second Heartbeat: 234.78
      2-Second Heartbeat: 236.776
      2-Second Heartbeat: 238.758
      2-Second Heartbeat: 240.77
      2-Second Heartbeat: 242.757
      2-Second Heartbeat: 244.754
      2-Second Heartbeat: 246.751
      2-Second Heartbeat: 248.757
      2-Second Heartbeat: 250.754
      2-Second Heartbeat: 252.758
      2-Second Heartbeat: 254.754
      2-Second Heartbeat: 256.748
      2-Second Heartbeat: 258.758
      2-Second Heartbeat: 260.788
      2-Second Heartbeat: 262.765
      2-Second Heartbeat: 264.772
      2-Second Heartbeat: 266.768
      2-Second Heartbeat: 268.754
      2-Second Heartbeat: 270.762
      2-Second Heartbeat: 272.757
      2-Second Heartbeat: 274.756
      2-Second Heartbeat: 276.753
      2-Second Heartbeat: 278.76
      2-Second Heartbeat: 280.754
      2-Second Heartbeat: 282.756
      2-Second Heartbeat: 284.75
      2-Second Heartbeat: 286.746
      2-Second Heartbeat: 288.751
      2-Second Heartbeat: 290.748
      2-Second Heartbeat: 292.739
      2-Second Heartbeat: 294.742
      2-Second Heartbeat: 296.739
      2-Second Heartbeat: 298.736
      2-Second Heartbeat: 300.733
      2-Second Heartbeat: 302.735
      2-Second Heartbeat: 304.737
      2-Second Heartbeat: 306.733
      2-Second Heartbeat: 308.73
      2-Second Heartbeat: 310.722
      2-Second Heartbeat: 312.72
      2-Second Heartbeat: 314.732
      2-Second Heartbeat: 316.727
      2-Second Heartbeat: 318.725
      2-Second Heartbeat: 320.732
      2-Second Heartbeat: 322.729
      2-Second Heartbeat: 324.723
      2-Second Heartbeat: 326.711
      2-Second Heartbeat: 328.618
      2-Second Heartbeat: 330.624
      2-Second Heartbeat: 332.621
      2-Second Heartbeat: 334.616
      2-Second Heartbeat: 336.611
      2-Second Heartbeat: 338.617
      2-Second Heartbeat: 340.621
      pause content - 341.084 secs
      playing ad
      172-Second Heartbeat: 341.084
      ad complete
      playing ad
      2-Second Heartbeat: 341.084
      82-Second Heartbeat: 341.084
      ad complete
      playing ad
      2-Second Heartbeat: 341.084
      162-Second Heartbeat: 341.084
      ad complete
      playing ad
      102-Second Heartbeat: 341.084
      ad complete
      resuming content - 341.084 secs
      2-Second Heartbeat: 342.858
      2-Second Heartbeat: 344.855
      stream switching? true, current stream index: 3, current time is: 345.041
      stream switching? true, current stream index: 3, current time is: 346.471
      2-Second Heartbeat: 346.855
      stream switching? true, current stream index: 3, current time is: 347.443
      2-Second Heartbeat: 348.86
      2-Second Heartbeat: 350.856
      stream switching? false, current stream index: 0, current time is: 400.863  // on this stream switch we have suddenly gone out of sync
      stream switching? false, current stream index: 0, current time is: 401.101
      2-Second Heartbeat: 402.345
      stream switching? false, current stream index: 0, current time is: 402.474
      2-Second Heartbeat: 404.351
      2-Second Heartbeat: 406.328
      2-Second Heartbeat: 408.325
      2-Second Heartbeat: 410.327
      2-Second Heartbeat: 412.326
      2-Second Heartbeat: 414.327
      2-Second Heartbeat: 416.33
      2-Second Heartbeat: 418.33
      2-Second Heartbeat: 420.326
      2-Second Heartbeat: 422.32
      2-Second Heartbeat: 424.332
      2-Second Heartbeat: 426.328
      2-Second Heartbeat: 428.324
      2-Second Heartbeat: 430.332
      2-Second Heartbeat: 432.327
      2-Second Heartbeat: 434.326
      2-Second Heartbeat: 436.329
      2-Second Heartbeat: 438.325
      2-Second Heartbeat: 440.332
      2-Second Heartbeat: 442.324
      2-Second Heartbeat: 444.327
      2-Second Heartbeat: 446.328
      2-Second Heartbeat: 448.317
      2-Second Heartbeat: 450.292
      2-Second Heartbeat: 452.287
      2-Second Heartbeat: 454.278
      2-Second Heartbeat: 456.291
      2-Second Heartbeat: 458.288
      2-Second Heartbeat: 460.292
      stream switching? true, current stream index: 0, current time is: 461.288
      2-Second Heartbeat: 462.29
      2-Second Heartbeat: 464.286
      2-Second Heartbeat: 466.293
      2-Second Heartbeat: 468.279
      2-Second Heartbeat: 470.276
      2-Second Heartbeat: 472.283
      2-Second Heartbeat: 474.28
      2-Second Heartbeat: 476.274
      2-Second Heartbeat: 478.274
      2-Second Heartbeat: 480.282
      stream switching? false, current stream index: 3, current time is: 481.199
      2-Second Heartbeat: 482.273
      2-Second Heartbeat: 484.276
      2-Second Heartbeat: 486.282
      2-Second Heartbeat: 488.277
      2-Second Heartbeat: 490.271
      2-Second Heartbeat: 492.273
      2-Second Heartbeat: 494.269
      2-Second Heartbeat: 496.267
      2-Second Heartbeat: 498.274
      2-Second Heartbeat: 500.271
      2-Second Heartbeat: 502.274
      2-Second Heartbeat: 504.252
      2-Second Heartbeat: 506.25
      2-Second Heartbeat: 508.235
      2-Second Heartbeat: 510.232
      2-Second Heartbeat: 512.235
      2-Second Heartbeat: 514.219
      2-Second Heartbeat: 516.196
      2-Second Heartbeat: 518.208
      2-Second Heartbeat: 520.228
      2-Second Heartbeat: 522.21
      2-Second Heartbeat: 524.199
      2-Second Heartbeat: 526.208
      2-Second Heartbeat: 528.219
      2-Second Heartbeat: 530.215
      2-Second Heartbeat: 532.21
      2-Second Heartbeat: 534.203
      2-Second Heartbeat: 536.189
      2-Second Heartbeat: 538.186
      2-Second Heartbeat: 540.176
      2-Second Heartbeat: 542.179
      2-Second Heartbeat: 544.185
      2-Second Heartbeat: 546.184
      2-Second Heartbeat: 548.169
      2-Second Heartbeat: 550.177
      2-Second Heartbeat: 552.176
      2-Second Heartbeat: 554.173
      2-Second Heartbeat: 556.17
      2-Second Heartbeat: 558.175
      2-Second Heartbeat: 560.172
      2-Second Heartbeat: 562.159
      2-Second Heartbeat: 564.166
      2-Second Heartbeat: 566.163
      2-Second Heartbeat: 568.159
      2-Second Heartbeat: 570.166
      2-Second Heartbeat: 572.162
      2-Second Heartbeat: 574.164
      2-Second Heartbeat: 576.164
      2-Second Heartbeat: 578.155
      2-Second Heartbeat: 580.155
      2-Second Heartbeat: 582.134
      2-Second Heartbeat: 584.145
      2-Second Heartbeat: 586.142
      2-Second Heartbeat: 588.147
      2-Second Heartbeat: 590.144
      2-Second Heartbeat: 592.139
      2-Second Heartbeat: 594.146
      2-Second Heartbeat: 596.143
      2-Second Heartbeat: 598.141
      2-Second Heartbeat: 600.147
      stream switching? true, current stream index: 3, current time is: 601.776
      2-Second Heartbeat: 602.14
      2-Second Heartbeat: 604.125
      2-Second Heartbeat: 606.127
      2-Second Heartbeat: 608.126
      2-Second Heartbeat: 610.113
      2-Second Heartbeat: 612.092
      2-Second Heartbeat: 614.082
      2-Second Heartbeat: 616.083
      2-Second Heartbeat: 617.968
      2-Second Heartbeat: 619.978
      2-Second Heartbeat: 621.975
      2-Second Heartbeat: 623.958
      2-Second Heartbeat: 625.969
      stream switching? false, current stream index: 2, current time is: 627.68
      2-Second Heartbeat: 627.965
      2-Second Heartbeat: 629.943
      2-Second Heartbeat: 631.939
      2-Second Heartbeat: 633.946
      2-Second Heartbeat: 635.942
      stream switching? true, current stream index: 2, current time is: 636.824
      2-Second Heartbeat: 637.937
      2-Second Heartbeat: 639.947
      2-Second Heartbeat: 641.945
      2-Second Heartbeat: 643.93
      2-Second Heartbeat: 645.937
      2-Second Heartbeat: 647.939
      2-Second Heartbeat: 649.96
      2-Second Heartbeat: 651.957
      2-Second Heartbeat: 653.954
      2-Second Heartbeat: 655.96
      stream switching? false, current stream index: 3, current time is: 657.824
      2-Second Heartbeat: 657.959
      2-Second Heartbeat: 659.941
      2-Second Heartbeat: 661.942
      2-Second Heartbeat: 663.946
      2-Second Heartbeat: 665.945
      2-Second Heartbeat: 667.936
      2-Second Heartbeat: 669.949
      2-Second Heartbeat: 671.943
      2-Second Heartbeat: 673.944
      2-Second Heartbeat: 675.951
      2-Second Heartbeat: 677.947
      2-Second Heartbeat: 679.943
      2-Second Heartbeat: 681.951
      2-Second Heartbeat: 683.948
      2-Second Heartbeat: 685.951
      2-Second Heartbeat: 687.944
      2-Second Heartbeat: 689.941
      2-Second Heartbeat: 691.938
      2-Second Heartbeat: 693.95
      2-Second Heartbeat: 695.947
      2-Second Heartbeat: 697.943
      2-Second Heartbeat: 699.939
      2-Second Heartbeat: 701.936
      2-Second Heartbeat: 703.934
      2-Second Heartbeat: 705.94
      2-Second Heartbeat: 707.938
      2-Second Heartbeat: 709.935
      2-Second Heartbeat: 711.928
      2-Second Heartbeat: 713.928
      2-Second Heartbeat: 715.925
      2-Second Heartbeat: 717.922
      2-Second Heartbeat: 719.914
      2-Second Heartbeat: 721.911
      2-Second Heartbeat: 723.912
      2-Second Heartbeat: 725.919
      2-Second Heartbeat: 727.917
      2-Second Heartbeat: 729.909
      2-Second Heartbeat: 731.92
      2-Second Heartbeat: 733.911
      2-Second Heartbeat: 735.921
      2-Second Heartbeat: 737.917
      2-Second Heartbeat: 739.913
      2-Second Heartbeat: 741.918
      2-Second Heartbeat: 743.918
      2-Second Heartbeat: 745.876
      2-Second Heartbeat: 747.875
      2-Second Heartbeat: 749.87
      2-Second Heartbeat: 751.879
      2-Second Heartbeat: 753.877
      2-Second Heartbeat: 755.873
      2-Second Heartbeat: 757.881
      2-Second Heartbeat: 759.875
      2-Second Heartbeat: 761.865
      2-Second Heartbeat: 763.872
      2-Second Heartbeat: 765.862
      2-Second Heartbeat: 767.872
      2-Second Heartbeat: 769.869
      2-Second Heartbeat: 771.865
      2-Second Heartbeat: 773.856
      2-Second Heartbeat: 775.86
      2-Second Heartbeat: 777.854
      2-Second Heartbeat: 779.854
      2-Second Heartbeat: 781.86
      2-Second Heartbeat: 783.856
      2-Second Heartbeat: 785.853
      2-Second Heartbeat: 787.861
      2-Second Heartbeat: 789.856
      2-Second Heartbeat: 791.855
      2-Second Heartbeat: 793.861
      2-Second Heartbeat: 795.854
      2-Second Heartbeat: 797.856
      2-Second Heartbeat: 799.853
      2-Second Heartbeat: 801.86
      2-Second Heartbeat: 803.856
      2-Second Heartbeat: 805.859
      2-Second Heartbeat: 807.857
      2-Second Heartbeat: 809.851
      2-Second Heartbeat: 811.861
      2-Second Heartbeat: 813.848
      2-Second Heartbeat: 815.839
      2-Second Heartbeat: 817.852
      2-Second Heartbeat: 819.849
      2-Second Heartbeat: 821.847
      2-Second Heartbeat: 823.841
      2-Second Heartbeat: 825.838
      2-Second Heartbeat: 827.838
      2-Second Heartbeat: 829.872
      2-Second Heartbeat: 831.871
      2-Second Heartbeat: 833.868
      2-Second Heartbeat: 835.874
      2-Second Heartbeat: 837.871
      2-Second Heartbeat: 839.868
      2-Second Heartbeat: 841.873
      2-Second Heartbeat: 843.872
      stream switching? true, current stream index: 3, current time is: 845.153
      2-Second Heartbeat: 845.87
      2-Second Heartbeat: 847.875
      2-Second Heartbeat: 849.864
      2-Second Heartbeat: 851.848
      2-Second Heartbeat: 853.856
      2-Second Heartbeat: 855.853
      2-Second Heartbeat: 857.85
      2-Second Heartbeat: 859.837
      pause content - 861.179 secs
      playing ad
      72-Second Heartbeat: 861.179
      stream switching? true, current stream index: 3, current time is: 861.179
      112-Second Heartbeat: 861.179
      ad complete
      playing ad
      2-Second Heartbeat: 861.179
      ad complete
      playing ad
      2-Second Heartbeat: 861.179
      142-Second Heartbeat: 861.179
      ad complete
      playing ad
      2-Second Heartbeat: 861.179
      32-Second Heartbeat: 861.179
      2-Second Heartbeat: 861.179
      132-Second Heartbeat: 861.179
      ad complete
      resuming content - 861.179 secs
      2-Second Heartbeat: 862.425
      stream switching? true, current stream index: 3, current time is: 862.733
      2-Second Heartbeat: 864.423
      stream switching? true, current stream index: 3, current time is: 865.101
      stream switching? true, current stream index: 3, current time is: 865.926
      2-Second Heartbeat: 866.419
      2-Second Heartbeat: 868.423
      stream switching? false, current stream index: 0, current time is: 920.908  // things come "back in sync" here, resulting in "skipped" content
      2-Second Heartbeat: 922.838
      stream switching? false, current stream index: 0, current time is: 924.18
      2-Second Heartbeat: 924.841
      2-Second Heartbeat: 926.836
      2-Second Heartbeat: 928.838

  • 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>

  • HTTP Streaming supporting in sprint09

    We are told that s09 supports Adobe's HTTP streaming already. Does anybody know how Adobe's HTTP streaming work? I try to find how player of s09 work for http streaming, but I have no progress until now. If somebody has similar need, let's have a discussion here.

    Hi Dai,
    our demo is developed by ourself, i dont know how adobe is doing it. You can simply grap the latest fp 10.1 documentation and take a look at the netstream object.
    The new mode is free from filecontainer specifications, that means you can build simply your own or transmux other filecontainer formats or build your own encryption / drm protection. As long as you follow the h.264 or vp6 or h.263 codec specifications fp 10.1 can decode and stream it. but, you need toDo all bandwidth shaping inside FP10.1 - and beware some algoryhtmen are patent protected by akamai and level(3) - only for info.
    I was able to transmux the silverlight format to fp 10.1 byte format. When you want to develope it by yourself make your brain free from file container formats like SWF. You can work with raw encoded frames in fp 10.1.
    My idea is also to transmux the video streams and audio stream separetly, that means you can have 4 video and 1 audio stream. Right now i only saw adobe dynamic streaming with xx video and same xx audio. In some situations this not the best solution (traffic + webspace coast + encoding time).
    Do you have start developing? Send us a link to take a look on it.
    Best
    Gary
    http://onlinelib.de
    Am 24.03.2010 um 07:38 schrieb xingzhedai:
    Gary,
    Thanks a lot.
    Do you mean flash player 10.1 can play the ismv file segment with H.264 codec?
    I tried the demo on the link you sent to me before, it works very well. My question is that is this demo shows exactly the offical HTTP streaming of Adobe? Do you know when adobe will publish his http streaming scheme officially? I tested the demo and catched the message between flash player and the backend server of Inetbone, and I didn't see the description file, like manifest file in IIS smooth streaming. So my another question is that how the player knows the oganization of the whole media file? I guess these segment description information is compiled in swf file? Am I right?
    BestRegards
    Jinliang Dai
    代金良
    华为技术有限公司  huawei_logo
    地址:北京市海淀区东北旺西路8号中关村软件园17号楼 邮编:100193
    BuildingNO.17, Zpark, Hai-Dian District, Beijing P.R. China, ZIP:100193
    电话:82829334
    手机:13581586128
    电子邮件:mailto:[email protected]
    http://www.huawei.com
    >

  • 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?

  • Sender Agreements for HTTPS

    Hi
    I am aware that there that there is no Sender Agreement necessary for sender Http scenario, maybe a silly question but why in that case is there a Sender option on the HTTP communication channel ?. Also for HTTPS if there is no sender agreement (hence no Communication Channel) then where can HTTPS be assigned as the Security Level on the channel, i.e. the "Security Check for Incoming Messages option".
    Thanks
    Damien

    Hi!
    According to my knowledge in XI there the HTTP Sender service is in disable and eventhough u can create in XI. but now in Latest version like PI 7.1 the service is enable
    In mostly in some real time projects there are some requirements like they need some security purposes in that cases mostly they need a Sender agreement mandatory for security purpose.
    Inorder to satisfy these requirements they are configuring HTTP sender and hence Sender agreement and but they are selecting as HTTPS protocol and while selecting HTTPS protocol kindly note one point that your network Firewall settings needs to be in open and they needs to all the flow of messages.
    I hope now you are free from confusion.
    Regards:
    Amar Srinivas Eli

Maybe you are looking for