Friday, October 19, 2012

My demux application

updated the demux app, you now can use the -mode switch

-mode dvr            (defailt) to send to /dev/dvb/adapter0/dvr0 so vlc or mplayer can view
-mode decoder     to send to /dev/dvb/adapter0/video0 if your card has a deccoder
-mode file            to send it to a file, default is test.ts in the current folder

to use the dvr mode

in one window tune the tp

tune-s2 4000 H 30000 -2 -lnb CBAND

in another run demux

demux -pids 0x00 0x30 0x31 0x32 0x34

in another open dvr0 with mplayer or vlc

mplayer /dev/dvb/adapter0/dvr0

and enjoy.

or if youve got a stv0900/stv0903 chipset device you can use my stv090x-scan app

UDL

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