AXL Play Uri

If there anyway to play raw files that aren't in the TFTP path??
Thanks in advance

I am running into the same problem. I have tried various phone loads and found that "Priority" attribute is disregarded by Play and RTPTx URIs. I thought this was going to be fixed. I have tried loads as latest as 8.0.2. However, I have not tried 8.0.3 loads - which were released very recently.

Similar Messages

  • Play URI disregards Priority

    When pushing text to a phone and also using the Play: URI to activate a ringer, it appears that the Play: occurs as if the Priority is always 0, even if set otherwise.
    Here's the execute:
    <CiscoIPPhoneExecute>
    <ExecuteItem Priority="1" URL="Play:Chime.raw"/>
    <ExecuteItem Priority="1" URL="http://server/xmlpage"/>
    </CiscoIPPhoneExecute>
    Here's what happens:
    If the phone is idle, the Chime is played and the xml page is displayed correctly.
    If the phone is active, the Chime is played immediately, but the xml page is not displayed until the phone goes idle (correct behavior for the latter, but not the former).
    I've seen the behavior on 7940/60/70.
    Phone load P00307020200 for 7940/60.
    Phone load TERM70.7-0-1-0s for 7970.
    Have I missed something? A bug perhaps?
    Thanks!
    Craig

    I am running into the same problem. I have tried various phone loads and found that "Priority" attribute is disregarded by Play and RTPTx URIs. I thought this was going to be fixed. I have tried loads as latest as 8.0.2. However, I have not tried 8.0.3 loads - which were released very recently.

  • Totem won't play any video, despite of working GStreamer

    Hi,
    I have a problem with Totem, that I can't solve, because the program won't give any useful output. Below is the list of relevant, installed packages:
    pacman -Qs totem
    local/totem 3.12.1-2 (gnome)
    GNOME3 movie player based on GStreamer
    local/totem-plparser 3.10.2-1
    Totem playlist parser library
    ~ pacman -Qs gstreamer
    local/clutter-gst 2.0.12-1
    GStreamer bindings for clutter
    local/gnome-video-effects 0.4.1-1
    A collection of GStreamer effects
    local/gst-libav 1.4.1-1
    Gstreamer libav Plugin
    local/gst-plugins-bad 1.4.1-1
    GStreamer Multimedia Framework Bad Plugins
    local/gst-plugins-base 1.4.1-1
    GStreamer Multimedia Framework Base Plugins
    local/gst-plugins-base-libs 1.4.1-1
    GStreamer Multimedia Framework Base Plugin libraries
    local/gst-plugins-good 1.4.1-1
    GStreamer Multimedia Framework Good Plugins
    local/gst-plugins-ugly 1.4.1-1
    GStreamer Multimedia Framework Ugly Plugins
    local/gst-vaapi 0.5.9-1
    GStreamer Multimedia Framework VA Plugins
    local/gstreamer 1.4.1-1
    GStreamer Multimedia Framework
    local/totem 3.12.1-2 (gnome)
    GNOME3 movie player based on GStreamer
    ~ pacman -Qs libva
    local/libva 1.3.1-2
    Video Acceleration (VA) API for Linux
    local/libva-intel-driver 1.3.2-1
    VA-API implementation for Intel G45 and HD Graphics family
    Now, whenever I play h264 file with Totem, all I get is white screen:
    and following output in terminal:
    run/media/piotr/luggage totem 0001.mp4
    libva info: VA-API version 0.35.1
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_35
    libva info: va_openDriver() returns 0
    /run/media/piotr/luggage
    I can't see anything wrong here. The strange part is, that the same video plays correctly with gst-launch-1.0 playbin:
    /run/media/piotr/luggage gst-launch-1.0 playbin uri=file:///run/media/piotr/luggage/0001.mp4
    Setting pipeline to PAUSED ...
    Pipeline is PREROLLING ...
    libva info: VA-API version 0.35.1
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_35
    libva info: va_openDriver() returns 0
    Got context from element 'vaapidecode0': gst.vaapi.Display=context, display=(GstVaapiDisplay)NULL;
    Pipeline is PREROLLED ...
    Setting pipeline to PLAYING ...
    New clock: GstPulseSinkClock
    How can I determine, where lays the problem?
    Last edited by PiotrPyclik (2014-09-02 20:09:43)

    Well, I use mpv and it's great. But beacuse Totem integrates with GNOME so nicely, I thought, I would use it from time to time.
    With GST_DEBUG=1 and gst-vaapi installed, there is something informative:
    /run/media/piotr/luggage totem 0001.mp4
    libva info: VA-API version 0.35.1
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_35
    libva info: va_openDriver() returns 0
    0:00:01.191829975 2225 0x7f7b700a9b20 ERROR vaapidecode ../../../gstreamer-vaapi-0.5.9/gst/vaapi/gstvaapidecode.c:397:gst_vaapidecode_push_decoded_frame: video sink rejected the video buffer (error -1)
    And with GST_DEBUG=3:
    /run/media/piotr/luggage totem 0001.mp4
    0:00:00.778999773 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:00.779146545 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:00.835112343 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:00.835241110 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:00.867064804 2446 0x16920f0 WARN basesrc gstbasesrc.c:3460:gst_base_src_start_complete:<source> pad not activated yet
    0:00:00.868267302 2446 0x16920f0 WARN basesrc gstbasesrc.c:3460:gst_base_src_start_complete:<source> pad not activated yet
    0:00:00.868667831 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:00.868723978 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:00.871518146 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:00.872650718 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:00.937628693 2446 0x7f014c0dd230 WARN qtdemux qtdemux_types.c:200:qtdemux_type_get: unknown QuickTime node type TIM
    0:00:00.938205614 2446 0x7f014c0dd230 WARN qtdemux qtdemux_types.c:200:qtdemux_type_get: unknown QuickTime node type TSC
    0:00:00.938253232 2446 0x7f014c0dd230 WARN qtdemux qtdemux_types.c:200:qtdemux_type_get: unknown QuickTime node type TSZ
    0:00:00.938696437 2446 0x7f014c0dd230 WARN qtdemux qtdemux.c:8243:qtdemux_parse_trak:<qtdemux0> unknown version 00000000
    libva info: VA-API version 0.35.1
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_35
    libva info: va_openDriver() returns 0
    0:00:01.041873965 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.041954877 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.053938639 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.054114550 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.054859181 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.054918181 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.055540992 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.055597791 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.148430809 2446 0x7f0148070a80 WARN GST_PADS gstpad.c:3742:gst_pad_peer_query:<sink:proxypad10> could not send sticky events
    0:00:01.246108505 2446 0x7f01480a9b20 ERROR vaapidecode ../../../gstreamer-vaapi-0.5.9/gst/vaapi/gstvaapidecode.c:397:gst_vaapidecode_push_decoded_frame: video sink rejected the video buffer (error -1)
    0:00:01.296521994 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.296674163 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.296741011 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.296784167 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.296819473 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    0:00:01.297095664 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
    /run/media/piotr/luggage
    On higher levels output gets really long and I don't know, if it useful.

  • Swf won't play live

    My shockwave files play fine in dreamweaver when I test them in the browsers but once I uploaded them they are not showing up I have no idea what I am doing wrong. My site just went live and looks horrible without the swf files it is: www.dmaexpressions.com
    PLEASE HELP! Thank you in advance.

    Fix all these errors
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.dmaexpressions.com%2Findex.html&charset =%28detect+automatically%29&doctype=Inline&group=0
    Entirely Flash site will not rank on Google
    SWF playing OK on Firefox & IE6

  • Safari does not play movie stream

    Does anyone have any idea why Safari does not play the movies on the web page
    http://www.3sat.de/delta/
    You can find them under "Web-TV" (you have to click a little bit until a small window opens which has a button called "video starten" at the bottom right).
    I believe the movies are reaplayer video streams.
    Needless to say that the movies work just fine in Firefox ...
    Any ideas, hints, pointers will be appreciated.
    Best regards,
    Gabriel.

    Hello Gabriel,
    The video does play for me in a popup window via realplayer.
    it also has the option to open in WMP.
    Web TV
    It will not play in realplayer itself, when i click for it to play in real Player this
    Server alert
    Unable to locate server. This server does not have a DNS entry. Please check the server name in the URL and try again.
    rtsp://real.mdcs.dtag.de/zdf/3sat/delta/delta060406_zukunft3_16zu9h.rm
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.3sat.de%2Fdelta%2F
    Safari is also picky about code, this one is not the poorest & it does work for me so it seems something is interfering in your user account or computer,.
    Have you tried the site in a test account if not that would be telling.
    Let us know if it works there.
    Regards,
    Eme'~[)
    Helpful.. Solved.....Why Award points?

  • How do i play .mp4 files via Dreamweaver CS3??

    Hi,
    Using Flash CS3 the RTMP path to the .mp4 file is:
    rtmp://localhost/vod/mp4:sample.mp4 and it works fine to play
    .mp4's, mov's etc.....
    In Dreamweaver CS3 it wont accept any combination of paths.
    Unlike Flash CS3 which only requires the single String,
    Dreamweaver has two boxes that need to be filled in: The Server URI
    field and also the Stream Name field.
    Like FMS 2, where you don't name the streams folder in the
    url, Dreamweaver CS3 is looking for it ie the "media folder" which
    has replaced the "stream" folder.
    Where in Flash CS3 you have to use the convention
    mp4:sample.mp4, Dreammeaver will not accept anything.
    Any help here would be appreciated

    I assume from the silence that Dreamweaver CS3 has not been
    updated to handle Flash 9 player and streaming Video from FMS 3.0
    then.

  • Is it possible to record and play at same time in swift, is there a option to record without storing the file

    I am making a microphone, is it possible to record and play at same time in swift, is there a option to record without storing the file

    Its pretty simple with FMS. You just need to do following things:
    Publish using FMLE with following settings: (just telling which are needed , rest you configure based on your needs)
    Video codec: H.264
    Audio Codec: <of your choice>
    Server ip: rtmp://<server-uri>/<app-name>
    Stream Name: mp4:<stream-name>.f4v
    Application : Server-side code
    application.onPublish = function(myclient,mystream){
         mystream.record();
    application.onUnpublish = function(myclient,mystream){
         mystream.record(false);
    Have a client , which subscribes in following live mode:-
    ns.play("mp4:<stream-name>.f4v",-1,0,true);   // this is subscribing in live mode
    In this way even if file is recorded, your clients are subscribing in live mode so all will be in sync.
    Now if you want to disallow any clients who will try to subscribe to "recorded" file when live event is going on, you can achieve using auth adaptor. (let me know if you want to enforce such requirement)
    But i think above solution solves your primary problem. Also please let me know if there are any issues in getting it work , i have given bare minimum which is required.

  • Videos not playing in MediaElement control Windows Phone 8.1

    I am developing an app in which I need to play youtube videos. I am using MediaElement control. But it does not play video at all and shows error message and mediafailed event prints this error
    MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0xC00D36C4
    My code is 
    <MediaElement Name="detailVideo" AreTransportControlsEnabled="True" MediaFailed="detailVideo_MediaFailed" Height="200" Grid.Row="1" AutoPlay="True"/>
            detailVideo.Source = new Uri(vObj.video_link, UriKind.Absolute);
    Can anybody help?

    Hi,You can use following code to play video 
    <MediaElement Name="detailVideo" AreTransportControlsEnabled="True" MediaFailed="detailVideo_MediaFailed" Height="200" Grid.Row="1" AutoPlay="False"
    Source="Video_link"/>
    Where Source=video store link ,eg."/Assets/Rock.wav"
    and
    <Button x:Name="playdetailVideodButton"
    Height="80"
    Width="200"
    Content="Play Video"
    Click="playdetailVideoButton_Click" />
    and when user click on play button then playing Video,
    private void playdetailVideodButton_Click(object sender, RoutedEventArgs e)
    detailVideo.Play();
    Don't
    forget to mark the right answer and vote up if helps you.

  • URI to a track within a particular playlist?

    I can get the URI for a track, no problem.I can get the URI for a playlist, no problem.But I can't in the general case figure out how to get the URI for a track that's in the context of a particular playlist.  I'd like to be able to start my player at a particular place within a playlist (say, start at track number 3 instead of the first track), or to start the web player this way. Does anyone know how to do this? Thanks,Chris P.S. Using the "in context" bit in AppleScript, I can get Spotify to play a particular track within a particular playlist. This is cool, and it works. However, I can't for the life of me figure out how to do that with a URI in the general case.   

    Hi , 
    Unfortunately you can't at the moment. Since playlists are basically just a collection of links to individual songs, when you copy a link to a song, it's linked to that individual song.
    EDIT: I've put up an Idea Thread, which you can find here. If you want you can give it some kudos and support it. :smileywink:

  • Media only playing on certain PCs

    Hi all,
    I've been building a document for work to distribute globally. I have embedded videos utilizing a sharepoint site that was created for the project. The videos will play on some PCs and not others. I'm not sure why. We are all using the same version of Acrobat. I have each person open the sharepoint site via internet explorer, so the browsers are all the same.
    The only difference I noticed is that when those who can view the videos open the document, it's prompts them telling them the document is read only and then they have the option to save/open the document. Those who can't view the videos don't get that option. I thought it could be an Internet Explorer pop blocker issue, but I've tested that both ways, and that didn't fix the issue either.
    The users who can't view the videos open the document and the videos just seem like they are in a constant state of buffer.
    Any thoughts?
    Thanks,
    Kerry

    Assuming everyone has the Adobe Reader plugin activated, Flash Player's NPAPI runtime installed, and identical security settings in their browsers, then it looks to be down to permission errors in Sharepoint. Adobe Reader won't throw an error if the media URI for an annotation is offline, nor will it cope with files that require authentication to access.
    If the affected people download the file to their desktops, does it work? Can they access the video file's URL directly in their browsers?
    If Sharepoint won't play ball, your best option is to embed the videos into the PDFs instead of linking to them; or host the videos on a conventional open-access webserver that doesn't care about user logins (running within your intranet if necessary).

  • Play MOH

    Dear All,
    I have a small problem,
    i can't play MOH file on my Communicator,
    i am developing a java application that uses push2phone.jsp .. but its not working with me, here's my code:
    String[]uris = {"Play:chime.raw"};
    Phone.push(uris, "10.30.0.52","2005", "12345", false);
    where 10.30.0.52 is the Ip of the communicator, 2005 is the directory no of the phone, and 12345 is the password.
    Thanks alot,
    Marwa

    I want to add something that may helps:
    The response came from the phone is:
    thanks,

  • Cannot play Flash content in IE7

    When I navigate IE7 to any site (including adobe.com) that
    has Flash content, I get a message saying I need to enable
    javascript (it is) and/or upgrade my Flash player. I am running
    Vista, and this worked until sometime in the last week or so.
    Flash content does run on this machine inside Firefox 3.0.1,
    but IE7 appears to be dead.
    The error message I get is "Error in loading DLL". It appears
    to pop up when the javascript code is trying to load or access the
    flash content.
    I tried installing the Flash Player 9.0.124 using the web
    site - no luck.
    I tried uninstalling (clean), rebooting, then installing from
    the web site - no luck.
    I tried uninstalling (clean), rebooting, then used the manual
    installer (Install Flash Player 9 AX) - no luck.
    I tried uninstalling (clean), rebooting, then used the manual
    installer (FlashUtil9f) - no luck.
    I tried running reset_minimal.cmd (per instructions) - no
    luck.
    I tried disabling my AV (Kaspersky) while repeating all of
    the above - no luck.
    I tried running sfc /scannow but it reports no errors.
    I tried the Tools/Internet Options/Advanced/Reset to "reset"
    IE to its defaults - no luck.
    I am really, really stumped on this one. What should I do
    next?

    BWolfe, dougclutter, and others with Doug's problem:
    BWolfe, I'm truly amazed that dougclutter and others have had
    this very specific and real problem for so long, and Adobe hasn't
    lifted a finger to cure it. I'm stunned. I've been plagued with
    this thing for at least 3 months now, and have been all over the
    net looking for a remedy, after finding absolutely no help from
    Adobe.
    Here's what my symptoms are:
    IE with Flash works in all accounts but mine.
    Latest Adobe Flash player (10) is properly installed. Flash
    content will play on IE8 in anyone's User Account on this machine
    but mine. The only way flash content will play in my user account
    is if it is started as "Run As Administrator". Can actually run 2
    instances of IE side by side, one started normally, the other
    started as "Run as Administrator". Oprah, U Tube, etc., will run
    flash content in the latter window, but won't in the former. Flash
    errors (in IE7} are something to the effect, "Can't run DLL", with
    line number reference, etc. No help from Adobe, HP (my machine
    manufacturer) or Microsoft without paying them a bundle. Just
    updated IE7 to 8, problem unchanged.
    Elaboratiing:
    When right clicking on where Flash Player is supposed to be,
    then clicking the "about Adobe Flash... ", the browser is sent to:
    http://www.adobe.com/products/flash/about/
    When clicking on the error message at the bottom of the
    browser, the following error message is displayed. (This was
    copied, which Vista gives you the opportunity to do, then pasted
    here.)
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT
    6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0;
    InfoPath.1; .NET CLR 3.5.30729; OfficeLiveConnector.1.3;
    OfficeLivePatch.0.0; .NET CLR 3.0.30618)
    Timestamp: Fri, 20 Feb 2009 18:08:33 UTC
    Message: Error in loading DLL
    Line: 182
    Char: 4
    Code: 0
    URI:
    http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/swfobject.js
    Flash content DOES play with Adobe Flash 10 in my user
    account with Apple Safari browser when started normally, just not
    with IE8 browser. However, the IE8 browser does play Flash content
    in any and every other user account.
    BWolfe, instead of telling us about proper Adobe procedures
    for reporting and troubleshooting these things, how about you
    forward this to someone who can tell us how to fix this thing! I,
    like dougclutter and others, have been thru the entire Adobe Flash
    Player troubleshooting guide, carried out every suggestion there
    exactly, to no avail. I can show you at least 3 other instances of
    different folks with this same problem. And, as I think I've seen
    elsewhere in this thread, and tried myself, Adobe certainly doesn't
    make it easy to report non-paying customer problems, as with Flash
    Player.
    It's high time Adobe gets with at least one of us to help
    diagnose and cure this problem, and then adds the info to their
    troubleshooting guide, or else fix it in the application if
    possible. Whether the problem is in the app, or do to interaction
    with Vista and possibly XP, you guys need to look into this thing.
    I, for one, would be more than happy to help you 'shoot this thing,
    I am and engineer and have been computing since the DOS days.
    Bewildered,
    Dave

  • Nearly give up, how to play RTSP / HLS / Smooth Streaming in Visual Basic Language

    I know there are so many samples for playing RTSP / HLS / Smooth Streaming, but it really lacks supporting Visual Basic language, i really struggling to convert from C++ / C# into VB without errors, maybe it would be easier if i can find some VB
    examples for this situation, i really appreciated any help.. thanks

    Hi HiLLzX,
    Did you forget to using reference in VB or Import the namespace? See my current code, using Button click can play a test demo. Do not forget to reference SDk in your project.
    XAML:
    <Page
    x:Class="App242.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:App242"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d">
    <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
    <Button Content="Button" HorizontalAlignment="Left" Height="88" Margin="52,103,0,0" VerticalAlignment="Top" Width="138" Click="Button_Click"/>
    <MediaElement x:Name="mediaElement" HorizontalAlignment="Left" Height="427" Margin="409,127,0,0" VerticalAlignment="Top" Width="800"/>
    </Grid>
    </Page>
    VB:
    'using Windows.Media;
    Imports Windows.Media
    ' The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
    ''' <summary>
    ''' An empty page that can be used on its own or navigated to within a Frame.
    ''' </summary>
    Public NotInheritable Class MainPage
    Inherits Page
    Private extensions As New MediaExtensionManager
    Private Sub Button_Click(sender As Object, e As RoutedEventArgs)
    mediaElement.Source = New Uri("http://mediadl.microsoft.com/mediadl/iisnet/smoothmedia/Experience/BigBuckBunny_720p.ism/Manifest")
    extensions.RegisterByteStreamHandler("Microsoft.Media.AdaptiveStreaming.SmoothByteStreamHandler", ".ism", "text/xml")
    extensions.RegisterByteStreamHandler("Microsoft.Media.AdaptiveStreaming.SmoothByteStreamHandler", ".ism", "application/vnd.ms-sstr+xml")
    mediaElement.Play()
    End Sub
    End Class
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Lunch video stream uri in wp8.1 with media player

    hello every one,
    i have a problem with opening the default media player, to play a video (a stream uri from youtube) in widows phone 8.1
    when i was write to windows phone 8.0 i used
    MediaPlayerLauncher mediaPlayerLauncher = new MediaPlayerLauncher();
    mediaPlayerLauncher.Show();
    and now i used (wp8.1)  :
    bool success = await Windows.System.Launcher.LaunchUriAsync(_videoUrl, options);
    that open  IE file download with a open/save dialog.
    if i click on open it's open the windows media player and play the video as i wanted
    how can i skip the save file dialog and automatically open the windows media player with my youtube stream uri?
    thanks a lot,
    Or yaacov

    Hi,
    >>that open  IE file download with a open/save dialog
    In WP Runtime,
    Windows.System.Launcher.LaunchUriAsync is the only way to play supported video using default media player:
    // The URI to launch
    var uri = new Uri(@"MICROSOFTVIDEO://www.example.com/testFile.wmv");
    // Launch the URI with a warning prompt
    var success = await Windows.System.Launcher.LaunchUriAsync(uri);
    >>how can i skip the save file dialog and automatically open the windows media player with my youtube streamuri?
    Because this question is related to the function of this video site, I would suggest you referring to its official API site:
    https://developers.google.com/youtube/
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [SOLVED] Banshee does not play rtsp protocol

    rtsp streams (radio station) does not work in the last version of banshee (1.5.1-1). in fact it worked fine in previous version.
    After launching banshee in the terminal there appears:
    [miguel@miguel ~]$ banshee-1
    [Info 21:14:42.263] Running Banshee 1.5.1: [source-tarball (linux-gnu, x86_64) @ 2009-10-16 15:35:43 UTC]
    [Info 21:14:44.008] All services are started 1.557862s
    [Info 21:14:44.994] nereid Client Started
    System.ApplicationException: Could not find org.freedesktop.Avahi
    at Mono.Zeroconf.Providers.AvahiDBus.DBusManager.Initialize () [0x00000]
    at Mono.Zeroconf.Providers.AvahiDBus.ZeroconfProvider.Initialize () [0x00000]
    at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000]
    System.DllNotFoundException: libnss_mdns-0.2.so
    at (wrapper managed-to-native) Mono.Zeroconf.Providers.Bonjour.Native:DNSServiceCreateConnection (Mono.Zeroconf.Providers.Bonjour.ServiceRef&)
    at Mono.Zeroconf.Providers.Bonjour.Zeroconf.Initialize () [0x00000]
    at Mono.Zeroconf.Providers.Bonjour.ZeroconfProvider.Initialize () [0x00000]
    at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000]
    [Warn 21:14:49.125] Failed to start DAAP client - No Zeroconf providers could be found or initialized. Necessary daemon may not be running. (in `Mono.Zeroconf')
    at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000]
    at Mono.Zeroconf.Providers.ProviderFactory.get_DefaultProvider () [0x00000]
    at Mono.Zeroconf.Providers.ProviderFactory.get_SelectedProvider () [0x00000]
    at Mono.Zeroconf.ServiceBrowser..ctor () [0x00000]
    at Daap.ServiceLocator.Start () [0x00000]
    at Banshee.Daap.DaapService.DelayedInitializeTimeout () [0x00000]
    And after trying to play the radio stream (rtsp://148.240.229.63/broadcast/reporte.rm) there appers the following:
    [Error 21:21:10.585] GStreamer resource error: OpenReadWrite
    Any ideas to fix it?
    Best
    Last edited by mmf1902 (2009-10-23 00:36:26)

    lovebug356 wrote:
    Are you sure you have installed gst-plugins-bad too?
    If it still doesn't work after you have installed this package can you try:
    gst-launch-0.10 playbin uri=rtsp://148.240.229.63/broadcast/reporte.rm
    Yes... the gst-plugins-bad is installed.
    I did what you said and the stream played right, after that I tried banshee and now I can hear the radio station without problems.
    Thanks, thanks a lot....

Maybe you are looking for

  • Checking the status of task records tied to the custom object 3

    We are using custom object 3 There has been lot of configuration work done on this object. There is a checkbox on the UI. When a user will checks off the check box, a task record(s) is created depending on the condition. Is there a way for me to chec

  • Data Link Properties wizard doesn't display correctly.

    Hi, This is Dai. I'm using Oracle DB. When I try to create configuration of Identity Center and to config DB connection, Data Link Properties wizard doesn't display required DB provider. The document of "SAP NetWeaver Identity Management Identity Cen

  • Normalization forms

    how many normal  forms we have total in SQL server . i just  know 3 normal forms

  • Read/Write unsigned 32 bit integer to BLOB

    Dear All, I am writing an array of unsigned 32 bit integers to a Blob field, using delphi. I can also read the same from delphi. In a stored proc, I need to read the unsigned 32 bit integer from the blob. I have used dbms_lob.read function. Here for

  • Can you 'lock' a cell in numbers?

    Was wondering if you can 'lock' or protect a cell in numbers like you can in excel?