Search:

Type: Posts; User: Lionel

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,028

    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...
  2. Replies
    0
    Views
    2,735

    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...
  3. Replies
    1
    Views
    2,095

    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?
  4. Replies
    0
    Views
    1,709

    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...
  5. it's a simple HBITMAP bitmap.. ok thank you ;)

    it's a simple HBITMAP bitmap.. ok thank you ;)
  6. [MFC] Picture box question (CStatic with SS_BITMAP style)

    Hello.
    When i delete a CStatic object with a bitmap selected (with a previous SetBitmap() call), does that bitmap will be freed from the process memory?

    Does the CStatic class' destructor uses...
  7. Replies
    9
    Views
    6,195

    if the methods above don't work, i could try a...

    if the methods above don't work, i could try a crazy thing,using the WINAPI :)
    given the handle to the window in which the video is in reproduction, i could do a window capture and save it onto a...
  8. Replies
    9
    Views
    6,195

    the video comes from a file on the web, not a...

    the video comes from a file on the web, not a live stream, and it is a flash video.
    while the video is been downloaded, the flash player starts play it before it has been downloaded completely.
    ...
  9. Replies
    9
    Views
    6,195

    Recording a non-downloadable video

    Hi.
    I would want to write a little program that can record a video wich is been played on another window.
    It can be useful , for example, for storing on the hard disk some videos that can be only...
  10. Replies
    40
    Views
    15,928

    For PS3 owners... question about PS3 web browser

    Hello.. have you ever tried to visit some page with videos embedded ?

    For videos, i mean MPEG , AVI, or WMV files or streams.

    For example, in these sites :
    ...
  11. you're right ;) thank you

    you're right ;) thank you
  12. i've just read it, thank you ... ...

    i've just read it, thank you ...
    unfortunately, it does not help.. it can retrieve some information about the browser name, version, its capabilities, and the name of the operating system, not the...
  13. [PHP-ASP] Retrieving client (windows)OS language

    I have to write a web page that determines the client OS language and then redirects the browser to the appropriate page (possibly in the same language).

    Suppose the client browsers run on Windows...
  14. In my control class, i have a CWnd member ,...

    In my control class, i have a CWnd member , acting as the wrapper window for WMP.

    When i try to create the control, i call the CWnd::CreateControl method of that class member, and its return value...
  15. [MFC-ActiveX] Inserting an ActiveX into an ActiveX

    I tried to include a WMP control into my activex, but it didn't work..

    could anyone post me a sample code that does this?
    thanx
  16. Replies
    2
    Views
    3,227

    perhaps ,for using 16 bit RGBA textures i have to...

    perhaps ,for using 16 bit RGBA textures i have to call glTexImage2D as this


    #define GL_UNSIGNED_SHORT_5_5_5_1 0x8034

    glTexImage2D(GL_TEXTURE_2D,GL_RGBA_16,width,height,
    ...
  17. Replies
    2
    Views
    3,227

    [OPENGL] RGBA16 e BGRA16 Textures

    How they can be used textures with pixel formats RGBA16 (R5:G5:B5:A1)
    and BGRA16 (B5:G5:R5:A1) in an OpenGL application,
    withouth converting them to RGBA32 ones ?

    I need it for using 16-bit BMP...
  18. Replies
    9
    Views
    3,822

    Found it!! :D:D This is a Win32 function for...

    Found it!! :D:D

    This is a Win32 function for converting from an MP3 stream to a WAV audio buffer,that can be used for reproduction with waveOut* (which can also reproduce several tracks together)...
  19. Replies
    9
    Views
    3,822

    DirectSound uses the same Win32 structures used...

    DirectSound uses the same Win32 structures used with waveOut* functions ( WAVEFORMATEX,...) :( so it doesn't support MP3

    Perhaps i can load the MP3 file in memory,then convert it to WAV format...
  20. Replies
    9
    Views
    3,822

    Ah ok,thank you :) But MCI has a limitation,it...

    Ah ok,thank you :)

    But MCI has a limitation,it cannot play two or more tracks at the same time,like you would do with waveOut and WAV files...i have to write a videogame with all musics and sounds...
  21. Replies
    9
    Views
    3,822

    [Win32] MP3 Playback

    As far as i've undestood,for playing an MP3 file using waveOut functions i have to proceed as with the WAV files,but with the difference that it must be passed , to the waveOutOpen function , a...
  22. Replies
    0
    Views
    1,156

    unmounting an usb partition

    given a device name in the form \\.\X: which is an usb hard-drive,i want to dismount it



    HANDLE hUsbDevice = CreateFile(szDevice,0,FILE_SHARE_READ |...
  23. Replies
    1
    Views
    1,325

    problem with ZwQueryDirectoryFile

    at a certain point it returns STATUS_PENDING,i can retry the call
    but it still continues returning that error,forever

    i always set to NULL the second parameter,that is supposed to be an OPTIONAL...
  24. Replies
    1
    Views
    1,252

    it's all ok,the call works if the EA and EALength...

    it's all ok,the call works if the EA and EALength parameters are set to 0
  25. Replies
    1
    Views
    1,252

    problem with NtCreateFile

    the return value is STATUS_EA_LIST_INCONSISTENT (0x80000014L)
    and if i assign ,to the last parameter,
    EALength * sizeof(FILE_FULL_EA_INFORMATION)
    the problem persists



    // us is a...
Results 1 to 25 of 69
Page 1 of 3 1 2 3