Jump to content


Photo

Channel VOD problem


  • Please log in to reply
9 replies to this topic

#1 piplan1966

  • Senior Member
  • 280 posts

+3
Neutral

Posted 12 October 2024 - 07:00

Hi
hotbird tp 12015 H 27500 this tp channel comes scratch on vod it is seven channels,
All other channels are working fine.
What is the reason?

Re: Channel VOD problem #2 M. Qaiser

  • Member
  • 14 posts

0
Neutral

Posted 13 October 2024 - 05:28

Use this script, it will check signal strength, rescan the problematic transponder, and reboot the receiver if needed.

 
 
#!/bin/bash
 
# Transponder details
FREQ="12015"
POL="H"
SR="27500"
 
# Check signal strength and quality
echo "Checking signal for TP ${FREQ}${POL}..."
SIGNAL=$(echo "$STATUS" | grep "signal" | cut -d":" -f2 | tr -d ' ')
QUALITY=$(echo "$STATUS" | grep "quality" | cut -d":" -f2 | tr -d ' ')
 
# Signal check
if [[ "$SIGNAL" -lt 50 ]] || [[ "$QUALITY" -lt 50 ]]; then
    echo "Low signal detected (Signal: $SIGNAL, Quality: $QUALITY). Rescanning..."
    wget -qO- "http://192.168.1.3/w...an=1&frequency=${FREQ}&polarization=${POL}&symbolrate=${SR}" > /dev/null
else
    echo "Signal is fine (Signal: $SIGNAL, Quality: $QUALITY)."
fi
 
# Option to reboot
read -p "Reboot receiver? (y/n): " REBOOT
[[ "$REBOOT" == "y" ]] && wget -qO- http://192.168.1.3/w...tate?newstate=2 > /dev/null
echo "Done."
 
Note: Replace 192.168.1.3 with your receiver IP address in the script.
 

:)



Re: Channel VOD problem #3 piplan1966

  • Senior Member
  • 280 posts

+3
Neutral

Posted 13 October 2024 - 06:45

Hi

I did not understand your post



Re: Channel VOD problem #4 M. Qaiser

  • Member
  • 14 posts

0
Neutral

Posted 13 October 2024 - 07:20

What part didn't you understand  :)



Re: Channel VOD problem #5 piplan1966

  • Senior Member
  • 280 posts

+3
Neutral

Posted 13 October 2024 - 07:42

You said change your ip address to 192.168.1.13,
How can it be connected,
I couldn't understand anything else.

Re: Channel VOD problem #6 M. Qaiser

  • Member
  • 14 posts

0
Neutral

Posted 13 October 2024 - 08:53

i said 

 

Replace 192.168.1.3 with your receiver IP address in the script.  :) 



Re: Channel VOD problem #7 piplan1966

  • Senior Member
  • 280 posts

+3
Neutral

Posted 13 October 2024 - 10:56

i said 

 

Replace 192.168.1.3 with your receiver IP address in the script.  :) 

Can you give a screenshot?



Re: Channel VOD problem #8 Tech

  • Forum Moderator
    PLi® Core member
  • 14,875 posts

+485
Excellent

Posted 13 October 2024 - 12:36

He is not aware of the ipaddress you use……and a screenshot of what? The cli screendump?


Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

On the edge of the abyss, a step forward is not always progress....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Geplaatste afbeelding button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: Channel VOD problem #9 piplan1966

  • Senior Member
  • 280 posts

+3
Neutral

Posted 13 October 2024 - 13:20

Asking for a screenshot of which method to use as I don't know about it,



Re: Channel VOD problem #10 piplan1966

  • Senior Member
  • 280 posts

+3
Neutral

Posted 13 October 2024 - 14:27

bash not open and Null not open




9 user(s) are reading this topic

0 members, 8 guests, 0 anonymous users


    Bing (1)