Page 1 of 1

How watch streamed TS from a dvbs receiver ?

Posted: Thu Oct 23, 2014 3:16 pm
by Chekos
Hi,

I have a Prismcube (dual dvbs receiver) in my living room and I'd like watch channels streamed on my Samsung TV UE46F64000.
I tried with Plex (IPTV plugin) and Nstreamplayer, but I didn't find the correct syntax.
Here are lines tested with Nstreamplayer.

Code: Select all

<channel>
	<title>Channel 1 HTTP_CDATA</title>
	<stream_url><![CDATA[http://192.168.1.34:49152/content/live-streaming/liveStream-http-488-1.ts]]></stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 HTTP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 RTSP_CDATA</title>
	<stream_url><![CDATA[rtsp://192.168.1.34/live-streaming/liveStream-rtsp-488-1-5.ts]]></stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 RTSP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 RTMP_CDATA</title>
	<stream_url><![CDATA[rtmp://192.168.1.34/live-streaming/liveStream-rtsp-488-1-5.ts]]></stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 RTMP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 ASX RTSP_CDATA</title>
	<stream_url><![CDATA[http://192.168.1.34:9000/live/asx/tv/488.asx]]></stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 ASX RTSP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 ASX HTTP_CDATA</title>
	<stream_url><![CDATA[http://192.168.1.34:9000/live/asx/tv-http/488.asx]]></stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 ASX HTTP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 HTTP</title>
	<stream_url>http://192.168.1.34:49152/content/live-streaming/liveStream-http-488-1.ts</stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 HTTP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 RTSP</title>
	<stream_url>rtsp://192.168.1.34/live-streaming/liveStream-rtsp-488-1-5.ts</stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 RTSP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 RTMP</title>
	<stream_url>rtmp://192.168.1.34/live-streaming/liveStream-rtsp-488-1-5.ts</stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 RTMP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 ASX RTSP</title>
	<stream_url>http://192.168.1.34:9000/live/asx/tv/488.asx</stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 ASX RTSP</description>
	<category_id>1</category_id>
</channel>
<channel>
	<title>Channel 1 ASX HTTP</title>
	<stream_url>http://192.168.1.34:9000/live/asx/tv-http/488.asx</stream_url>
	<logo_30x30></logo_30x30>
	<description>Channel 1 ASX HTTP</description>
	<category_id>1</category_id>
</channel>

Re: How watch streamed TS from a dvbs receiver ?

Posted: Sat Oct 25, 2014 4:17 pm
by q8v08
.ASX isn't supported as far as I know, try .ASF instead.

Re: How watch streamed TS from a dvbs receiver ?

Posted: Thu Oct 30, 2014 10:12 pm
by Chekos
Hi,

Thanks for your help, but asx are created by the receiver, I don't know how replace them.

Regards

Re: How watch streamed TS from a dvbs receiver ?

Posted: Fri Oct 31, 2014 8:57 pm
by q8v08
Download the .ASX then open it notepad and use the .ASF link it gives you.

ASX example
<ASX version="3.0">
<ABSTRACT>http://www.bbc.co.uk/radiohumberside</ABSTRACT>
<TITLE>BBC Humberside</TITLE>
<AUTHOR>BBC</AUTHOR>
<COPYRIGHT>(c) British Broadcasting Corporation</COPYRIGHT>
<MOREINFO HREF="http://www.bbc.co.uk/radiohumberside" />
<PARAM NAME="HTMLView" VALUE="http://www.bbc.co.uk/radiohumberside" />

<Entry>
<ref href="mms://wmlive.bbc.co.uk/wms/england/lrhumberside" />
</Entry>
</ASX>

ASF example
[Reference]
Ref1=http://wmlive.bbc.co.uk/wms/england/lrh ... WMExt=.asf
Ref2=http://212.58.251.92:80/wms/england/lrh ... WMExt=.asf

Re: How watch streamed TS from a dvbs receiver ?

Posted: Sun Jan 04, 2015 7:26 pm
by christian3434
I don?t know how this helps you.

But iam using a DLNA Server on my DVB-C receiver.

I have an old Dreambox 7025+ which has no HDMI. It can record to harddisk. I can record unencrypted HD channels, too. But i can?t view the HD over the SCART connector.

So i installed a DLNA Server on my Dreambox and my TV can connect to it to view my recordings.

Sorry for my bad ugly terrible english ^^