CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    12

    WPF MediaElement to play a UDP Stream

    Hi All,

    I am streaming a video using a VLC player swith UDP option. So that I can open the stream from any other PC's VLC player using the URL. For example udp://@239.239.239.1:1234


    But I am trying WPF MediaElement to open the stream and it is not working with a xaml file. Please help me how I can I play a VLC stream on a XAML file.


    Thanks

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: WPF MediaElement to play a UDP Stream

    Please post the code you are using.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured