Reading secured with HTML5 Audio audio stream

Hello

Is it possible to read the stream protected with the HTML5 Audio tag? The stream that I play is protected by password

(Basic HTTP authentication), how can I suppy credentials? Thanks in advance.

Best regards

I solved the problem of providing credentials as parameters: http://aaaa.bbbb.com:8117 / stream? user = adriana & pass = lima

Tags: BlackBerry Developers

Similar Questions

  • Detect when HTML5 audio stream started playing or failed to load

    I'm working on an application audio streaming using the HTML5 and webkit browser. I created an audio stream using code similar to the following:

    var = new Audio audio
    audio.setAttribute ("src", "url of feed to play here");
    audio. Play();

    I would like to be able to tell the user:

    (1) when the feed was loaded and gets ready to play. This is because the stream can take a long time to load and I want to inform the user that the application works.

    (2) when a feed failed to load. If the flow is interrupted for some reason, I wish to inform the user that something did not.

    Does anyone have any ideas on how I can do this?

    There are a lot of events and properties on the media items. For example, you can add an event handler for the 'mistake' to detect if the load fails. The 'loadeddata' event is raised when data is actually down. There is also an event of 'progress', but I have not much used. There is an event of 'game '.

    I'd be a little careful about the assumptions of State - for example I would not be surprised if the press started playing before being fully charged. Seems to me the type of optimization that someone might throw together

    So I threw the following test code.

    appstart = function() {
        var main = document.getElementById("main");
    
        var b = document.createElement("button");
        var t = document.createElement("div");
        var a = document.createElement("audio");
        b.innerHTML = "Play";
        b.addEventListener("click", function() {
            a.addEventListener("timeupdate", function() {
                t.innerHTML += "Played "+a.currentTime+" of " + a.duration + "";
            });
            a.addEventListener("progress", function() {
                t.innerHTML += "Progress";
            });
            a.addEventListener("load", function() {
                t.innerHTML += "Load";
            });
            a.addEventListener("error", function() {
                t.innerHTML += "Error";
            });
            a.addEventListener("playing", function() {
                t.innerHTML += "Playing";
            });
            a.addEventListener("stalled", function() {
                t.innerHTML += "Stalled";
            });
            a.addEventListener("loadeddata", function() {
                t.innerHTML += "Loaded";
            });
            a.src="long.mp3";
            a.play();
        },0);
        main.appendChild(a);
        main.appendChild(b);
        main.appendChild(t);
    };
    
    window.addEventListener("load", appstart, 0);
    
  • WTVConverter problem with multiple audio streams...

    The WTVConverter MSFT includes Windows 7 does not correctly handle multiple audio streams. The WTVConverter in the conversion of the format ".wtv' to '.dvrms' instead of keep the main audio stream retains the other stream audio visually impaired. Usually, he keeps the other stream audio visually impaired. NCIS and NCIS Los Angeles, CBS programs have this problem because they include signals SAP (accessibility for blind and partially sighted options)
    How can I tell WTVConverter to include only the main audio instead of the stream audio visually impaired
    Thank you
    Chandra

    Hello, Chandra

    If you think that there should be an option to select a stream when converting, you can leave your comments on the following link:http://mymfe.microsoft.com/Windows%207/Feedback.aspx?formID=195

    In addition, you can try searching for a free replacement program convert WTV files.

    David
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Issue with Rolling Audio streaming video

    I have several flash according to the lessons that I have created that are distributed online at several companies.

    Each lesson has a video which is played within the lesson through the flvplayback control. The videos were provided by a third party and some of the videos are encoded at 384K and some are 568 k.

    A company that attempts to display the lessons is to see the following behavior. The video plays for 20 seconds, then suddenly drop video and the audio continues to play. Still play brosseuse video with audio restores and tries to start the video once again, but everything that comes through the audio track is new. Now, there are 2 cases of audio with no video. This happens a third time and finally keeps going until all the audio data takes place.

    The COMPUTER of the company staff has showed me a newspaper of Fiddlers that shows the flash player by connecting to Akamai to retrieve the video and then rolling to port 80 to port 1935 and finally to port 443. This would explain the three audio tracks playing

    I read that the flash player will attempt to collect the data stream to the specified location rtmp and then if it encounters a problem with a proxy or a firewall, it will try other ports.

    So I don't know if there is anything I can help alleviate this problem by design or programming. It seems to me that the company is trying to display this video has some kind of program in place which is the kickoff of this behavior in the throttling flash drive.

    Is it possible to prevent the flash player to present the three attempts? A sudden reduced guest of bandwidth the player to try to drive to another path, if a network load balancing program suddenly hit? If it's the bandwidth is that why the audio continues to play, because there is sufficient bandwidth for the audio to pass through, but not the video?

    I've attached a screenshot of the output of Snort, so you can see the ports rolling thing.

    can you detect the video replay after 20 seconds for the problematic society (perhaps using the stateChange event)?

    If so, you could create a 2nd swf that would load and use the tunnel.

  • BB10 - HTML5 audio/video - stoped working

    Hello.

    I have worked with HTML5 audio and video in one of my stories and it worked until now, but it seems no longer works after that I updated the BB10 Dev Alpha to OS version 10.0.6.545. Someone else has experienced this problem so far?

    Add some practical information: BB10 WebWorks SDK 1.0.1.8 running (beta), bbUI.js 0.9.4 ('next' validation of July 20, 2012)

    Hi Adam. Thanks for your reply.

    I already thought about it. I needed to restart the device to make it work again. I'm reviewing the file system and if there is a video or even audio file, it should be played using the corresponding media HTML5 element. Seems the same question as for the NFC that fails at any time, and you cannot activate it (if left) or even turn it off (if performed).

    For codecs, you have everything summary that is compatible with the BB10 so far and in the future?

  • Unable to read the audio stream: no audio hardware is available, or the hardware is not responding.

    my kids are always downloading music and other things on the internet and some without reason, I lost my sound that I get an error that there is no audio device found... or being used?  This was the last message according to test of microspft race driver and then tried to play something of my documents... Unable to read the audio stream: no audio hardware is available, or the hardware is not responding.  Can you help?  Bill

    (1) try reinstalling the audio drivers from the drivers disk that should
    came with your PC.
    (2) try to do a restore to the point where the problem wasn't there:
    Start > programs > Accessories > system tools > system restore
    (3) download and install the latest driver from the manufacturer's website.
     

    Best regards
    Singapore Web hosting

  • Playbook HTML5 audio problem (problem of streaming media)?

    Hello. I'm working on a simple app using HTML5 audio tags. Deploy the application in virtual Playbook (BlackBerry WebWorks SDK for Tablet 2.2.0.5 - BlackBerryPlayBookSimulator - 1.0.7)

    It's my config.xml file:

    
    http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets"
        version="1.0.0.0">
        Radio
        
            A sample application to demostrate some of the possibilities.
        
        
            CESAR
        
        
            Example license.
        
    
        
        
    
        
        
    
        
    
    

    My index.html:

    
    
    
    audio testing live stream!
    
    
        

    REMOTE RADIO (works on playbook browser)

    MP3 (local file)

    REMOTE FILE

    Remote stream (shoutcast radio) and remote files (ogg, http://blackberry.github.com/WebWorks-Samples/kitchenSink/html/html5/audio.html) does not work on HTML5 app.

    In streams remotely, the error was: "there was an error decoding of this media. "The multimedia format not supported".

    What's wrong?

    What can I do?

    Now I know what was my mistake: the URL does not contain a stream, only a playlist (PLS) with multiple URLS to to access the stream. For more details you can see:

    http://en.Wikipedia.org/wiki/PLS_%28file_format%29

  • With premiere pro cc2015 why can I get this error message when reading 'timers video and audio are not synchronized?

    With premiere pro cc2015 why can I get this error message when reading 'timers video and audio are not synchronized?

    Hello

    Here are the steps.

    Install a cable Audio virtual on your machine:

    http://virtual-audio-cable.en.softonic.com/

    Under HW Audio Configuration configured Virtual audio cable as default input device

    And value clock maser virtual audio cable and try reading.

    This issue with the message 'Audio material e/s overloaded at 00' can be fixed, follow these steps.

    Vinay

  • Problems with the audio after reading

    Sorry in advance if this has been asked before but I'm not 100% sure on how to describe the problem im having with my audio after export. Here is a link to the video - https://Drive.google.com/file/d/0Byffs2-9EE3bdDdWcDNVNGVaMnc/Edit?USP=Sharing . * Please TAKE NOTE THAT THE LYRICS ARE EXPLICITES AND so THAT THE VIDEO CAN BE OF A GAME VIDEO IT IS GRAPH * then the audio sounds fine edition and when I export the level is of approximately - 18 dB, but when you play quicktime sounds almost like his crackling and popping and im not sure why. If this made a difference im playing through some monitors connected through my AU Apollo Quad interface. Thanks to anyone who can help understand me what's wrong.

    Just an update. It turns out it was my interface. He plays very well with quicktime, but I downloaded VLC and it works fine now. Thanks again.

  • Multiple audio stream switching in Win7/WMP12

    Hello.

    I have a bunch of home movies I took with a 1394 camera and recorded on the PC.  I have used DivX to compress these films and my wife overlay a second audio track of Chinese for Grammy can watch movies.

    Previously, I used WMP 9 to play movies and used Morgan Stream Switcher to allow audio to pass (it was quite a thing to learn at the Grammy Awards to right-click).

    Now with Win7 and WMP12, I don't know how to change the audio stream.  Reading, two audio streams are superimposed and I hear Chinese and English both at the same time.   I googled around the internet and binged this site and do not have too much success, just stuff of DirectX, but nothing useful.  It seems that Morgan stopped supporting its flow selector in WMP10, so I don't know if it works or not, or is now by WMPv12 there is finally an embedded solution.  There is another shark codecs pack that seems to resolve the issue, so this may be a limitation of codec in Win7/DirectX/Wmp12.

    We'd appreciate clues.

    Hi DumasaRock,

    There are several third party plugins to tour the market. You may need to search for a third-party plugin using your favorite search engine and support for the codec to go with it because there is no embedded solution to Windows Media Player 12 on this issue.
     
    Just as there was Morgan Stream Switcher to allow the passage of audio streams in Windows Media Player 9 with Windows XP, I'm sure there will be a third-party plugin for this one as well.
     
    NOT MS. LINK:
    Important note:
    this response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there. There are the dangers inherent in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

    See also:
     
     

    Aziz Nadeem - Microsoft Support
  • Using FMS v4.5.5 with an audio player based on a browser running on iPad/iPhone

    Hello

    I'm looking for some clarity/guidance on the use of FMS v4.5.5 (edition streaming) with an audio player based on a browser running on iPad/iPhone (i.e. IOS).

    Background

    I have a Microsoft Windows 2008 R2 Web server running IIS v7.5 and support a site built using ASP.NET and c#. Parts of the site allow a visitor to play a selection of audio from our library of MP3 files custom clips. Lack of UK music license, we must broadcast the clip on the client browser - you should not download some or all of the source of MP3 files. So, we have a custom audio player built for us for a long time using Flash/AS3. It continues to work very well and uses the RTMP protocol to stream the clips to the FMS to the client browser.

    As our site became more that the number of visitors has been growing. In the early days, the number of visitors from the iOS platform was relatively low, but last month it had reached 40%! Flash is not supported on the platform, iOS, this growing group of visitors cannot fully maximize the benefits offered by the site, I'm now trying to address.

    What I'm doing...

    I've done research and read, I believe that FMS v4.5.5 support HLS and I need to use this (instead of RTMP) over HTTP between FMS and the client to iOS Safari. I have been experimenting with an Open Source (JPlayer) player and a commercial player (JWplayer) and seem to have these playback of an MP3 file as a "progressive download" (I think that's the right term) like all I do is to specify the path of the file (without the prefix HTTP etc.), i.e. the audio isn't really be listened to as I need. Unfortunately, I have not found / worked out how to configure my FMS to meet a demand of path along the lines of:

    http://www.myserver.com/live/AUDIO1.MP3

    I hope that someone who reads what is much more expert FMS, HLS, HDS, HTML5, etc than I can point me in the right direction!

    What I leave me puzzled...

    (1) can all my MP3 stay property is thus always be aired in the Safari iOS client? To the best of my knowledge, the main properties of my MP3 files are CBR, 44, 100 Hz, 320 Kbps.

    (2) If this is not the case, can they be converted on the fly by FMS or do I need to create additional audio support to support CTS etc. ?

    (3) if I have to manually create additional audio means, how do I (I saw references to tools of Adobe and Apple but actually found the kits)?

    (4) some of the Adobe documentation I read implies that FMS in favor HLS etc. is available only when the FMS is used in conjunction with the bundled Apache web server. As stated previously, my short of any site on IIS so means to achieve what I want, I have to run two servers on my physical - IIS server for the site itself and Apache for RTMP/HLS/etc web. ?

    (5) should what changes I make to my current setup of the FMS for HLS to work? I'm sure that someone here has already been and can enlighten me with their experience and hopefully point me to a simple to follow documentation!

    (6) Finally and truly part of five (5), once I have FMS set up correctly, which would be the typical path to an MP3 audio file that I would give the iOS Safari browser to make it all work.

    I appreciate, it's rather long first post, but I hope that the background my questions (and confusion) in context. Bottom line is... I just want to be able to broadcast audio clips only (no video) to iOS browsers Safari of FMS v4.5.5 running on a platform of Win2K8R2 with IIS v7.5 and no audio content stored (even temporarily) on the iOS platform.

    My thanks and gratitude in advance to anyone who can help me achieve this goal.

    Steve Barker

    Business IT Solutions

    Hi Steve,.

    When you told me that you were using the direct application I assumed you were a direct publication any. We use generally live direct request to publish and the application of the vod to stream vod assets like your mp3 files. That's why I suggested using livepkgr file and stream.m3u8 http://192.168.20.250:8134 / hls-/ livepkgr/_definst_/livestream/live url format. But now that I have a better idea of your installation, I will say please forget about it.

    You need HTTP streaming of your VOD assets for correct iOS devices? It's the method, you need to use:

    1. install FMS with delivered Apache - done

    2. have Apache listen to 8134 only and WFD in 1935 - done

    3. check if everything is installed correctly by playing the feeds on the homepage - done

    4. test HLS - VOD (HTTP streaming of active vod to apple devices) - in your attempt to safari browser to read a stream like http://: 8134/hls-vod/sample1_1000kbps.f4v.m3u8

    Audio-video playback is correct?

    5. then open /Apache2.2/conf/httpd.conf file in a text editor and search for . Under this directive to location, there will be a 'HttpStreamingContentPath' that points to the folder where assets will be picked up. Change in any folder you want and restart AMS.

    6. now, try reading a stream of this new folder of your (try a mp4/f4v file for testing purposes) like http://: hls-8134/vod /*.m3u8. The reading is correct?

    If everything works as expected so far then your setting of FMS is ready.

    Can convert you the assets in AAFC. I suggest take you a look here: http://superuser.com/questions/370625/ffmpeg-command-to-convert-mp3-to-aac. The basic commands to use are explained here. I would recommend mp4/f4v. Unfortunately I have not tried this on my end so a unable to provide an example.

    JWPlayer is a url which is simple *.m3u8 should be enough to play a stream. You may have read on HLS streaming to JWPlayer here: http://www.longtailvideo.com/support/jw-player/28856/using-apple-hls-streaming/

    Do try once more and let me know if it works.

    Thank you

    Apurva

  • Firefox does not play HTML5 audio

    My Firefox installation (v33) does not play HTML5 audio.
    I am referring to audio tracks (MP3) you can listen to on your personal Google Reader. The stream does not start, there is no time of the track being filled.

    -Youtube HTML5 player works great both for Audio and video
    -J' tried Incognito mode (without cache and cookies)
    -Tried restarting without Add - ons (I use Adblock and other stuff)
    -Tried to restore Firefox.

    None of these permits.

    -V38 IE11 and Chrome, the browser listen very well
    -A clean Firefox (on my virtual machine, for example) very well disseminate

    Any tips?

    EDIT: SEW I'm touched by it? https://Bugzilla.Mozilla.org/show_bug.cgi?id=911837

    You can file a bug in the Mozilla bug tracking system: https://bugzilla.mozilla.org/ (see: https://developer.mozilla.org/docs/Mo.../Bug_writing_guidelines)

  • Windows Media Player cannot play the file because there is a problem with the audio device.

    Original title: Media Player

    I tried to play my music in media player and they will not play. The tab that appears says "Windows Media Player cannot play the file because there is a problem with the audio device. It might not be a sound device installed on your computer, it can be used by another program, or it may not work properly. Also, I can not play music in the window, that I downloaded everything. If anyone has an answer I would appreciate the help. Thank you

    Hi MikeMcKayXE,

    ·         What is the brand and model of the computer?

    Follow the suggestions below for a possible solution:

    Method 1: Quit other programs that may be using your sound device, and then try to play the file again.

    Method 2: Install an updated driver.

    Step 1: Firstly uninstall the audio from the device manager driver and Add / Remove Programs

    a. click Startand then click Control Panel.

    b. click Systemand click on the hardware tab, then click Device Manager.

    c. to the title sound, video and games controller, check the sound card that is listed.

    d. right click on the sound card, and then click Uninstall driver.

    Step 2: To see if an updated driver is available, use Windows Update or access the sound device manufacturer's Web site.

    Follow these steps to do the same thing:

    a. click Startand then click Control Panel.

    b. click Systemand click on the hardware tab, then click Device Manager.

    c. the title sound, the video controller and games, make sure that the sound card is listed.

    d. right click on the sound card and then click Update driver to install the latest version of the driver.

    e. visit the sound card manufacturer's Web site to determine if a newer version of the driver is available for download.

    Method 3: If you have multiple audio devices installed on your computer, try to use another. The selected audio device might not support Secure Audio Path (SAP).

    You can see the following article for more information:

    Resolution of the problems of reading in the Windows Media Player for Windows XP

    http://support.Microsoft.com/kb/306317

    Let us know if that helps.

  • How to transcribe audio streams in real-time text?

    Hello

    Currently, I listen to a live audio stream voice using Communicator Desktop WAVE on Windows XP. I want to use a voice-to-text application to transcribe this audio in Word or Excel in real time. I'm looking to reproduce the same experience as the direct subtitles on TV. I read that Windows is a speech recognition software and there are also 3 application of the part such as Dragon NaturallySpeaking. Is it possible to what I can achieve this?

    Thank you very much

    dambk.

    Hello

    The speech recognition software is not transcribe audio voice to text.

     
    You can search in your favorite search engine for the voice to transcribe text software.
    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    You can also visit these links to learn more:

  • cannot record audio streams in Win 8 pRO

    I can't save the audio streaming to Win 8 using any software... Sound forge (updated driver) Audacity (just installed as test) and your 'recorder '... They will all be the record of a microphone but not reading.  The file should be saved to HD and then it can be played using the media player... Also I can't use the built-in DVD/CD device, he continually tells me to insert a disk... My external HP dvd1040 works very well, but this is not the point...  These two problems may be related? ... In the Device Manager it tells me the CD/DVD unit is not plugged in and there is several HDMI and S/PDIF devices that show not plugged... From time to time, it (they) change... Sometimes, the Device Manager shows four items sometimes ten to twelve, more unplugged... Leave a clean install, not an upgrade, Vista (update, at the time), I have Win 8 Pro...

    Maybe your outdated software and is not compatible with Windows 8? Try this audio streaming recorder

    It works like a charm with Windows 8 and 10.

