[Release] DVBViewer Recording Service PVR
It realy doesn't look that the channel switching is getting faster Confused

I just have done it manually:
Go to webbrowser and enter:
Code:
http://<ip-dvbviewer-rs>:<webport>/api/getchannelsxml.html?rtsp=1

Now you will get a xml response with the rtsp server ip + port and the parameter for each channel.

Example ProSieben:
Code:
<rtspURL>rtsp://192.168.1.10:554/</rtspURL>
...
...
<channel name="ProSieben" ID="2359890960378250333" EPGID="562954320954461" nr="1202">
    <rtsp>?src=1&freq=12544&msys=dvbs&plts=off&fec=56&pol=h&ro=0.35&sr=22000&mtype=qpsk&tnr=1,12544,22000,10600,1,0,3,4,512,511,97,17501,1,0,24,0,1107,1&pids=0,18,97,511,33,512,515,</rtsp>
</channel>

Save the content in a textfile with the ending .strm like ProSieben.strm:
Code:
rtsp://192.168.1.10:554/>?src=1&freq=12544&msys=dvbs&plts=off&fec=56&pol=h&ro=0.35&sr=22000&mtype=qpsk&tnr=1,12544,22000,10600,1,0,3,4,512,511,97,17501,1,0,24,0,1107,1&pids=0,18,97,511,33,512,515,

Now it is possible to open this strm file with xbmc and watch the live stream.

So the switching time to another channel is releated to XBMC because the DVBViewer have like 1-2 seconds. XBMC do have ~5s. Sad


Messages In This Thread
New Version of PVR.Addon?? - by tvfreak - 2012-12-02, 18:20
RE: [Release] DVBViewer Recording Service PVR - by Portisch - 2013-02-23, 15:04
Wrong channel name - by Highjack - 2013-04-27, 19:16
Cannot connect to dvbviewer... - by blion - 2014-11-22, 12:34
Logout Mark Read Team Forum Stats Members Help
[Release] DVBViewer Recording Service PVR12