Results 1 to 8 of 8

Thread: mjpg_streamer

  1. #1
    Join Date
    Jul 2007
    Location
    Base 211
    Beans
    340
    Distro
    Ubuntu 14.04 Trusty Tahr

    mjpg_streamer

    ok, have mjpg-streamer running on a 32bit 9.10 box - used a .deb 9386 install.. worked fine..

    have another box which is running 10.04 64bit - tried a force-install of the deb but when trying to launch it i get the following error..


    Code:
    MJPG Streamer Version.: 2.0
    ERROR: could not find input plugin
           Perhaps you want to adjust the search path with:
           # export LD_LIBRARY_PATH=/path/to/plugin/folder
           dlopen: input_uvc.so: cannot open shared object file: No such file or directory

    any idea how to solve the problem..?

  2. #2
    Join Date
    Jul 2007
    Location
    Base 211
    Beans
    340
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: mjpg_streamer

    no suggestions.?

  3. #3
    Join Date
    Jul 2007
    Location
    Base 211
    Beans
    340
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: mjpg_streamer

    bump

  4. #4
    Join Date
    Jul 2007
    Location
    Base 211
    Beans
    340
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: mjpg_streamer

    bump

  5. #5
    Join Date
    Jul 2007
    Location
    Base 211
    Beans
    340
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: mjpg_streamer

    again, bump

  6. #6
    Join Date
    Oct 2007
    Location
    Todd Mission Texas
    Beans
    427
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Re: mjpg_streamer

    Start with:
    Code:
    locate "input_uvc.so"
    and see if it comes up where your error message said it should be.

    If you don't own it, get it.
    Code:
    sudo apt-get install input_uvc.so
    Test your system and report back.
    Last edited by Silvernail; December 5th, 2010 at 11:53 PM.
    "Let us run the risk of wearing out rather than rusting out." __Theodore Roosevelt

  7. #7
    Join Date
    Jul 2007
    Location
    Base 211
    Beans
    340
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: mjpg_streamer

    I know where the file is....

    so i do the


    Code:
    export LD_LIBRARY_PATH=/usr/lib
    Then try to run the program again and it pukes the same error


    Code:
    ERROR: could not find input plugin
           Perhaps you want to adjust the search path with:
           # export LD_LIBRARY_PATH=/path/to/plugin/folder
           dlopen: input_uvc.so: cannot open shared object file: No such file or directory

  8. #8
    Join Date
    Jul 2007
    Location
    Base 211
    Beans
    340
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: mjpg_streamer

    Solved my problem...


    When issuing the command i wanted to use when it required the mentioned files... i just used the full-path e.g.

    Code:
    mjpg_streamer mjpg_streamer -i "/usr/lib/input_uvc.so -d /dev/video0 -f 60 -r 960x720" -o "output_http.so -p 58180 -n"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •