Beiträge von pcd

    Hi,


    I have tried to understand why hdd recording works with a 600pvr but not (.ts file does not play) with the 7020 both with Enigma2 images.


    The two attached enigma2 logs show that both go through the same processes and stream similar data packets (in size).


    Could an expert kindly look at these logs and see if there is some obvious reason why the 7020 recording does not work ?


    I have marked in the logs where recording starts. I suspect it is a demux issue, but I do not know which is the correct demux for 7020 recording.


    Regards, pcd.


    Hi,


    Did you solve these problems ?


    Particularly 1) and 2) ?


    Regards, pcd.

    Hi,


    The enigma2 log for a dm7020 CVS image shows this :-



    Clearly the CI slot is not found. File dvbci.cpp has this :-



    Can somebody advise what the problem is please ?


    Is it a driver error ?


    Regards, pcd.

    Streaming video from DM5620 and DM500 is better, especially for higher bitrates, if the tv display is stopped. Neutrino images already had this facility. However to make it possible with enigma, I developed a small modification and a plugin. As people have asked me for this code I attached it below.


    I don't know if it is the best way to stop tv display before streaming from the box, but it works. :smiling_face:


    Regards, pcd.

    Zitat

    Originally posted by fate
    Hi,


    what ist the difference to the VLC Player Plugin?


    Disclaimer: As I have not installed one or the other plugin, this post is no criticism on either of them :winking_face:


    The VLC Player Plugin (of your link) uses gstreamer and requires the gst-neon plugin which is only available (AFAIK) for mipsel. It cannot be used for powerpc boxes.


    Co-operation is no problem with python codes because they are the source. Anybody can see and use my code and improve it. :smiling_face:


    Cheers, pcd.

    Stream2dbE2_1.01


    A plugin to stream video (e.g mpg, divx, dvd) from pc to dreambox. It has been tested on the dm600pvr, but should be ok for the other dreamboxes with Enigma2 images since the plugin is fully in python code.


    Please use this plugin if you have difficulty streaming with other methods.


    It is very simple to use. Ftp the attached plugin to /usr/lib/enigma2/python/plugins/extensions and the conf file to /etc/. Edit the conf file to insert pc-ip etc as shown.


    Start VLC Mediaplayer on pc (if not already installed - see Readme.txt)


    Mount CIFS (if not already installed - see Readme.txt)


    Then just follow the steps shown in the screenshots below.


    The playback can be stopped with the 'tv' button.


    The plugin is under development, so will be pleased to have your comments and suggestions. :smiling_face:


    Regards, pcd.

    Enigma2.log :-


    Code
    in def setAspectRatio : value = 0
    in def getAspectRatioSetting : valstr = 4_3_letterbox
    [U][B]cannot open /proc/stb/avs/0/input[/B][/U]
    getAspectRatioSetting
    in def getAspectRatioSetting : valstr = 4_3_letterbox
    hdparm: /dev/ide/host0/bus0/target0/lun0/disc: No such file or directory


    Is this line "cannot open /proc/stb/avs/0/input" the problem ?


    Can anybody explain why /proc/stb/avs/0/input cannot be opened ?


    Regards, pcd.

    For information and possible solution ?


    The Main Menu > Setup > AV Settings do not work with a 600pvr E2 cvs image I made. This is also the same for a 7020 image.


    The selected settings get into /etc/enigma2/settings but nothing more.


    Regards, pcd.

    Hi,


    In /usr/share/enigma2/keymap.xml, there is (for example)


    Code
    <map context="InfobarMenuActions">
    		<key id="KEY_MENU" mapto="mainMenu" flags="mr" />
    	</map>


    My question is - where is "mainMenu" defined ?


    KEY_MENU obviously calls /usr/share/enigma2/menu.xml which is headed :-


    Code
    <menu text="Mainmenu" title="Mainmenu">
    	<id val="mainmenu" />


    I would like to know where the link is made between "mainMenu" and "Mainmenu" of the two .xml files ? In another words, why "mainMenu" calls menu.xml ?


    Will be grateful for advice.


    Regards, pcd.


    I am trying to run a plugin from menu.xml directly, without calling the pluginbrowser module.


    If I put your line in a screen module (say Test1) _init_ function, I get an error - Test1 does not have an attribute open.


    Will you kindly explain where this code can be implemented ?


    Regards, pcd.

    This is a wrong place to discuss third party images. But multiboot works only with the right image in flash, and then you can multiboot only certain range of images.


    Cheers.