This is my first post here but unfortunately, it's in the troubleshooting category !
Anyway, I'm currently working on making my RPi to be a DVB-S server (not displaying).
So i managed to buy this :
- USB DVB-S2 dongle from Pinnacle/PCTV (model 460e) that has it own power supply.
- Belking powered USB 7 port
My configuration :
- 1x RPi
- One port from the RPi connected to the usb hub
- USB DVB-S2 connected to the powered hub (and the usb dongle has it's external power for the LNB too)
The USB dongle isn't working when i connect it directly to the RPi (it's detected, drivers are loaded, firmware is loaded, but i can't get any signal OK).
However, it does work when i connect the dongle to the powered HUB.
Great... Let's try to install vdr + stream server or tvheadend on a fresh raspbian image
Unfortunately, i'm getting the same results when streaming to a PC, using VLC or MPlayer...
- Scan is OK
- Signal is OK
- Picture has a lot of artefacts & most of time there is no sound at all.
Firmware is the latest version (from today 2012-11-06), kernel too.
But the more verbose is tvheadend, see some log (on an FTA channel) :
Code: Select all
Nov 06 22:05:05 [WARNING]:TS: NXP TDA10071/ASTRA 1: 12,581,000 kHz Vertical (Default (Port 0, Universal LNB))/A LA DEMANDE: MPEG2VIDEO @ #163: Continuity counter error, 8274 duplicate log lines suppressed
Nov 06 22:05:05 [WARNING]:TS: NXP TDA10071/ASTRA 1: 12,581,000 kHz Vertical (Default (Port 0, Universal LNB))/A LA DEMANDE: MPEG2AUDIO @ #92: Continuity counter error, 705 duplicate log lines suppressed
Nov 06 22:05:05 [ERROR]:parser: transport stream MPEG2AUDIO, DTS discontinuity. DTS = 7314315742, last = 7312153582
Nov 06 22:05:06 [WARNING]:TS: NXP TDA10071/ASTRA 1: 12,581,000 kHz Vertical (Default (Port 0, Universal LNB))/A LA DEMANDE: MPEG2VIDEO @ #163: Continuity counter error, 8485 duplicate log lines suppressed
Nov 06 22:05:06 [WARNING]:TS: NXP TDA10071/ASTRA 1: 12,581,000 kHz Vertical (Default (Port 0, Universal LNB))/A LA DEMANDE: MPEG2AUDIO @ #92: Continuity counter error, 720 duplicate log lines suppressed
Nov 06 22:05:06 [ERROR]:mkv: Live stream: Write failed -- Broken pipe
Nov 06 22:05:06 [WARNING]:webui: Stop streaming /stream/channelid/112, muxer reported errors
Code: Select all
Linux raspberrypi 3.2.27+ #257 PREEMPT Mon Nov 5 00:01:55 GMT 2012 armv6l GNU/LinuxCode: Select all
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480MI can't try to use the dongle with the usb 1.1 trick as the dongle require USB 2.0 ...
Also, with the previous firmware, i was experiencing a lot of messages into /var/log/messages about some eth0 issues... Now it seems to be fixed with the latest fimware.
I see that sundtek is on the forum in order to help on similar issues, but i don't know if they have any devices that are using the tda10071 chipset too.
I'm available for testing any firmware/kernel if that can help the community.
Else, if you have any suggestions... I'm open
Regards !
Vincent