Difference between revisions of "How watch IPTV"


From SamyGO
Jump to: navigation, search
(add table to easy compare available IPTV methods)
m (Installation)
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
  
 
= xupnpd =
 
= xupnpd =
[[File:xupnpd.png|80px|right]] Instruction available at [http://forum.samygo.tv/viewtopic.php?f=5&t=2952#p23828 SamyGO forum].
+
=== Installation ===
 +
[[File:xupnpd.png|128px|right]] For run xupnpd at your TV need:
 +
* telnet support for your TV (as [[Content Library applications list#Telnet_Enabler|Content Library app]] or using [[How to enable Advanced mode startup script#Enable Telnet and Back-Door|patched firmware]])
 +
* FTP support (as [[Content Library applications list#FTP_Server|Content Library app]]) - optional for copy files to TV your can also use telnet
 +
* [[How to enable Advanced mode startup script#Add Auto Start Scripts|patched firmware]] (optional for autorun with TV start)
  
Supported protocols: ''http://'', ''udp://''.
 
  
'''[[xupnpd - playlist|Supported playlists]]'''
+
App compose from two part what your need download separately:
 +
* main app files - [http://xupnpd.org/wiki/#Downloads '''download''' from official xupnpd site]
 +
* app executable file (B650 TV need compile for ARMv6) - [http://forum.samygo.tv/viewtopic.php?f=5&t=2952&start=50#p29793 '''download''' latest from forum]
 +
<font color=gray>WARNING! Two parts should be from this same version number.</font>
 +
 
 +
 
 +
Now you can start work with TV:
 +
* unpack main app files (after this you will have ''xupnpd-rc'' folder)
 +
* unpack executable file - ''xupnpd-arm'' - to ''xupnpd-rc'' folder
 +
* find file ''xupnpd.lua'' end edit it. You must change following parameters:
 +
cfg.ssdp_interface='eth0'
 +
cfg.ssdp_loop=1
 +
cfg.mcast_interface='eth0'
 +
* at TV run telnet (if your need) and FTP applications
 +
* at PC run your FTP client application <small>(like [http://www.crossftp.com/download.php CrossFTP])</small> and copy ''xupnpd-rc'' folder to TV path:
 +
/mtd_rwarea
 +
* at PC run telnet app <small>(like [http://chiark.greenend.org.uk/~sgtatham/putty/download.html Putty])</small> and connect as root user
 +
* in telnet set executable flags for folder and files:
 +
chmod -R 777 /mtd_rwarea/xupnpd-rc
 +
chmod 755 /mtd_rwarea/xupnpd-rc/xupnpd-arm
 +
* now your can start prepared '''xupnpd''' app using telnet command:
 +
/mtd_rwarea/xupnpd-rc/xupnpd-arm
 +
* after while your can press Source button at TV remote and open new DLNA device called '''UPnP-IPTV'''
 +
* if all works good you can add '''xupnpd''' to TV autorun (possible only using patched firmware)
 +
 
 +
<br>
 +
 
 +
=== Configuration ===
 +
xupnpd allow add new playlists and change some configurations using web-panel. For access open web browser and put address: '''''http://TV_IP:4044''''' (where ''TV_IP'' is your TV IP address in local network).
 +
 
 +
 
 +
For Samsung TV we prepare '''[[xupnpd - playlist|supported playlists]]'''.
  
 
<br>
 
<br>
Line 21: Line 55:
  
  
Using this method you can add streams only manual editing bookmark file, but it's possible to remove stream inside YouTube widget.
+
Using this method you can add streams only manual editing bookmark file, but it's possible to remove stream inside YouTube widget with TV remote controller.
  
 
<font color="gray">More informations available at [http://forum.samygo.tv/viewtopic.php?f=5&t=539#p4404 SamyGO forum].</font>
 
<font color="gray">More informations available at [http://forum.samygo.tv/viewtopic.php?f=5&t=539#p4404 SamyGO forum].</font>
Line 39: Line 73:
  
 
<br>
 
<br>
 
 
= <small>Comparison</small> =
 
= <small>Comparison</small> =
<center>
 
 
{|class="wikitable"
 
{|class="wikitable"
 
|-style="font-size:12pt"
 
|-style="font-size:12pt"
Line 57: Line 89:
 
|-align="center"
 
|-align="center"
 
!style="text-align:right"|file formats/codecs  
 
!style="text-align:right"|file formats/codecs  
||mp4 *||mp4, wmv, asf *||mp4, wmv, asf *||wmv *
+
||mp4 <small>(mpgv, h264)<small> *||mp4, wmv, asf *||mp4, wmv, asf *||wmv *
 
|-align="center"
 
|-align="center"
 
!style="text-align:right"|add own streams  
 
!style="text-align:right"|add own streams  
Line 75: Line 107:
 
|-align="center"
 
|-align="center"
 
!style="text-align:right"|problems  
 
!style="text-align:right"|problems  
|| || ||after exit no signal from tuner<br><small>(for fix change channel)</small>||no sound,<br>slow and not good video quality
+
|| || ||after exit no signal from tuner<br><small>(for fix change channel)</small>||no sound,<br>slow and bad video quality
 
|-align="center"
 
|-align="center"
 
!style="text-align:right"|other  
 
!style="text-align:right"|other  
Line 81: Line 113:
 
|}
 
|}
 
<small>* - maybe more, need deep tests</small>
 
<small>* - maybe more, need deep tests</small>
</center>
 
  
 
<br>
 
<br>
 +
 
<small>
 
<small>
 
--[[User:Moras86|moras86]] 12:26, 21 January 2012 (UTC)
 
--[[User:Moras86|moras86]] 12:26, 21 January 2012 (UTC)
 
</small>
 
</small>

Latest revision as of 20:04, 11 April 2012

Samsung B-series default don't support watch real-time streams from network, but SamyGO users find some ways to make it possible. Here all knowing way to watch IPTV:


xupnpd

Installation

Xupnpd.png

For run xupnpd at your TV need:


App compose from two part what your need download separately:

WARNING! Two parts should be from this same version number.


Now you can start work with TV:

  • unpack main app files (after this you will have xupnpd-rc folder)
  • unpack executable file - xupnpd-arm - to xupnpd-rc folder
  • find file xupnpd.lua end edit it. You must change following parameters:
cfg.ssdp_interface='eth0'
cfg.ssdp_loop=1
cfg.mcast_interface='eth0'
  • at TV run telnet (if your need) and FTP applications
  • at PC run your FTP client application (like CrossFTP) and copy xupnpd-rc folder to TV path:
/mtd_rwarea
  • at PC run telnet app (like Putty) and connect as root user
  • in telnet set executable flags for folder and files:
chmod -R 777 /mtd_rwarea/xupnpd-rc
chmod 755 /mtd_rwarea/xupnpd-rc/xupnpd-arm
  • now your can start prepared xupnpd app using telnet command:
/mtd_rwarea/xupnpd-rc/xupnpd-arm
  • after while your can press Source button at TV remote and open new DLNA device called UPnP-IPTV
  • if all works good you can add xupnpd to TV autorun (possible only using patched firmware)


Configuration

xupnpd allow add new playlists and change some configurations using web-panel. For access open web browser and put address: http://TV_IP:4044 (where TV_IP is your TV IP address in local network).


For Samsung TV we prepare supported playlists.


YouTube widget - bookmark

Youtube.png

This method is based at default Internet@TV (non Yahoo engine) widget. YouTube official allow watch only own videos, but it's possible to add external links. This way you can add own playlist with online streams.

You need replace/edit file:

/mtd_down/common/200000103/tvBookmark.xml

Probably only mms:// streams supported. Video formats supported: mp4, wmv, asf.

Supported playlist


Using this method you can add streams only manual editing bookmark file, but it's possible to remove stream inside YouTube widget with TV remote controller.

More informations available at SamyGO forum.


NetPlayerB widget

Netplayerb.png

Description and download link for NetPlayerB widget.


MPlayer

Moras mplayer.png

This is early port version (like author say ober-super-alpha) of MPlayer app for Samsung TV. You can run it using Content Library.

Only one stream can be used. You can add own in _cmd.txt file.

Example file include:

mplayer -quiet -cache 2048 mms://89.187.1.165/gamma

More information available at SamyGO forum.


Comparison

xupnpd YouTube mod NetPlayer MPlayer
firmware require 2005.0 or older
(patched for autorun with TV)
all supported telnet or FTP any 2005.0 or older
protocols support http, udp mms * mms * mms *
file formats/codecs mp4 (mpgv, h264) * mp4, wmv, asf * mp4, wmv, asf * wmv *
add own streams upload and manage using webpage edit xml file in TV edit xml file before install or in TV edit txt file before run
allow playlists YES only one playlist only one playlist only one stream
display comments NO YES YES NO
display thumbnails NO YES partly
(as html code)
NO
load/buffering video slowly quite fast medium quite fast
problems after exit no signal from tuner
(for fix change channel)
no sound,
slow and bad video quality
other allow record using PVR+ app,
allow set aspect ratio
still developed and updated
allow remove streams via remote

* - maybe more, need deep tests


--moras86 12:26, 21 January 2012 (UTC)