HTTP dynamic streaming without FMS ?

Hi,
is it possible to use HTTP Streaming without a Flash Media Server ?
Cheers
Marc

OK , I did it !
I event get the audio playing with the flex spark videoplayer component.
When I try it the following it is not working :
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                  xmlns:s="library://ns.adobe.com/flex/spark"
                  xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"
                  creationComplete="SuperSimpleFLVPlayer()"
                  >
     <fx:Script>
          <![CDATA[
               import flash.display.Sprite;
               import flash.media.Video;
               import flash.net.NetConnection;
               import flash.net.NetStream;
               import mx.events.FlexEvent;
               private var nc:NetConnection;
               private var ns:NetStream;
               //private var vid:Video;
               private var client:Object;
               public function SuperSimpleFLVPlayer ():void
                    // Initialize net stream
                    nc = new NetConnection();
                    nc.connect (null); // Not using a media server.
                    ns = new NetStream(nc);
                    client = new Object();
                    ns.client = client;
                    client.onMetaData = onMetaData_handler;
                    client.onCuePoint = onCuePoint_handler
                    // Play video
                    //vid.attachNetStream ( ns );September Drive by Lightrocker_1.flv
                    ns.play ( 'http://xx.xx.xx.xx/vod/September_Drive_by_Lightrocker_1/September_Drive_by_Lightrocker_1.f4m' );
                    //ns.seek( 555.664 );
               //MetaData
               private function onMetaData_handler ( mdata:Object ):void {
                    trace (mdata.duration);
               private function onCuePoint_handler( item:Object ):void {
                    trace("cuePoint");
                    trace(item.name + "\t" + item.time);
          ]]>
     </fx:Script>
</s:Application>

Similar Messages

  • Setting up Debian server for HTTP Dyn Streaming (without FMS)?

    Hi!
    Is it possible to set up a Debian server for Http Dynamic Streaming without Flash Media Server?
    (I realize that this means video on demand only, no live streaming!)
    Are there any walkthrouhgs or tutorials on how this can be done?
    Regards / Jonas

    I just found this tread, that answers my question:
    http://forums.adobe.com/thread/747115

  • 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

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

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

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

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

  • 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

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

  • 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

  • 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

  • Unable to snap to live with HTTP Dynamic streaming

    Hi there
    Am having an issue with Http dynamic live streaming, whereby the stream will not snap to the live point, despite calling the stop() action on the PlayTrait of the MediaElement. Instead, upon resuming playback the stream restarts from the point in the stream at which it was stopped - effectively acting as a pause of the stream, and continues to play. After checking at runtime, the Media Element does not have the DVRTrait, so I am not sure how this DVR like functionality is actually occuring?
    I have checked the manifest file (see below, with baseURl removed) and the dvrInfo parameter is not present, as is suggested in the documentation http://sourceforge.net/apps/mediawiki/osmf.adobe/index.php?title=Live_DVR_Rolling_Window_f or_HTTP_dynamic_streams
    From the documentation, the 'snap to live' functionality is meant to be as default, however this does not seem to be the case. Are there any other parameters that need to be configured, either on the FMS side, or in the code for the OSMF player in order for this to happen?
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
      <baseURL>http://XXXXXXXXXXXXXXXXXXXXX/_definst_/liveevent/</baseURL>
      <media href="_1_34.f4m" bitrate="400"/>
      <media href="_2_34.f4m" bitrate="600"/>
      <media href="_3_34.f4m" bitrate="800"/>
      <media href="_4_34.f4m" bitrate="1200"/>
      <media href="_5_34.f4m" bitrate="1500"/>
      <media href="_6_34.f4m" bitrate="1800"/>
      <media href="_7_34.f4m" bitrate="2200"/>
    </manifest>
    OSMF 2.0
    FMS 4.5
    HTTP Dynamic Live Streaming
    Thanks
    Steve

    Hi there
    Am having an issue with Http dynamic live streaming, whereby the stream will not snap to the live point, despite calling the stop() action on the PlayTrait of the MediaElement. Instead, upon resuming playback the stream restarts from the point in the stream at which it was stopped - effectively acting as a pause of the stream, and continues to play. After checking at runtime, the Media Element does not have the DVRTrait, so I am not sure how this DVR like functionality is actually occuring?
    I have checked the manifest file (see below, with baseURl removed) and the dvrInfo parameter is not present, as is suggested in the documentation http://sourceforge.net/apps/mediawiki/osmf.adobe/index.php?title=Live_DVR_Rolling_Window_f or_HTTP_dynamic_streams
    From the documentation, the 'snap to live' functionality is meant to be as default, however this does not seem to be the case. Are there any other parameters that need to be configured, either on the FMS side, or in the code for the OSMF player in order for this to happen?
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
      <baseURL>http://XXXXXXXXXXXXXXXXXXXXX/_definst_/liveevent/</baseURL>
      <media href="_1_34.f4m" bitrate="400"/>
      <media href="_2_34.f4m" bitrate="600"/>
      <media href="_3_34.f4m" bitrate="800"/>
      <media href="_4_34.f4m" bitrate="1200"/>
      <media href="_5_34.f4m" bitrate="1500"/>
      <media href="_6_34.f4m" bitrate="1800"/>
      <media href="_7_34.f4m" bitrate="2200"/>
    </manifest>
    OSMF 2.0
    FMS 4.5
    HTTP Dynamic Live Streaming
    Thanks
    Steve

  • Error in http dynamic streaming

    Hello everyone,
    I have making mutli-bitrate streaming in FMS and FFMPGE.
    In FFMPEG I create 4 bitrate of source video and publish on the FMS through RTMP protocol (rtmp://my-server/livepkgr/mystreamName1?adbe-live-event=liveevent).
    Now all configuration is work currently but sometimes I get this errors:
    1- TypeError - Error #1009
    2- Argument Error invalid bitrate
    This is my FFMPEG syntaxt to create multi-bitrate:
    ffmpeg -re -i j:\movie\warz.mkv
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 720k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 856*360 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation720p?adbe-live-event=relation
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 600k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 856*360 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation360p?adbe-live-event=relation
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 350k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 570*240 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation240p?adbe-live-event=relation
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 98k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 342*144 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation144p?adbe-live-event=relation
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 98k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 342*144 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation98p?adbe-live-event=relation
    and this is my F4M file:
    [code]
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
    <dvrInfo beginOffset="0" endOffset="1800"></dvrInfo>
    <baseURL>http://12.11.1.2/hds-live/livepkgr/_definst_/relation</baseURL>
    <media href="relation360p.f4m" bitrate="600"/>
    <media href="relation240p.f4m" bitrate="350"/>
    <media href="relation144p.f4m" bitrate="128"/>
    <media href="relation720p.f4m" bitrate="1932"/>
    <media href="relation98p.f4m" bitrate="98"/>
    </manifest>
    [/code]
    Please advise me to fix this problem
    any help will be appreciated

    Unless you can reproduce the issue in Flash player, i am sorry i can not be of much help to you...

  • Error in http dynamic streaming TypeError - Error #1009

    Hello everyone,
    I am making mutli-bitrate streaming in FMS and FFMPGE.
    In FFMPEG I create 4 bitrate of source video and publish it on the FMS through RTMP protocol (rtmp://my-server/livepkgr/mystreamName1?adbe-live-event=liveevent).
    Now all configurations are working currently but sometimes I get this error:
    1- TypeError - Error #1009
    This is my FFMPEG syntaxt to create multi-bitrate:
    ffmpeg -re -i j:\movie\warz.mkv
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 720k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 856*360 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation720p?adbe-live-event=relation
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 600k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 856*360 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation360p?adbe-live-event=relation
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 350k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 570*240 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation240p?adbe-live-event=relation
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 98k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 342*144 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation144p?adbe-live-event=relation
    -preset ultrafast -threads 1 -vcodec libx264 -b:v 98k -r 24 -g 24 -keyint_min 4 -x264opts "keyint=4:min-keyint=48:no-scenecut" -s 342*144 -acodec libmp3lame -b:a 16k -ac 1 -ar 44100 -f flv rtmp://12.11.1.2/livepkgr/relation98p?adbe-live-event=relation
    and this is my F4M file:
    [code]
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
    <dvrInfo beginOffset="0" endOffset="1800"></dvrInfo>
    <baseURL>http://12.11.1.2/hds-live/livepkgr/_definst_/relation</baseURL>
    <media href="relation360p.f4m" bitrate="600"/>
    <media href="relation240p.f4m" bitrate="350"/>
    <media href="relation144p.f4m" bitrate="128"/>
    <media href="relation720p.f4m" bitrate="1932"/>
    <media href="relation98p.f4m" bitrate="98"/>
    </manifest>
    [/code]
    Please advise me to fix this problem
    any help will be appreciated

    Unless you can reproduce the issue in Flash player, i am sorry i can not be of much help to you...

  • Audio/Video Streaming  without FMS using FLEX 2

    Hello guys,
    i want to develop a video conferencing application in flex 2
    without using flex media server. I want to know the possibilities
    of it and if possible some tutorials and examples.
    Thanks.
    Nehal.

    Some thinks that where helpful for me:
    http://coenraets.com/viewarticle.jsp?articleId=98
    http://flash-communications.net/technotes/fms2/flex2FMS/index.html
    NOTE: Only try and attach the Video and start the publishing
    of the video after you have a successful NetConnection.

Maybe you are looking for