Forums » Tutorial and setups »
No live TV
Added by Wessel Wits over 12 years ago
Hi all,
I have TV Headend running (Ubuntu 12.04LTS + TVheadend 2.12.deb package).
Through the webinterface I have added my tuner card (Hauppauge WinTV PVR-150 ivtv PCI:0000:02:09.0).
XMLTV is also working.
I can record channels and the recordings look okay.
The only thing that doesn't seem to work is the live TV option.
I just see the VLC player pop-up and when I change the channel it logs:
Jun 02 11:08:58 v4l: /dev/video0: Tuned to 182250000Hz
Jun 02 11:08:58 subscription: "HTTP" subscribing on "Nederland 1", weight: 150, adapter: "Hauppauge WinTV PVR-150 ivtv PCI:0000:02:09.0", network: "", mux: "182250000 Hz", provider: "", service: "", quality: 100
Jun 02 11:09:03 subscription: "HTTP" unsubscribing from "Nederland 1"
This seems correct to me. However the VLC window remains black with just the traffic cone in the center.
Any one any clue?
Regards, Wessel
P.s. with cvlc from the command line I can output a live stream to http; but I prefer to have an integrated solution with Tvheadend.
Replies (2)
RE: No live TV - Added by Hein Rigolo over 12 years ago
If you are using the default 2.12 deb package .. then I would first suggest you upgrade to a version that is compiled directly from the latest git source.
Hein
RE: No live TV - Added by Wessel Wits over 12 years ago
Hein Rigolo wrote:
If you are using the default 2.12 deb package .. then I would first suggest you upgrade to a version that is compiled directly from the latest git source.
Hein
I now have tvheadend running from the git source.
Still the same problem occurs.
This is the debug output on the console:
[INFO]:v4l: /dev/video0: Tuned to 182250000Hz
[INFO]:subscription: "HTTP" subscribing on "Nederland 1", weight: 150, adapter: "Hauppauge WinTV PVR-150 ivtv PCI:0000:02:09.0", network: "<N/A>", mux: "182250000 Hz", provider: "<N/A>", service: "<N/A>", quality: 100
[DEBUG]:Transport: Hauppauge WinTV PVR-150 ivtv PCI:0000:02:09.0/0 Hz: Status changed to [Hardware input] [Input on service]
[DEBUG]:Transport: Hauppauge WinTV PVR-150 ivtv PCI:0000:02:09.0/0 Hz: Status changed to [Hardware input] [Input on service] [Demuxed packets]
[DEBUG]:Transport: Hauppauge WinTV PVR-150 ivtv PCI:0000:02:09.0/0 Hz: Status changed to [Hardware input] [Input on service] [Demuxed packets] [Reassembled packets]
[INFO]:subscription: "HTTP" unsubscribing from "Nederland 1"
But no video in the web browser. I also tried to connect using VLC directly to /stream/channelid/1
This also gives no video and the same debug info from tvheadend.
VLC console says: "ts demux error: cannot peek"
Any ideas?
Rgs. Wessel