Maybe you are looking for

  • unrecognized on apple tv Apple ID

    Hi, I live in Zug (Switzerland), and I recently bought the latest apple TV from London Gatwick Airport. Back home, I can't connect to my Apple iTunes account, if I use the correct credentials. What should I do?

  • IPhone Ios 4 s 9.3.1 battery drain

    Hi This is my first post here hope I get to experience help guys, I bought an iphone with ios installed 9.3.1 4s, the first two days iphone was lag, is now start to battery, I look at using the setting of an i get use (example) use of 10 min and 13 m

  • Satellite A100-590 does not start anymoore

    Helloof course, I deleted some system files and my satellite will not start, if I use the secure mode, the system starts but the Black Guard Office and the cursor flashes in the upper left corner.Also, I disconnected the battery, not distributed with

  • Disable on-board video hp 4300p sff

    HP Pro 4300 SFF desktop computer. B5Q06UT #ABA Windows 7 Pro (32 bit) Jaton NVIDIA LP-DUAL VGA PCI GEFORCEFX6200 installation during the system display shows boot bios the card Nvidia, then perpetually restarts. Open support with Jaton / Nvidia - adv

  • Error 0 x 80244019 prevents the update XP Pro after re - install

    I ran XP Pro SP3 and Security Essentials successfully for at least 18 months, until that forced software corruption a reinstallation is complete. A new installation of XP Pro SP2 from CD can now be updated from the Microsoft Update site due to error