Is Ipimp working with latest SVN? (1 Viewer)

cheezey

Community Plugin Dev
August 26, 2004
1,560
312
57
West Yorks, UK
Home Country
United Kingdom United Kingdom
Probably a problem with the ffmpeg parameters. Can you send me your config.xml and Apache error.log.


Sent from my iPhone using Tapatalk
 

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Is Ipimp working with latest SVN?

    I've done a clean ipimp install. So if my config.xml is wrong it must be a bug in the installer.

    Code:
    <appconfig>
      <transcoders>
        <transcoder name="LiveTV" usetranscoding="1" filename="&quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg\ffmpeg.exe&quot;" args="-i - -threads 0 -re -vcodec libx264 -fpre &quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg/ffpresets/libx264-veryfast.ffpreset&quot; -g 100 -keyint_min 50 -b 256k -s 480x272 -aspect 480:272 -acodec libfaac -ac 2 -ab 64k -ar 44100 -async 2 -f ism http://127.0.0.1:1313/SmoothStream.isml/Streams(SmoothStream)" inputmethod="2" outputmethod="4" />
    	<transcoder name="Recording" usetranscoding="1" filename="&quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg\ffmpeg.exe&quot;" args="-ss 420 -i - -threads 0 -re -vcodec libx264 -fpre &quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg/ffpresets/libx264-veryfast.ffpreset&quot; -g 100 -keyint_min 50 -b 256k -s 480x272 -aspect 480:272 -acodec libfaac -ac 2 -ab 64k -ar 44100 -async 2 -f ism http://127.0.0.1:1313/SmoothStream.isml/Streams(SmoothStream)" inputmethod="0" outputmethod="4" />
        <transcoder name="TVSeries" usetranscoding="1" filename="&quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg\ffmpeg.exe&quot;" args="-i &quot;{0}&quot; -threads 0 -vcodec libx264 -fpre &quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg/ffpresets/libx264-veryfast.ffpreset&quot; -g 100 -keyint_min 50 -b 256k -s 480x272 -aspect 480:272 -acodec libfaac -ac 2 -ab 64k -ar 44100 -async 2 -f ism http://127.0.0.1:1313/SmoothStream.isml/Streams(SmoothStream)" inputmethod="0" outputmethod="4" />
        <transcoder name="Radio" usetranscoding="1" filename="&quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg\ffmpeg.exe&quot;" args="-i - -threads 0 -acodec libfaac -ac 2 -ab 64k -ar 44100 -async 2 -f ism http://127.0.0.1:1313/SmoothStream.isml/Streams(SmoothStream)" inputmethod="2" outputmethod="4" />
      </transcoders>
    </appconfig>

    error.log is here:
    http://pastebin.com/raw.php?i=5e2X1fbB
     

    cheezey

    Community Plugin Dev
    August 26, 2004
    1,560
    312
    57
    West Yorks, UK
    Home Country
    United Kingdom United Kingdom
    Yes - it is a bug with the installer. Try updating your recording entry in config.xml with this......

    Code:
    <transcoder name="Recording" usetranscoding="1" filename="&quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg\ffmpeg.exe&quot;" args="-ss 420 -i &quot;{0}&quot; -threads 0 -vcodec libx264 -fpre &quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg/ffpresets/libx264-veryfast.ffpreset&quot; -g 100 -keyint_min 50 -b 256k -s 480x272 -aspect 480:272 -acodec libfaac -ac 2 -ab 64k -ar 44100 -async 2 -f ism http://127.0.0.1:1313/SmoothStream.isml/Streams(SmoothStream)" inputmethod="0" outputmethod="4" />
     

    mylle

    Portal Pro
    April 14, 2005
    574
    66
    Denmark
    Home Country
    Denmark Denmark
    Hi Cheezey.

    How about the "no channel group found" after streaming once? Do you have a clue whats going on here? Also nothing happens if i hit the button "tv card status" or "disc status"

    Also i seem to remember the the stream starting in the same browser window in the "old" version. Now, when pressing play for the stream to start it opens up in a new browser window. Is this as intended?

    regards
    Jacob
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Re: Is Ipimp working with latest SVN?

    Yes - it is a bug with the installer. Try updating your recording entry in config.xml with this......

    Code:
    <transcoder name="Recording" usetranscoding="1" filename="&quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg\ffmpeg.exe&quot;" args="-ss 420 -i &quot;{0}&quot; -threads 0 -vcodec libx264 -fpre &quot;C:/Program Files (x86)/iPiMP/Utilities/ffmpeg/ffpresets/libx264-veryfast.ffpreset&quot; -g 100 -keyint_min 50 -b 256k -s 480x272 -aspect 480:272 -acodec libfaac -ac 2 -ab 64k -ar 44100 -async 2 -f ism http://127.0.0.1:1313/SmoothStream.isml/Streams(SmoothStream)" inputmethod="0" outputmethod="4" />

    I replaced the Recording part in config.xml but now my main menu only consists of:
    TV Program, Radio Program, Future Recordings and TV Server status. The point Recordings is gone... ?!?
     

    cheezey

    Community Plugin Dev
    August 26, 2004
    1,560
    312
    57
    West Yorks, UK
    Home Country
    United Kingdom United Kingdom
    Strange. It will be unrelated to config.XML as that file is only used when launching a stream.

    Can you post your web.config there are a couple of settings in there which determine what appears on the main menu.


    Sent from my iPhone using Tapatalk
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Is Ipimp working with latest SVN?

    I'm so sorry it seemed i deactivated it in the settings - i wasn't aware that i can do this. Sorry.

    So back to topic. I'm still getting the same error, that the URL is not found.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Is Ipimp working with latest SVN?

    No TV Overview works fine here.
     

    Users who are viewing this thread


    Write your reply...
    Top Bottom