CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jklanka

Search: Search took 0.22 seconds.

  1. Replies
    0
    Views
    5,883

    Widgets in WPF Form

    Are there any way I can use yahoo widgets in my WPF form.

    Or are there any type of open widgets to use within the WPF form.


    Thanks
  2. Replies
    0
    Views
    4,335

    Dynamically assign a Uri to a style

    I have a WPF style as follow
    <!-- Home Button Style -->
    <Style x:Key="HomeButtonStyle"
    TargetType="{x:Type Button}">
    <Setter Property="Margin"
    Value="4" />
    ...
  3. 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...
  4. Replies
    1
    Views
    11,654

    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...
  5. 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...
  6. Replies
    0
    Views
    2,166

    Java Linux Based STB for IPTV middleware

    I am asked to develop a Java SVG based middleware application for hospitality industry. where I must be able to

    1. CMS
    2. TV multicast Stream ( Do we need a Media API?)
    3. VOD rtsp stream

    I...
  7. SocketServer getting delay to listen client when if restart the server PC

    Hi,

    I have followed the article Asynchronous Socket Programming in C#: Part II
    (link: http://www.codeguru.com/csharp/csharp/cs_network/sockets/article.php/c8781/)

    I need to place the...
  8. Thread: MythTV Help

    by jklanka
    Replies
    1
    Views
    697

    MythTV Help

    Which IDE is best to modify and compile MythTV sources. Any help will be greatly appreciated

    Thanks
  9. Replies
    0
    Views
    842

    Help on TV Middleware

    Hi,

    I have three PCI Cards on a Linux system.
    1. for DVB-S
    2. for DVB-C
    3. for S-Video output.

    I need to implement a Hotel hospitality system for hotel rooms.

    As an initial assignment,
  10. Re: Linux C++ Programming to communicate with Sound/Audio Card Drivers Installed

    Hi,

    Let me explain what I need exactly,

    I have three PCI Cards on a Linux system.
    1. for DVB-S
    2. for DVB-C
    3. for S-Video output.

    I need to implement a Hotel hospitality system for...
  11. Linux C++ Programming to communicate with Sound/Audio Card Drivers Installed

    Mesaage : I like o learn C++ programming to communicate with the Device Drivers like Sound And Video Drivers Which Install on the Linux (Fedora 4) system.

    I could not find any tutorials or help in...
  12. Replies
    0
    Views
    1,035

    Inuput from Video Card and output to S-Video

    I am planning to create a Linux based web script to get input from a Video Card and output to another card (through S-Video interface).


    Please help me find any link or development method or...
Results 1 to 12 of 13





Click Here to Expand Forum to Full Width

Featured