Audio live streaming not smooth

Hi
I wrote an application, call radio. It play mp3 and publish signal to livepkgr. I don't know sometime audio-live-stream stop, and wait 1~2s it will be continues play. I sure my connection from client to server is perfect.
I read configuring performance features and did it with "combine audio sample", but it not effect.
Here my live streaming:
http://115.84.182.115:8134/hls-live/livepkgr/_definst_/liveevent/iradio.m3u8
or
http://115.84.182.115:8134/hds-live/livepkgr/_definst_/liveevent/iradio.f4m
Can you help me how to fix it ? Sr my poor English

Is the XML a copy/paste? If so you may have a typo in your media url. There
is a space in "liv e". That could be the issue.
hth!

Similar Messages

  • Video & Audio Live Streaming

    Hi all,
    Sorry for my lack of knowledge...I am would like to do a
    Live Video & Audio Live Streaming (Teleconferencing)
    in Flash 8 Pro.
    Is it possible?
    How do I start & what do I need/have to make it a
    success?
    Please sum1 help me on this...Thanks Loads.

    To do conferencing with live Video and Audio streams, you
    would almost definitely need Flash Media Server. Look into
    that.

  • Nokia E6 live streaming not working

    its only one month i've updated my mobibe due to hanging problem and now it s giving me another pain for not playing any live streaming video like online tv or you tube streaming... Also still have the hanging problem.
    Help me out if anybody has a solution.

    Hi Lance09
    Sorry to hear that you are having troubles. 
    Did you purchase a free trial through the AFL Live Pass Online  or did you purchase through IN APP subscription?
    Can you please try these troubleshooting steps: 
    If using your fixed line connection (ADSL, CABLE or NBN), please powercycle your modem and computer: Unplug from power > Leave off for 10 mins > then Plug back in and re start. This will often force a line update through to your modem advising the signal is restored.
    Can you then please try clearing your Cache, Cookies and Browser history. To clear these please try the steps below:
    From the home screen, tap the Settings button. On the Settings screen, scroll down and tap the Safari button. Under the 'Privacy' section of the Safari screen, tap the button labeled Clear Cookies and Data. On the confirmation screen, tap Clear Cookies and Data.
    If still no luck, please try uninstalling and re installing the app from the app store. 
    Let us know how you go. 
    Regards - 
     

  • 2 Iphone4 play live stream not same

    I stream live video from my streaming server and use 2 iphone4 to display.
    Unit 1. it play live stream normally.
    Unit 2. it play about 20-30 sec, and replay again again and again.
    Please advise me, what parameter that i should check or tune ?
    Thanks,

    I tried streaming with the Adobe Flash Media Live Encoder3 instead of my Broadcater.swf.  This connects fine and pushes h.264 no problem.
    But the reciever is still seeng VOD not Live video.
    Is there something wrong with my receiver?

  • Live stream not live- plays like VOD

    Hi All,
    I'm not sure if this belongs in the AS3 forum or the streaming forum, but here it is.
    I wrote a pair CS3/AS3 players to send and receive a live video stream (webcam) from a browser.  The first is called broadcaster.  It makes a NetConnection to my server, publishes a stream and attaches the camera and microphone.  This works fine. The stream is live.
    The second is originally called receiver.  Using an instance of flash.media.video on the stage it also makes a NetConnectin, attaches a stream and calls play.  This also works, BUT the receiver stream is not live.  It starts playing at time=0 like a VOD.
    --- broadcaster.swf ---
    var connection:NetConnection = new NetConnection()
    connection.connect(connect_url);  // my server/application/instance
    var stream = new NetStream(connection);
    stream.publish("mass", "live");  // live means stream live without recording on the server
    stream.attachCamera(Camera.getCamera());
    stream.attachAudio( Microphone.getMicrophone() );
    --- receiver.swf---
    connection.connect(connect_url);
    var stream = new NetStream(connection);
    video1.attachNetStream(stream); // video1 is on the stage (flash.media.video not FLVPlayback)
    stream.play("mass", -1, -1, true); // -1 means play live stream only, -1 means start at 'wherever the live stream is'
    How can the receiver not obey the -1, -1 parameters especially if the broadcaster is not recording on the server.  How can i see the beginning of the stream!
    I believe I read that the flash plugin 9.0+ uses the on2 codec, and I also saw some discussion about on2 not able to stream live -- or not live from the browser plugin, only the flash media encoder.
    Can anybody tell me what is going on?
    Thanks
    Ted

    I tried streaming with the Adobe Flash Media Live Encoder3 instead of my Broadcater.swf.  This connects fine and pushes h.264 no problem.
    But the reciever is still seeng VOD not Live video.
    Is there something wrong with my receiver?

  • ITunes Festival live streaming not working

    Every time I go to the iTunes Festival page in the iTunes Store I keep getting the message of:
    "This computer does not support iTunes Festival live streaming."
    Why not? Does it only work with apple computers (not windows)?  I wanna watch Paul Simon!!   =D
    -Michael

    Lucky for you skalarocks. It's 16th and I still cannot access any of the previosu concerts on iTunes!
    I contacted customer support who advised
    "I have done some research for you and found that there is a delay in the on demand streaming. "
    And then directed me here. I think I am leaning towards an earlier comment about Apple Techs not having a clue.
    I suppose they are giving it away so there is no profit in it they wont want to support a fix. Not goign to that much trouble after all skalarocks

  • TCS live stream not playing in SnS

    Hi , I have configured TCS to stream to the SnS server, I can view the stream in VLC player no problem, but when I create a live event on SnS I get no video stream, not even a video window appears.
    many thanks Scott

    Hi Scott,
    You might want to make sure the SW version of the TCS is compatible with the SW version of the SnS server.
    here is the link to verify:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_3/dms/release/notes/dms53rn.html#wp279002
    Paul

  • Live streaming not working using REOPS

    I made live streaming work using Live Encoder and a flash player I created with FlvPlayback component. It works fine. Now I like to try live streaming using REOPS. I created a config xml file using similar settings in src/assets/data/Playerconfig_LiveStreaming.xml:
    isLive = true
    <streamtype>live</streamtype>
    part of my xml file is like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <player
        width="640" height="480"
        scaleMode="stretch" isLive="true" autoPlay="true" updateInterval="250"
        hasCaptions="false">
        <mediaElement>
            <mediaElement>
                <id>seeker</id>
                <mimeType>video/x-flv</mimeType>
                <streamType>live</streamType>
                <deliveryType>streaming</deliveryType>
                <media url="rtmp://<myMediaStreamingServerName>:1935/<myapplicationName>/live/livestream" />
            </mediaElement>
        </mediaElement>
    </player>
    in adobe live encoder, I have setting like this:
    URL: rtmp://<myMediaStreamingServerName>:1935/<myapplicationName>/live
    stream:  livestream
    but no matter how hard I tried, it never works for me. I used the same settings for my own player which works fine with live streaming.
    Anyone has any ideas on how to make live streaming work with REOPS?
    Thanks a lot.

    Is the XML a copy/paste? If so you may have a typo in your media url. There
    is a space in "liv e". That could be the issue.
    hth!

  • Audio Live Streaming: How to get NetStream Info Object

    Hello All,
    I need to show the activity level of a stream in a flash display.
    I get the netstream.info.audioBytesPerSecond from the netsteam and it works well(after calling the play function).
    But i dont want to play the audio to the user.
    Is there any way to get the audioBytesPecSecond data without making a person hear the audio?
    My application is only for visually display of activity level and not for making the user hear the audio.
    Thanks alot,
    Karan

    Hi Claudiu,
    Thank you for replying and the information. I really appreciate it.
    I need to show the metrics of serveral streams at the same time. Thus i feel playing all of the streams to get the metrics will eat alot of bandwidth.
    Is there any other way. Is there any way FMS server side programming that could solve this for me.
    Thanks alot,
    Karan

  • 6680-Voda live streaming-Not enough Bandwidth

    Got a Nokia 6680 yesterday and could get the streaming Sky on Voda live no problem. I have tried today, it is saying not enough bandwidth and to check my network settings.
    Not sure what to do at this point.
    Any help would be appreciated please.

    This is probably because you are not in a 3G reception area. The connection will be via GPRS and therefore not sufficient for video streaming (in most cases).
    You can generally tell by look at the service indicator what sort of area you are in.
    All About Symbian - News, reviews and software for S60 phones.

  • ITunes Festival 2012 Live stream not working

    Has anyone found a way to watch the itunes festival 2012 live from their PC?

    I'm having the same issues. I've tried to get some tech support but can't because the iTunes Store Support don't work weekends. I've had sent 3 emails before I got anything back from Apple/iTunes. I sent out 3 emails this morning; 1st email stated after much frustration I was able to catch the latter 2/3 of Jack White's concert; 2nd email stated that I'm having issues trying to watch the recorded concert of Band of Horses and it will not play; 3rd email was a video of the 30 seconds of the Band of Horses concert that I was able to watch. I'm not holding my breath that Apple will do anything to work out the bugs in their iTunes program so its customers could enjoy the festival.
    One Unhappy iTunes Camper
    grrrrrrrrrrrr!!!!!!!!!!!!!!!!!!!!!!

  • Live Streaming audio not working

    I have a HP Pavilion Elite m9040n with Vista that is not giving me AUDIO on a LIVE STREAMING site where I am taking Continuing Education webcast.  I am using Mozilla Firefox and did put in the newest plugin.  I can hear u-tube audio (those video load very slowly and stop and start).  I have Hughes Net satellite broadband connection.  I tried disabling my McAfee while doing the program but that did not help.

    What version do you see for Flash in System Preferences > Flash > Advanced

  • IOS RTMP live stream audio

    Hi guys hopefully some of you will be able to help me.
    I am trying to stream audio from a live RTMP feed using the NetConnection and NetStream classes. I've managed to get my app running no problem on Android, however I am having some major difficulties getting it to play the audio back on iPad. Interestingly it works in the device emulators when debugging, however I'm assuming this is not really an accurate representation. I've tried streaming the RTMP in both AAC and MP3, but with no luck from either. I can verify through debug that it has connected to the stream, however I just get no audio playing.
    Everything I've read about seems to suggest that this is possible on IOS as I'm only interested in audio and not video. Can anyone help?
    Code sample below (it's quick and dirty! ).
    THanks in advance!
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark" title="Audio" creationComplete="init()">
              <s:layout>
                        <s:VerticalLayout paddingLeft="10" paddingRight="10"
                                                                  paddingTop="10" paddingBottom="10"/>
              </s:layout>
              <fx:Script>
                        <![CDATA[
                                  import flash.media.Video;
                                  import flash.net.NetConnection;
                                  import flash.net.NetStream;
                                  import mx.core.UIComponent;
                                  private var vid:Video;
                                  private var videoHolder:UIComponent;
                                  private var nc:NetConnection;
                                  private var defaultURL:String="[STREAM]";
                                  private var streamName:String="[STREAMNAME]";
                                  private var ns:NetStream;
                                  private var msg:Boolean;
                                  private var intervalMonitorBufferLengthEverySecond:uint;
                                  private function init():void
                                            vid=new Video();
                                            vid.width=864;
                                            vid.height=576;
                                            vid.smoothing = true;                           
                                            //Attach the video to the stage             
                                            videoHolder = new UIComponent();
                                            videoHolder.addChild(vid);
                                            addEventListener(SecurityErrorEvent.SECURITY_ERROR, onSecurityError);
                                            grpVideo.addElement(videoHolder);
                                            connect();
                                  public function onSecurityError(e:SecurityError):void
                                            trace("Security error: ");
                                  public function connect():void
                                            nc = new NetConnection();
                                            nc.client = this;
                                            nc.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                                            nc.objectEncoding = flash.net.ObjectEncoding.AMF0;
                                            nc.connect(defaultURL);      
                                  public function netStatusHandler(e:NetStatusEvent):void
                                            switch (e.info.code) {
                                                      case "NetConnection.Connect.Success":
                                                                trace("audio - Connected successfully");
                                                                createNS();                
                                                                break;
                                                      case "NetConnection.Connect.Closed":
                                                                trace("audio - Connection closed");                
                                                                //connect();
                                                                break; 
                                                      case "NetConnection.Connect.Failed":
                                                                trace("audio - Connection failed");                
                                                                break;
                                                      case "NetConnection.Connect.Rejected":
                                                                trace("audio - Connection rejected");                                  
                                                                break; 
                                                      case "NetConnection.Connect.AppShutdown":
                                                                trace("audio - App shutdown");                                 
                                                                break;         
                                                      case "NetConnection.Connect.InvalidApp":
                                                                trace("audio - Connection invalid app");                                   
                                                                break; 
                                                      default:
                                                                trace("audio - " + e.info.code + "-" + e.info.description);
                                                                break;                                                                                                    
                                  public function createNS():void
                                            trace("Creating NetStream");
                                            ns=new NetStream(nc);
                                            //nc.call("FCSubscribe", null, "live_production"); // Only use this if your CDN requires it
                                            ns.addEventListener(NetStatusEvent.NET_STATUS, netStreamStatusHandler);
                                            vid.attachNetStream(ns);
                                            //Handle onMetaData and onCuePoint event callbacks: solution at http://tinyurl.com/mkadas
                                            //See another solution at http://www.adobe.com/devnet/flash/quickstart/metadata_cue_points/
                                            var infoClient:Object = new Object();
                                            infoClient.onMetaData = function oMD():void {};
                                            infoClient.onCuePoint = function oCP():void {};        
                                            ns.client = infoClient;
                                            ns.bufferTime = 0;   
                                            ns.play(streamName);  
                                            ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
                                            function asyncErrorHandler(event:AsyncErrorEvent):void {
                                                      trace(event.text);
                                            intervalMonitorBufferLengthEverySecond = setInterval(monPlayback, 1000);
                                  public function netStreamStatusHandler(e:NetStatusEvent):void
                                            switch (e.info.code) {
                                                      case "NetStream.Buffer.Empty":
                                                                trace("audio - Buffer empty: ");
                                                                break;
                                                      case "NetStream.Buffer.Full":
                                                                trace("audio - Buffer full:");
                                                                break;
                                                      case "NetStream.Play.Start":
                                                                trace("audio - Play start:");
                                                                break;
                                                      default:
                                                                trace("audio - " + e.info.code + "-" + e.info.description);
                                                                break;
                                  public function monPlayback():void {
                                            // Print current buffer length
                                            trace("audio - Buffer length: " + ns.bufferLength);
                                            trace("audio - FPS: " + ns.currentFPS);
                                            trace("audio - Live delay: " + ns.liveDelay);
                                  public function onBWDone():void {
                                            //Do nothing
                                  public function onFCSubscribe(info:Object):void {      
                                            // Do nothing. Prevents error if connecting to CDN.    
                                  public function onFCUnsubscribe(info:Object):void {    
                                            // Do nothing. Prevents error if connecting to CDN.    
                        ]]>
              </fx:Script>
              <s:Group id="grpVideo">
              </s:Group>
    </s:View>

    Just an update on this for anyone coming along after me.
    I've managed to get this working on MP3 but not AAC (I guess AAC just isn't supported?).
    My problem was the buffertime. The docs seemed to indicate it shoudl be set to 0 for live streaming, however switching it to "1" solved my problem on the particular stream I was pointing at.
    So essentially justchanged the above line:
                                            ns.bufferTime = 0;  
    to
                                            ns.bufferTime = 1;  
    Would be great to find out if anyone has gotten AAC working however...

  • We need to optimize FMS for smooth live streaming can anyone help?

    So we are coming across the same problem over and over again. I called Adobe FMS tech support and they assisted us to achieve what we need, but we are having two main issues.
    First, we need to allow live, clear, and smooth video broadcasting with FMS so we implemented dynamic bandwidth detection so the system can automatically detect a users specifications and adjust video accordingly. This has worked better for us but we are coming across two main issues; first, the video is now very pixilated, and second, we are still get a pause or delay in movement from the stream every 4 seconds or so.
    We are looking to get similar video quality as seen on the justin.tv live broadcasting site. I know this video detection and quality is achievable, but not sure what values we need to put in or are missing?
    Any help would be greatly appreciated.
    Thanks,
    Steve

    I'm interested in doing something similar - bridging FMS to a
    an Asterisk conference. I know breeze has this capability, does
    anyone know if this can be done using FMS?

Maybe you are looking for

  • How do i transfer songs from itunes to my ipod

    I tried to transfer a song that i bought from the itunes library to my ipod but a message always pops up that says i am not authorized to play it on my computer. what does this mean and how do i put the song on my ipod?

  • Gantt chart: Don't know how to use the tooltipkeys and toolkeylabel

    I have a problem. Don't know how to use the tooltipkeys and toolkeylabel. I used jquery to select the gantt bars and on mouse over i was getting the task id "tid" then passing it to adf bean with serverlistener and showing a popup that is adf compone

  • Adding text to a  photo book

    I am trying to add a caption to my photos in a book I am creating in iphoto The format I am using allows this However - As I type my caption the text is appearing too small to even read I am unable to change the size of the font Even a 1 word comment

  • Error loading file for Pro-53 plugin

    Greetings, I keep having to tell Logic 8 Pro where the file 'def.p5a' is located everytime I load the Pro-53 plugin. Any help?

  • Some Items for the following product(s) could not be installed successfully

    I had photoshop cs5.1..uninstalled it using adobe uninstaller tool.  When I'm trying to install my creative suite at the end this is what shows. Still able to use the new products but I don't understand what these errors and warnings mean. Thx.  Exit