Setting up a live web stream as a TV Channel (2 Viewers)

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,609
    3,008
    Nuenen
    Home Country
    Netherlands Netherlands
    ok now it is indeed connecting with the server and getting responses...
    unfortunately it responds with
    RTSP/1.0 401 Unauthorized
    Server: H264DVR 1.0
    Cseq: 2

    not really sure what is happening here, if it is an unimplemented login system, or something other...

    Is watching this in onlinevideos also an option for you? or doable as a test?
    That has a couple more tricks I can use (mpurlsourcesplitter/lav filter)
    you have to add something like this to the onlinevideosites.xml:
    XML:
        <Site name="Live Streams" util="GenericSite" agecheck="false" enabled="true" lang="nl" player="Internal">
          <Description>Live streams</Description>
          <Categories>
            <Category xsi:type="Group" name="Streams">
              <Channels>
                <Channel name="BB">rtsp://admin:12345678@192.168.0.249:554/channel0</Channel>
              </Channels>
            </Category>
          </Categories>
        </Site>
     

    Rob Hexenmeister

    MP Donator
  • Premium Supporter
  • May 12, 2011
    219
    57
    Slaithwaite
    Home Country
    United Kingdom United Kingdom
    ok now it is indeed connecting with the server and getting responses...
    unfortunately it responds with
    RTSP/1.0 401 Unauthorized
    Server: H264DVR 1.0
    Cseq: 2
    Oh no. That's not good news. It looks like this is going to be complicated.

    OnlineVideos won't let us record, so that isn't going to work on this occasion, but I do like the information you have given on Online Videos because I have tried and failed to understand the wiki on that. I will remember this for future use.

    In the meantime I am going to have to work out what is going wrong with the server connection. And I don't really have the knowledge :(
    I think Mr Google is going to be my friend for many hours on this problem

    Thank you for your time, as ever
    RH
     

    Users who are viewing this thread

    Top Bottom