View Single Post
Marshall Banana's Avatar
Posts: 94 | Thanked: 209 times | Joined on Oct 2009 @ Germany
#35
You are welcome . Im a big fan of iptv myself. For Germany there is a similar service like tvcatchup called Onlinetvrecorder which i use quite often. I once tried to get access to tvcatchup but never managed it. At that time tvcatchup was closed down because of legal issues i think.

When i try to launch hls-player gstreamer crashes:
Code:
hls-player -r http://m.rtve.es/live/ http://iphonelive.rtve.es/stream1.m3u8
TypeError: <lambda>() takes exactly 1 argument (2 given)
Error: GStreamer encountered a general stream error. gstomx_base_filter.c(731): pad_chain (): /GstPipeline:player/GstDecodeBin2:decodebin/GstOmxH264Dec:omxh264dec0:
OpenMAX component in wrong state
ERROR:root:http://iphonelive.rtve.es/stream1/0/384/br109191337-0007137.ts
ERROR:twisted:Unhandled Error
Traceback (most recent call last):
Failure: twisted.web.error.Error: 404 Not Found

Traceback (most recent call last):
Failure: twisted.web.error.Error: 404 Not Found
I think this issue with gstreamer can be solved somehow, maybe gstreamer can't handle the transport-stream or it is initialized incorrectly.
If i just dump the stream i can watch it with mplayer:
hls-player -D -s -p . -k 100 -r http://m.rtve.es/live/ http://iphonelive.rtve.es/stream1.m3u8
mplayer *.ts
I saw small chunks of a brazilian/spanish tv show

EDIT: If you can post a url of tvcatchup i will try it

Last edited by Marshall Banana; 2010-02-10 at 20:56.