Thursday, October 18, 2012

stv090x-scan BETA

Ok so here is the new beta, you can find it on my Google Drive, click download on the right.

Its still a big work in progress, nothing is threaded so no multitasking here boys. Not yet anyhow, its coming later.

Enter your params, press update to refresh, then click anywhere on the plot to have the app attempt to tune the tp. If it can another dialog opens with basic info about the tp including pids.

If you want using ctrl-click choose

PMT
PCR
apid
vpid

and press vlc and it will open and you can view streamed mux.


If your using a Prof 7301 use the beta patch and report back to me how its working for you. I think I fixed it, but not sure.

Once this gets a little more stable I'll also fork off a version that doesnt have the scan feature for all you non stv0900/stv0903 users.

UDL

1 comment:

  1. I just wanted to give you some feedback. I was unable to use your custom kernel on Ubuntu 14.04.4 64 bit. I'm currently running kernel 4.4.0-28-generic and have installed the libqwt6 and libqwt5-qt4 and libqwtplot3d-qt4-0 and libqwtplot3d-qt4-dev packages. I tried to build updateDVB but ran into several build issues but I got past most of them. Part of the problem is that some of the function calls are no longer valid. I'm still having trouble with the linker. I had to modify the INCLUDEPATH directive in updateDVB.pro and had to make a change in scan.cpp since removeALL() is no longer supported - I simply changed it to remove() - and got the source code to compile. And tried modifying the LIBS directive but ended up with a bunch of undefined references. I'm not sure of how to fix it but I'll let you know what I turn up. Here is the last thing I tried in updateDVB.pro (I tried variations on this by comenting stuff in/out or adding stuff):

    INCLUDEPATH += /usr/local/qwt-6.1.4-svn/include
    INCLUDEPATH += /usr/include/qwt-qt4
    //INCLUDEPATH += /usr/include/qwt
    LIBS += -Wl,-rpath,/usr/local/qwt-6.1.4-svn/lib -L /usr/local/qwt-6.1.4-svn/lib -l:libqwt.so
    LIBS += -Wl,-rpath,/usr/lib -L /usr/lib -l:libqwt.so.6.0

    ReplyDelete