#171: Using Panasonic TV as SAT>IP source

Support forum for minisatip
bergvoll

Post by bergvoll »

Hi all,

What i would like to do is use my Panasonic TX-49CX750 as SAT>IP source for minisatip, then get minisatip to decrypt the channels so i can connect the SAT>IP client in the same TV for watching. The TV got both a DVB-C/T and a DVB-S2 tuner, but i just want to use DVB-C.

Ive tried using the following commands, without luck:
./minisatip -s dvbc:10.0.0.205:554 -o 127.0.0.1:15000
./minisatip -s dvbc:10.0.0.205:554 --s dvbs2:10.0.0.205:554 -e 0 -o 127.0.0.1:15000

when i look in the http status page, it shows no signal.

When using Tvheadend, the Panasonic SAT>IP server works without problems as a source and show up like this:



The problem with Tvheadend is that it does not work as a SAT>IP server for the TV (cannot find all the channels, or playing any of them).

I also have no problem getting minisatip to work with the Panasonic SAT>IP client when i use a USB tuner as DVB-C source.

Any advice on how to get minisatip working with the Panasonic SAT>IP server as DVB-C source?
catalinii
Posts: 0
Joined: Wed Nov 18, 2015 5:41 am

Post by catalinii »

Hi,

I would recommend try tuning one channel and get the minisatip log (add -f -l -l )
The satip client was not tested with too many server so that could be also an issue...

Thanks
bergvoll

Post by bergvoll »

Thanks for the reply.

I tried a bit more this evening with -l -l -l. The TV show the No signal error message. Any hints in my log file?
http://pastebin.com/SuqwcP9y
catalinii
Posts: 0
Joined: Wed Nov 18, 2015 5:41 am

Post by catalinii »

Hi,

the problem is that the client is not compatible with yur TV. I will work on the next commit on this issue and you can test it...

Thanks
bergvoll

Post by bergvoll »

Great!

Looking forward to testing it.

Thanks
9000h
Posts: 89
Joined: Tue May 12, 2015 1:49 pm

Post by 9000h »

looks like satip.c:352
FILL(&plts=%s, tp->plts, PILOT_AUTO, get_pilot(tp->sys));
should be
FILL(&plts=%s, tp->plts, PILOT_AUTO, get_pilot(tp->plts));
catalinii
Posts: 0
Joined: Wed Nov 18, 2015 5:41 am

Post by catalinii »

Lol, i looked for it and at the first look i did not see it at all
catalinii
Posts: 0
Joined: Wed Nov 18, 2015 5:41 am

Post by catalinii »

Thank you
bergvoll

Post by bergvoll »

Thank you for looking in to it. However, when i change that line, it still wont work.

Running minisatip like this: ./minisatip -s dvbc:10.0.0.205:554 -o 10.0.0.20:15000 -f -l -l -l
gives me this log: http://pastebin.com/nGcJ7A8P
9000h
Posts: 89
Joined: Tue May 12, 2015 1:49 pm

Post by 9000h »

well something is missing

[05/10 16:50:15.14368]: Forcing session id 846930886 on stream 0
[05/10 16:50:15.14368]: No Transport header was specified, for sid 0
[05/10 16:50:15.14368]: reply -> 11 (10.0.0.205:51340) CL:0 :
RTSP/1.0 454 Session Not Found
Post Reply