How watch streamed TS from a dvbs receiver ?

Here for general support for F series TVs, request and problem solve area.
Post Reply

Chekos
SamyGO Project Donor
Posts: 5
Joined: Sun Oct 12, 2014 10:45 pm

How watch streamed TS from a dvbs receiver ?

Post 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>
q8v08
Posts: 25
Joined: Sun Oct 19, 2014 10:47 pm

Re: How watch streamed TS from a dvbs receiver ?

Post by q8v08 »

.ASX isn't supported as far as I know, try .ASF instead.
Chekos
SamyGO Project Donor
Posts: 5
Joined: Sun Oct 12, 2014 10:45 pm

Re: How watch streamed TS from a dvbs receiver ?

Post by Chekos »

Hi,

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

Regards
q8v08
Posts: 25
Joined: Sun Oct 19, 2014 10:47 pm

Re: How watch streamed TS from a dvbs receiver ?

Post 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
christian3434
Posts: 4
Joined: Sun Jan 04, 2015 1:43 am

Re: How watch streamed TS from a dvbs receiver ?

Post 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 ^^

Post Reply

Return to “[F] Support”