CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2001
    Location
    jordan
    Posts
    63

    streaming video using VB.NET

    hi
    anyone have an idea how to stream video using vb.net?
    thanks

    awni

  2. #2
    Join Date
    Jul 2000
    Posts
    110

    Embed avphone into your project


  3. #3
    Join Date
    Jul 2001
    Location
    jordan
    Posts
    63
    Thanks that'll be helpful in half my projects.
    For the other half, I'll need some more help.

    In the other half I need to stream the video over a GSM network
    The picture isn't clear to me yet, all I know is a customer wants
    to stream video over a GSM network and wants me to use VB.NET, so I came running here :)

    I'm thinking of doing it like this :
    1- read video frame into buffer (somehow) using VB.NET
    2- send buffer data to GSM transmission engine
    3- GSM transmission engine transmits data

    i can manage step 2, i need a little help with steps 1 and 3

    thanks

    awni

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