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

Search:

Type: Posts; User: GordonFreeman

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. [C# / C / C++] Paid project - Send a video file through HTTP

    I need a server-side program which accept requests for video files via HTTP from client applications like quicktime or windows media player, and sends back the files.
    The media player should...
  2. Replies
    6
    Views
    1,175

    Re: Why this thread exits?

    As far as i know synchronous socket calls are not supported since .NET ver. 2.. or maybe that's true for Silverlight only ??
  3. Replies
    6
    Views
    1,175

    Re: Why this thread exits?

    i didn't know that, thank u!
  4. Replies
    6
    Views
    1,175

    Re: Why this thread exits?

    ok ok i see: the Stopped state does not mean "the thread exited" , it is still alive but not executing the main procedure.
    so the Join() returns after the thread procedure ends and not necessaily if...
  5. Replies
    6
    Views
    1,175

    Why this thread exits?

    In a thread different from the main one, i am sending/receiving data to a socket and i am waiting the response via a callback, but the thread enters the "Stopped" state even if i'm waiting for...
  6. [Online ads] How many clicks to get a Lead or Sale?

    I have published some ads on my site, using an ads program similar to adsense,
    and so far i had 31 clicks but 0 Leads and 0 Sales, and 0$ of credit ....
    because all ads are Pay-Per-Lead or Sale and...
  7. Plesk for Linux: limiting database size

    I have two servers with Plesk Panel: a Linux one and a Windows one.

    From the Win version i can specify the maximum MySQL database size for a given user , or user template,
    but on Linux that...
  8. Replies
    2
    Views
    1,191

    Re: FTP + SSL : how to??

    Can i also use the remote desktop embedded in windows with the certificates?
    so a secure communication between two windows 7/2008 systems would be established.

    the remote desktop can do file...
  9. Replies
    2
    Views
    1,191

    FTP + SSL : how to??

    I want to set up an FTP server and an FTP client in a way that

    - server and client can thrustfully identify themselves
    - all payload is encrypted
    - no tampering is possible

    I know that i can...
  10. Replies
    1
    Views
    10,156

    Migrating from MFC to .NET with C++.NET

    Hi, i'm a C++ programmer and i wrote a lot of MFC and plain C Win32 API code.
    I'd like to migrate to .NET, but being able to re-use the legacy code i've already written, without having to rewrite it...
  11. Replies
    4
    Views
    1,235

    Re: Database Overflow Attack

    thank you both :)

    i've heard that captchas are becoming obsolete, but is this just for usability purpose (they're uncomfortable for users), or because there are already automated spam softwares...
  12. Replies
    4
    Views
    1,235

    Database Overflow Attack

    Hi,
    i have to implement user account registration/login in my site, and i'm scared to a potential security problem: a malicious automatic tool could register users continuosly, by accessing my...
  13. Replies
    1
    Views
    1,506

    Hiding a password

    Hi,

    i have a web page with a login form, with POST method.
    Before the "submit" is sent, i encrypt the password with SHA1, catching the OnSubmit event with Javascript



    <script...
  14. [Site graphics] Looking for cartoon image collection

    Hello,
    i need a collection of cartoon-style images with a good category choice and big dimensions (at least 300x300).

    It can be free or not, it's not relevant.

    For instance, the Animation...
  15. Replies
    0
    Views
    550

    Opening a remote MP3 stream

    Hi.

    I want to test if a web radio is online, by trying to connect to the remote stream.

    I could use a Windows Media Player ActiveX control, and call the method
    IWMPCore::putURL() , that...
  16. Replies
    0
    Views
    866

    [MySQL] Optimizing Full-Text Search

    Hi,

    i have a database, for my web application, that has a very large table with one half million rows and destined to grow up to 2 millions.

    There is a column 'name' of type LONGTEXT, in which...
  17. Replies
    1
    Views
    1,377

    Web Radio with VLC

    Hello, have someone setup an internet radio (or do you know some radio) streaming from a public IP, with VLC and in MP3 format?

    If so, can you report its URL here please?

    The reason for this...
  18. Replies
    6
    Views
    4,906

    Re: [FLASH] Web Radio player

    Ok, another thing.
    I tried to install VLC media player on 2 remote servers and i've created an MP3 stream with it.
    Then, i changed the URL in the Flash application to match the remote output...
  19. Replies
    6
    Views
    4,906

    Re: [FLASH] Web Radio player

    For "directly link" you mean the MP3 must be a static file?
    I'm sure that MP3 live streams are supported :)
    And the path is correct because FlashMX finds the stream and plays it correctly..

    I...
  20. Replies
    6
    Views
    4,906

    Re: [FLASH] Web Radio player

    If it was a path's issue, it would not work even if you try opening it with FlashMX, is it right?

    No, i haven't written a single line of code (i'm a newbie on Action Script :) ), i've only...
  21. Replies
    6
    Views
    4,906

    [FLASH] Web Radio player

    Hello,
    i've made a simple flash application with Flash MX 2004 that plays MP3 LIVE stream from a web radio.

    It all works properly if i execute the compiled SWF file with FlashMX, but if i embed...
  22. Replies
    0
    Views
    748

    Live WebTV for Flash Player

    Hello, i'm looking for internet televisions , live 24 hours a day, and watchable with the Flash Player .

    Do you know someone?
    i tried searching with google but i found only tvs for WMP, Quicktime...
  23. Replies
    3
    Views
    751

    Re: virtual machines for rent

    ok it's not bad, but then can i install all the software i like?
    p.s. of course the virtual hard disk capability will not be unlimited
  24. Replies
    3
    Views
    751

    virtual machines for rent

    does it exist an hosting service that lets you have an empty virtual machine, in which you can install the OS and the software you like?
  25. Live encoding from an internet source

    hello.
    i need a software able to do this :
    getting in input a video/audio live stream from an url (like a webtv) and
    outputting it to another live stream, but in Flash format (playable with a...
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured