[TV] Unable to access streaming page in config (1 Viewer)

jameson_uk

Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    MediaPortal Version: SVN 23831
    MediaPortal Skin: Blue3 Wide
    Windows Version: XP Pro - SP3
    CPU Type: Intel E4500 2x2.2Ghz
    HDD: WD green 500Gb
    Memory: 2Gb DDR2-6400
    Motherboard: GIGABYTE GA-E7AUM-DS2H
    Video Card: Geforce 9400 IGP
    Video Card Driver: Nvidia 191.07
    Sound Card: Nvidia HDMI
    Sound Card AC3: Asus Xonar HDAV
    Sound Card Driver: Latest
    1. TV Card: Pinnacle 7010ix
    1. TV Card Type: Dual DVB-S and Dual DVB-T
    1. TV Card Driver: Latest
    MPEG2 Video Codec: NVidia
    MPEG2 Audio Codec: NVidia
    h.264 Video Codec: PowerDVD 7
    Satelite/CableTV Provider: Freeview (DVB-T) / Freesat (DVB-S)
    HTPC Case: Antec Fusion
    Cooling: Scythe Mini-Ninja
    Power Supply: Antec 300W
    Remote: MCE
    TV: Panasonic 42PZ80B
    TV - HTPC Connection: HDMI

    SVN has been working great for me (the resetgraph.txt fix seems to be giving me 100% success :)) I have just upgraded client to SVN but can not get TV streaming to work.

    Initially I was just getting an error about the audio codec (as described https://forum.team-mediaportal.com/...a-1-454/cannot-watch-tv-no-audio-codec-69994/) but when I try to go into streaming page in config app I am getting the same issues there were accessing the manual control page when the groups went wrong during last upgrade (the title changes but the screen is not displayed)

    In tv error.log I have
    Code:
    2009-10-18 12:16:32.375000 [SetupTv]: Exception   :System.ArgumentOutOfRangeException: Value of '0' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
    Parameter name: Value
       at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
       at SetupTv.Sections.StreamingServer.OnSectionActivated()
       at SetupTv.SetupTvSettingsForm.ActivateSection(SectionSettings section)
    
    2009-10-18 12:16:43.000000 [SetupTv]: Exception   :System.ArgumentOutOfRangeException: Value of '0' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
    Parameter name: Value
       at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
       at SetupTv.Sections.StreamingServer.OnSectionActivated()
       at SetupTv.SetupTvSettingsForm.ActivateSection(SectionSettings section)
    Which would seem to agree with the other post about the port being set to 0 being an issue (third part checks page is showing 0 as being bound)

    If I go into the database and do
    Code:
    update sever set rtspPort = 554;
    this makes the page visiable again (was set to 0 in database)

    Oddly though once applied the thirdparty checks page shows 554 as being bound but I needed to stop and restart the service to get the change to register and now client TV is working
     

    Users who are viewing this thread

    Top Bottom