Posts by davvo

    For testing please give links to more different 4k media files..


    theres loads on youtube
    3840×2160
    use
    youtube-dl.exe below download unzip
    drag youtube-dl.exe in to cmd window
    -F to get the formats like

    Code
    youtube-dl.exe -F https://www.youtube.com/watch?v=0vrdgDdPApQ


    pick a format
    to download use small case -f and format number
    for this link 138 is 3840×2160

    Code
    youtube-dl.exe -f 138 https://www.youtube.com/watch?v=0vrdgDdPApQ

    my post was for blocking a peer with bt sport
    then using the local card to clear it
    instead of the peer


    remove the services = from your card reader


    use the
    explanation mark in red when blocking


    services = !blockbt


    make sure your card works on your server with no one connected
    apart from you

    show how you blockled the srvid


    should be like this


    oscam.services



    Code
    [blockbt]
    caid   = 0963,0960
    srvid  = C4A7,C4BE,C49A,C49B,C4A4,C4A5,C4BD,C4C8,D224,C5E4,C5E5,C5E9,C5EA,C5F8,C5F9,C4CD




    add to the peer's reader who is giving bt


    oscam.server


    Code
    services = !blockbt


    restart oscam

    If you have no peers connected to your server does it clear from your card then???? i have always found when using oscam on it's own as a server BT sports will always clear from a peer first.... could never get it resolved and gave up in the end tbh.


    you can block that channel from the peer that has it
    with oscam.services
    and add the
    services =
    to that peer's reader in oscam.server
    then it will use the card

    no
    2160p
    4k resolution ?


    can it play this file at this resolution 3840×2160


    UHD Sample footage Barcelona vs Atletico Madrid


    Resolution : 3840×2160
    File size : 1230 Mb
    Duration : 03min 52sec
    Format : TS
    Codec : HEVC


    Code
    http://downloads.4ksamples.com/downloads/Samsung_UHD_Soccer_Barcelona_Atletico_Madrid.ts

    this what your looking for



    Code
    https://ranawd.wordpress.com/2010/06/14/reset-webmin-password-for-ubuntu/


    or


    Code
    http://akyl.net/how-reset-webmin-root-password

    when you run LogCleanup.sh
    it checks if those files
    below are there
    it looks in /tmp
    and /var/Oscamlog
    if those files are not present it cant remove them





    OWNER=ste
    TARGETDIR_1=/tmp
    TARGETDIR_2=/var/Oscamlog
    FILE_1=warnings.txt
    FILE_2=Oscam.check
    FILE_3=Oscam.log
    FILE_4=configupdate.log


    why do want to clean logs that are not there

    then there is no warnings


    so now you need to open your
    LogCleanUp.sh file


    look at the TARGETDIR paths
    then under that the files names


    if in the TARGETDIR there is no files
    by them names
    then it cant delete them


    you can test by making a file
    example


    to make a file called Oscam.log
    in /var/Oscamlog


    type


    touch /var/Oscamlog/Oscam.log


    now run
    LogCleanUp.sh
    to clean it


    only do it with the files names you have in your LogCleanUp.sh
    so it can do it

    do you have ubuntu server
    or ubuntu desktop


    easier to use ubuntu desktop
    so you can see what your doing

    do you have a file in /var/script


    called


    LogCleanUp.sh


    if you have
    then in that file
    it will look in
    TARGETDIR_1=/tmp
    TARGETDIR_2=/var/cccamlog


    for these


    FILE_1=warning.txt
    FILE_2=cccam.check
    FILE_3=oscam.check
    FILE_4=CCcam.log
    FILE_5=Oscam.log


    and if there is nothing there it cant remove it


    open LogCleanUp.sh
    and have a look
    for the paths and files names