Thursday, 9 July 2009

Edimax IC-3010Wg again

I have made a bit more progress getting my Edimax IP Camera working, and detailed what I have learned at http://ic-3010wg.webhop.net.

The main problems are still that although I can download an MPEG4 stream using wget, neither mplayer nor vlc will play it directly, which is no good.
The other issue is that sound still does not work.....

5 comments:

  1. Hi,

    did you try mplayer to play from stdin:

    wget http://url.com/movie.mpeg -O - | mplayer -

    ?

    ReplyDelete
  2. Good idea - no, I hadn't.

    When I try that, mplayer gives a load of warnings about not being able to seek backward in linear streams, and I see the wget progress bar showing that data is being downloaded.
    No video though!

    ReplyDelete
  3. Adding the -q (for quite) option to mplayer gets rid of the progress bar. Still lots of warnings about seeking backwards, but I did see this "Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll"
    It is correct, I don't have avisynth.dll

    ReplyDelete
  4. Unfortunately the pipes are not seekable, but you can test the "−cache [kBytes]" parameter.

    This should produce a delay. Maybe mplayer can detect the codec faster with a little bit of caching.

    ReplyDelete
  5. this camera is continuosly crashing, in detail is the webserver crashing every few hours, exactly like the 1510wg model.
    any way to fix this?
    thanks

    ReplyDelete