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

    WPF codes to play a RTSP multicast or unicast video stream

    Hi

    Are there any code sample for playing a rtsp or udp stream. I have live555 rtsp streaming server setup in my pc and like to play the stream using a wpf code sample using vs2008.

    Will this support. How can I do this.

    Please help

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: WPF codes to play a RTSP multicast or unicast video stream

    Windows Media Player 9 opens RTSP by default.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Sep 2006
    Posts
    12

    Re: WPF codes to play a RTSP multicast or unicast video stream

    Hi dglienna

    I am trying to stream a UDP multicast stream ( for example udp://@239.1.1.115:5000 ) from VLC to WMP.

    Please help me how I can play a multicast UDP stream on WMP.

    Do I need to install any additional codecs or do some tweaks.

    Please help me how I can do this.

    Appreciate if any clue given

    Thanks

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