Beiträge von pcd

    Zitat

    Originally posted by skunk23
    Hi,
    any plan to port this to 7025 ? or to release the code so we can compile it ?


    Thanks in advance !


    I do not have a 7025 to develop it for that box.


    I am quite willing to release the code. As I said in the Readme it is a modification of the movieplayer code.


    Perhaps somebody could advise me how to release the code formally. I do not know much about the licence issue regarding cvs.tuxbox.org.


    Regards, pcd.

    Please provide some information about the hard- and software used.


    Box type: dm5620
    GUI (enigma1/enigma2): enigma1
    Firmware version: cvs


    your question


    I can get enigma log to file with the command


    enigma >/tmp/enigma.log 2>&1


    I want to limit this file size. Any help please ?


    Regards, pcd.

    Hi,


    For anybody interested I have modified the Movieplayer plugin (plugin provisionally named stream2db) to make it a simple stream client. Network streaming is started on the pc with vlc media player and then when the plugin is selected on db, play starts. Dvds, videofiles, music, playlists etc can be streamed. In fact anything that can be streamed by vlc can be played. If streaming stops for any reason, the plugin automatically reconnects. Tested with a dm5620 and vlc 0.8.5 but should work with the other boxes.


    Sorry for writing in English, but as it may be of general interest I have posted here.


    Regards, pcd.

    Please provide some information about the hard- and software used.


    Box type: 5620
    GUI (enigma1/enigma2): enigma1
    Firmware version: cvs


    your question


    Hi,


    I am trying to write a UDP client plugin for streaming from vlc. Streaming works with http, but is sometimes uncertain. So I want to try UDP.


    First I start the VLC udp streaming of a video with the command line :-


    :sout=#duplicate{dst=std{access=udp,mux=ts,url=(receiver ip):9090}}


    I can see the wireless light blinking at the receiver end indicating the stream reaching there. Then with :-


    fd = socket(AF_INET, SOCK_DGRAM, 0) ;


    I get fd = 65. Also with :-


    rc = connect(fd, (struct sockaddr *)&ads, adsLen) ;


    I get connect success (i.e. rc = 0). However, then with :-


    len = recv(fd, tempBuffer, BLOCKSIZE, 0);


    I get no success from recv (i.e. len = -1). Could the experts please suggest if I missed out a step ? Perhaps 'connect' is not appropriate with UDP ?


    Regards, pcd.

    Do you remember how this problem started ? If jtag does not cure it is probably a hardware fault.

    Hi again,


    I have not had this processor type question before (choice 1-7). For dm5620, is the answer 4 ?



    * Processor
    *
    Processor Type
    > 1. 6xx/7xx/74xx/52xx/8260 (6xx) (NEW)
    2. 40x (40x) (NEW)
    3. 44x (44x) (NEW)
    4. POWER3 (POWER3) (NEW)
    5. POWER4 and 970 (G5) (POWER4) (NEW)
    6. 8xx (8xx) (NEW)
    7. e500 (E500) (NEW)
    choice[1-7]:
    make[3]: *** [oldconfig] Interrupt
    make[2]: *** [oldconfig] Interrupt
    make[1]: *** [.linuxdir] Interrupt
    make: *** [.binutils] Interrupt

    Could some kind person please point me to the cdk tool check programme/command which finds out the installed versions of libtool, gettext etc ? I have seen it somewhere but cannot find now.

    Please provide some information about the hard- and software used.


    Box type: DM5620
    GUI (enigma1/enigma2): Enigma1
    Firmware version: CVS image building


    your question


    Hi,


    I am trying to build an image with the usual method and get this error after make dreamboximage_root. The cvs was downloaded yesterday from cvs.tuxbox.org. It has all worked some time before on a different computer. Only difference now is I could not find pkg-config, but found pkgconfig. Cannot see anything wrong with the file lib/dvb/si.h. Any idea what could be causing this error ?


    Regards, pcd.


    cvs/root/cdkroot/include/sigc++-1.2 -I/home/pcd/tuxbox-cvs/root/cdkroot/include/tuxbox/xmltree -Werror -Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE -fno-rtti -fno-exceptions -MT eavswitch.o -MD -MP -MF ".deps/eavswitch.Tpo" -c -o eavswitch.o eavswitch.cpp; \
    then mv -f ".deps/eavswitch.Tpo" ".deps/eavswitch.Po"; else rm -f ".deps/eavswitch.Tpo"; exit 1; fi
    In file included from ../../include/lib/dvb/dvb.h:5,
    from ../../include/lib/dvb/settings.h:4,
    from ../../include/lib/dvb/edvb.h:12,
    from eavswitch.cpp:14:
    ../../include/lib/dvb/si.h:214: error: expected `)' before '*' token
    ../../include/lib/dvb/si.h:203: error: base `Descriptor' with only non-default constructor in class without a constructor
    make[4]: *** [eavswitch.o] Error 1
    make[4]: Leaving directory `/home/pcd/tuxbox-cvs/apps/tuxbox/enigma/lib/driver'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/pcd/tuxbox-cvs/apps/tuxbox/enigma/lib'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/pcd/tuxbox-cvs/apps/tuxbox/enigma'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/home/pcd/tuxbox-cvs/apps/tuxbox/enigma'
    make: *** [.enigma] Error 2
    [pcd@localhost cdk]$

    musicbob


    FW generally works very well, it takes me 1 min to install an image in multiboot and 2 seconds to boot that image !


    Sorry, using a DM 5620 - I like struggling ! :grinning_squinting_face:


    [Moderator] Fremdimage, verstößt gegen die Boardregeln [/Moderator]
    If you want to discuss those Images, don't do it in this Board.


    Windows XP Pro, SFU server. FW 6.3.


    digi_casi


    May be, but all my images boot OK in flash. Please do not beat musicbob, he is an excellent Professor ! :grinning_squinting_face:


    Regards, pcd.

    Zitat

    Originally posted by musicbob
    FlashWizard works with ANY image in flash.
    The point is different:
    if you want to install a recent image with LZMA compression, then you CAN'T use any official DMM image in flash, because the official images are too old and don't support LZMA


    I have a new cvs in flash. Then with flashwizard I can install any new image in the pc. The problem is any cvs installed in pc does not boot when selected in boot menu ! Other well known images boot ok with multiboot.


    Probably a bug ?

    My main purpose is to put my own image trials on pc multiboot, I don't trust them enough for the flash ! :grinning_squinting_face:


    Flashwizard does not seem to do it with cvs images, and I am not sure if dreamflash 1.04 will accept 1.09 images - I will give it a try.


    Regards, pcd.