Normal
ok now it is indeed connecting with the server and getting responses...unfortunately it responds withRTSP/1.0 401 UnauthorizedServer: H264DVR 1.0Cseq: 2not 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:[CODE=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>[/CODE]
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:
[CODE=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>
[/CODE]