Beiträge von pcd

    Greetings for the Festive Season !


    I post this method because users of the dm600 and dm7020 enigma2 images have difficulty using webif streaming. However, it should also be ok with the mipsel boxes (800, 7025 and 8000). Tested with vlc 0.8.6.


    To stream currently playing channel :-


    (1) Telnet command :-


    wget -q -O - h**p://127.0.0.1/web/getpid


    or


    wget -q -O - h**p://dreambox-ip/web/getpid


    The reply will be (or example):-


    h**p://192.168.1.3:31339/0,200,a2,58


    Start vlc media player and do :-


    File -> Open File -> Network -> select HTTP and copy and paste the telnet pid reply. Press OK and streaming should start.


    If streaming does not start - Restart vlc and do :-


    File -> Open Network Stream -> select HTTP and copy and paste the telnet pid reply.


    Select Stream/Save -> Settings -> select Play locally and Select all elementary streams -> press OK.


    Record :-


    To record - in Network Stream Stream/Save - select File.


    Zap to another channel :-


    Find the bouquet list from /etc/enigma2/bouquet


    You can also get the bouquet name by telnet :


    wget -q -O - h**p://127.0.0.1/web/getservices


    Then get the service ref for the channels in a bouquet by (for example for 'favourites' bouquet) telnet :-


    wget -q -O - h**p://127.0.0.1/web/getservices?sRef=1:7:1:0:0:0:0:0:0:0:FROM%20BOUQUET%20%22userbouquet.favourites.tv%22%20ORDER%20BY%20bouquet


    Save the channel ref (e2servicereference) list.


    To zap to a channel - telnet (for example) :-


    wget -q -O - h**p://127.0.0.1/web/zap?sRef=channel ref



    Regards, pcd. :smiling_face:


    You can only patch enigma2 in enigma2.bb.


    For example - make a diff file oe_enigma2_diff.patch :-


    Then put this file in /packages/enigma2. Next name this file in enigma2.bb :-

    Code
    PV = "${REL_MAJOR}.${REL_MINOR}git${SRCDATE}" 
    SRC_URI = "svn://git.opendreambox.org/enigma2${SUBDIR};module=${MODULE};date=${SRCDATE} \ 
    # file://enigma2.sh" 
    file://oe_enigma2_diff.patch;patch=1;pnum=1 \ 
    file://enigma2.sh"


    Then bitbake enigma2.
    In the same way you can add patches to other .bb files.
    Regards, pcd.

    Hi,


    I also have a similar problem to this.


    With the new Makefile-opendreambox v0.4.2 (2009-11-20) with the change to 1.6.8 as here :-


    BB_URL = git://git.opendreambox.org/git/bitbake
    #BB_BRANCH = 1.4.2-git
    BB_BRANCH = 1.6.8


    I get this error :-




    With :-


    BB_BRANCH = 1.4.2-git


    The make image continues (no error ).


    Please advise if - image-build with 1.4.2 is ok now ? 1.6.8 is not necessary ?


    Regards, pcd.

    Plugin stream2db was developed as a simple stream client to stream media files from pc to dreambox - when other methods like Movieplayer did not work. First release Simple stream client - Stream2db


    First - the media streaming is manually started with vlc mediaplayer on the pc. Then the plugin is started to playback on the dreambox.


    The original worked with vlc 0.8.6. Following requests from users the plugin is now updated for use with vlc 1.0.


    Any media that can be played with vlc (mpg, mp4, divx, dvd, internet, playlist) can be streamed with this method.


    Install plugin :-


    The plugin .so and .cfg to /usr/lib/tuxbox/plugins (for openembedded) or /var/tuxbox/plugins (for others) and chmod 755 for the .so.


    The .xml file to /etc/tuxbox/config (for openembedded) or /var/tuxbox/config (for others). Edit to insert the pc-ip.


    Configure vlc 1.0 :-


    Settings - Preferences - Interface - Main interface - select HTTP. (Pic1)
    Settings - Preferences - Interface - Main interface - HTTP - Advanced options - insert in Host address :8080.(Pic2)


    Preferences - Stream output - select (tick) all boxes except 'display while streaming'.


    Close vlc.


    Open program folder VideoLAN (default install C:\Program Files\VideoLAN). In \VideoLAN\VLC\http find file .hosts. In this file find the line like :


    #192.168.0.0/16


    Delete # and insert the pc-ip (vlc server-ip).


    Operation of plugin :-


    Start vlc and select Open Network Stream.


    Add the media and select Stream from the bottom.(Pic3)


    Select Next and Next on the next two windows.


    In the next window - insert the sout command :- (Pic4)


    :sout=#transcode{vcodec=mp2v,vb=1000,venc=ffmpeg{s trict-rc=1},width=352,hei
    ght=288,fps=25,scale=1,acodec=mp2a,ab=128,channels =2,samplerate=0}:std{acce
    ss=http,mux=ts{pid-video=68,pid-audio=69},dst=:9090/dboxstream} :sout-all :sout-keep


    If the streaming is not good - you may try with other vlc parameters in this line.


    Finally, select Stream and streaming should start.


    At the dreambox - start plugin.


    Regards, pcd.

    The "Tune failed" message means exactly that. The transponder is not tuned in. Please give some details.


    Is it a weak transponder ? Did it work before ? When did it start the "Tune Failed" problem ? Have you tried tuning in again ?


    Also look in the file /etc/enigma2/settings. Are the channels listed there ?

    Hi hazem,


    It could be a Sunday problem. Try again later or tomorrow.


    In any case the main repository is usually more up-to-date. The url is :-


    git://git.opendreambox.org/git/enigma2.git


    Cheers, pcd.

    @Developers


    I tried to make a OE-1.6 image for the dm600pvr. After some time - the 'make' stopped with the following errors :-



    It seems eglibc configure fails. The config.log is attached.


    It contains these lines :-



    Can someone please advise how to solve this problem ?


    I assume that OE-1.6 is intended for the 600pvr (also). Am I correct ?


    Regards, pcd.

    Hallo Freunde!


    Hier ist das MySpaceViewer plugin, welches videos von der myspace-Website abspielt!


    Es sollte auf allen mipsel dreamboxen (7025, 800 und
    8000) laufen - und auch für die dm600pvr und dm7020 wenn dort ein enigma2-image läuft.


    Voraussetzungen:


    VlcPLayer plugin auf der Dreambox
    VLC mediaplayer auf dem PC


    Software: twisted, twisted-web (Die meisten Images - haben)


    VlcPlayer Einstellungen: video width (Breite) = 720, video depth (Höhe) = 576, audio/video transcode = yes


    Bemerkungen:


    Sollte ein video nicht abgespielt werden dann sollte erneut versucht werden es abzuspielen! Manche videos sind in der ausgewählten region nicht verfügbar.


    Die screenshots erklären das vorgehen beim suchen. [Blockierte Grafik: http://www.i-have-a-dreambox.com/wbb2/eng_images/smilies/smile.gif]


    Grüße, pcd.


    (Dank LeoGR - für die Übersetzung!)


    .................................



    Hi Friends,


    The attached plugin MySpaceViewer streams videos from the myspace website.


    Should be ok for all mipsel (7025, 800 and 8000) dreamboxes - and also dm600pvr and dm7020 with enigma2 images.


    Requires :-


    Plugin VlcPlayer installed in dreambox
    VLC mediaplayer started on pc


    Software : twisted, twisted-web (most images have these)


    VlcPlayer server config : video width = 720, video depth = 576, audio/video transcode = yes


    Hints


    If a video does not show try again. Some vodeos may not be available in your region.


    The screenshots explain the search methods.


    Enjoy ! [Blockierte Grafik: http://www.i-have-a-dreambox.com/wbb2/eng_images/smilies/smile.gif]


    Regards, pcd.