How watch streamed TS from a dvbs receiver ?
Posted: Thu Oct 23, 2014 3:16 pm
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.
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>