[APP] Play any your source of live video on TV (e.g. WeebTV & WilmaaTV for OnlineTV) ES/F

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

[APP] Play any your source of live video on TV (e.g. WeebTV & WilmaaTV for OnlineTV) ES/F

Post by wluczykijwf »

Scripts listCH (Image 25.01.2016) with record stream option from OnlineTV source
Usage last version:
  • 1. Extract files and put directory listCH to: /mnt/phpsysinfo/ (the directory on E/F series).
    2. Set permissions to: listCH.sh, WeebTV.sh files.
    3. Restart TV.
Fatures:
  • cooperation with OnlineTV v1.0.6 or last
  • record stream (only HTTP type, no rtmp and mms protocol) from OnlineTV source (v. 1.1.4 or last)
  • get a weeb.tv link to play via OnlineTV
  • customize any a link of source of online video to watch on TV
How to it work:
listCH.png
SpoilerShow
Usage with WeebTV.sh (for OnlineTV v. 1.0.4 - 1.0.5):
  • download attached listCH.zip and unpak two script (listCH.sh, WeebTV.sh) with 755 to /mtd_rwcommon/listCH
  • download attached 99_99_listCH.init and put with 755 to /mnt/etc/init.d
  • download rtmpgw (download/file.php?id=5436) and 99_97_rtmpgateway.init and put to TV in accordance with the instruction (viewtopic.php?f=63&t=8760&start=60)
  • Prepare a new list of channels for TV and OnlineTV
Example prepare channel list for WeebTV:
  • go to http://weeb.tv/channels and select source link to favorite channels
    weebTV2.png
  • TvList.xml:

    Code: Select all

    <item>
      <title>TVP1 HD</title>
      <link>tvp1hd179</link>
      <image>http://static.weeb.tv/logos/9fe2e1a2c9659a9c3b4f35354b0e35e0.jpg</image>
      <description> </description>
      <type>WeebTV</type>
      <ch_category>
          <id_category>
          </id_category>
      </ch_category>
      <tvid>1</tvid>
      <source>OnlineTV</source>
    </item>
  • If you have premium account you can put the details at the beginning of WeebTV.sh file.
  • If you would like watch video SD set variable use_hd on 0.
I encourage you to write your own interpreters of links and attaching the script on this topic.

Thank you @sectroyer for wtv app.
You do not have the required permissions to view the files attached to this post.
Last edited by wluczykijwf on Thu Nov 05, 2015 1:11 pm, edited 3 times in total.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
magicv
Posts: 6
Joined: Wed Mar 25, 2015 11:37 am
Location: Poland

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by magicv »

Hello,
theoretically I did everything as instructed, but it does not work for me to play with weeb.tv - message "WeebTV - Channel empty!" on a laptop I can watch the channel normally.

1-2-3 TV channel works without problems

---
edit:
I have ony a little problem with:
download rtmpgw (download/file.php?id=5436) and 99_97_rtmpgateway.init and put to TV in accordance with the instruction (viewtopic.php?f=63&t=8760&start=60)
because i dont understend at all :)

-I download rtmpgw (download/file.php?id=5436)
-then 1. Download rtmpgw on PC for D-series (download/file.php?id=1826)
2. Unzip file on PC.
3. Copy file 99_97_rtmpgateway.init.dis from an unpacked archive (/etc/init.d/) to /mnt/etc/init.d/ on your TV.
4. Rename 99_97_rtmpgateway.init.dis to 99_97_rtmpgateway.init.
5. Set via telnet on TV for the 99_97_rtmpgateway.init the file's permissions to perform.

Code: Select all

cd /mnt/etc/init.d
chmod 755 99_97_rtmpgateway.init
6. Download rtmpgw on PC for ES/F-series (download/file.php?id=5436).
7. Unzip file on PC.
3. Put rtmpgw on /mnt/opt/privateer/usr/libso on TV.
4. Set via telnet on TV for the rtmpgw the file's permissions to perform.

Code: Select all

cd /mnt/opt/privateer/usr/libso
chmod 755 rtmpgw
test it with
sh /mnt/etc/init.d/99_97_rtmpgateway.init start
script runing ok

but still dont work, I forget something?
You do not have the required permissions to view the files attached to this post.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by wluczykijwf »

magicv wrote:Hello,
theoretically I did everything as instructed, but it does not work for me to play with weeb.tv - message "WeebTV - Channel empty!" on a laptop I can watch the channel normally.
SpoilerShow
[...]1-2-3 TV channel works without problems
---
edit:
I have ony a little problem with:
download rtmpgw (download/file.php?id=5436) and 99_97_rtmpgateway.init and put to TV in accordance with the instruction (viewtopic.php?f=63&t=8760&start=60)
because i dont understend at all :)
-I download rtmpgw (download/file.php?id=5436)
-then 1. Download rtmpgw on PC for D-series (download/file.php?id=1826)
2. Unzip file on PC.
3. Copy file 99_97_rtmpgateway.init.dis from an unpacked archive (/etc/init.d/) to /mnt/etc/init.d/ on your TV.
4. Rename 99_97_rtmpgateway.init.dis to 99_97_rtmpgateway.init.
5. Set via telnet on TV for the 99_97_rtmpgateway.init the file's permissions to perform.

Code: Select all

cd /mnt/etc/init.d
chmod 755 99_97_rtmpgateway.init
6. Download rtmpgw on PC for ES/F-series (download/file.php?id=5436).
7. Unzip file on PC.
3. Put rtmpgw on /mnt/opt/privateer/usr/libso on TV.
4. Set via telnet on TV for the rtmpgw the file's permissions to perform.

Code: Select all

cd /mnt/opt/privateer/usr/libso
chmod 755 rtmpgw
test it with
sh /mnt/etc/init.d/99_97_rtmpgateway.init start
script runing ok
but still dont work, I forget something?
To the OnlineTV app with WeebTV worked include:
  • Have run on TV rtmpgw (you work)
  • Have started listCH.sh and setting to the listCH.sh and WeebTV.sh the file's permissions to perform (download/file.php?id=5459)
    (do not know if you are running)//Written in the first post in this current topic on how to do
  • To listCH.sh start automatically put 99_99_listCH.init (download/file.php?id=5460) with 755 to /mnt/etc/init.d
  • To have a stable stream enter your login and password premium account to WeebTV.sh
The your channel list and TvList.xml is ok.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
magicv
Posts: 6
Joined: Wed Mar 25, 2015 11:37 am
Location: Poland

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by magicv »

  • Have started listCH.sh and setting to the listCH.sh and WeebTV.sh the file's permissions to perform (download/file.php?id=5459)
    (do not know if you are running)//Written in the first post in this current topic on how to do
  • To listCH.sh start automatically put 99_99_listCH.init (download/file.php?id=5460) with 755 to /mnt/etc/init.d
yes, i have this with chmod

i think i have problem with rtmpgw beceause when i add to my tv list rtmp channel and trying play this i have "HTTP - Connection Failed!"

i login telnet and check status

Code: Select all

VDLinux#> /mnt/etc/init.d/99_97_rtmpgateway.init status
/mnt/etc/init.d/99_97_rtmpgateway.init: line 1: #!/bin/sh: not found
i have this file on this place /mnt/etc/init.d/99_97_rtmpgateway.init chmod 755
i must change something on this file? (viewtopic.php?p=71539#p71539)
i'm stupid, help me please :)

  • To have a stable stream enter your login and password premium account to WeebTV.sh
yes, i use premium, and i add my login and pass in WeebTV.sh
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by zoelechat »

magicv wrote:

Code: Select all

VDLinux#> /mnt/etc/init.d/99_97_rtmpgateway.init status
/mnt/etc/init.d/99_97_rtmpgateway.init: line 1: #!/bin/sh: not found
Looks like wrong text editor, use Notepad++ and set linefeeds to UNIX format :)
I do NOT receive any PM. Please use forum.
magicv
Posts: 6
Joined: Wed Mar 25, 2015 11:37 am
Location: Poland

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by magicv »

send again this file, chmod 755, check status

Code: Select all

VDLinux#> /mnt/etc/init.d/99_97_rtmpgateway.init status
VDLinux#>
still "HTTP - Connection Failed!"
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by wluczykijwf »

magicv wrote:send again this file, chmod 755, check status

Code: Select all

VDLinux#> /mnt/etc/init.d/99_97_rtmpgateway.init status
VDLinux#>
still "HTTP - Connection Failed!"
You login telnet and write top command and search on list rtmpgw process?
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
magicv
Posts: 6
Joined: Wed Mar 25, 2015 11:37 am
Location: Poland

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by magicv »

no, i dont have this proces on my list :?
SpoilerShow
Mem: 572692K used, 47312K free, 0K shrd, 54352K buff, 310300K cached
CPU: 3.0% usr 3.3% sys 0.0% nic 93.6% idle 0.0% io 0.0% irq 0.0% sirq
Load average: 3.36 1.44 0.53 3/650 1722
PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND
91 70 root S < 859m141.6 0 3.2 ./exeTV -vdbinder
93 90 root S 1366m225.3 1 1.8 ./exeAPP -vdbinder
703 93 root S 635m104.8 0 0.6 {BrowserLauncher} /mtd_down/widget
1520 1507 root R 2100 0.3 1 0.1 top
480 93 root S 654m107.8 1 0.1 {WidgetEngine} /mtd_appext/WidgetE
772 93 root S 10596 1.7 0 0.0 {skyhost} /mtd_rwcommon/moip/engin
1443 1442 root S 1784 0.2 0 0.0 {listCH.sh} /bin/sh /mtd_rwcommon/
619 480 root S 775m127.8 1 0.0 /mtd_exe/Webkit/WebKitWebProcess 1
802 703 root S 639m105.4 1 0.0 {WebKitWebProces} /mtd_down/emps/e
277 93 root S 576m 94.9 0 0.0 Compositor -vdbinder
273 93 root S 575m 94.8 0 0.0 /mtd_appdata/Runtime/bin/X -logfil
346 1 root S 22484 3.6 0 0.0 /mtd_cmmlib/BT_LIB/bsa_server -all
71 70 root S 14800 2.3 0 0.0 ./servicemanager_csp -vdbinder
1422 1 root S 11576 1.8 1 0.0 smbd -s /mnt/etc/samba/smb.conf --
1429 1422 root S 11576 1.8 1 0.0 smbd -s /mnt/etc/samba/smb.conf --
1452 1 root S 6324 1.0 1 0.0 httpd -f /mnt/etc/apache2/httpd.co
1458 1452 root S 6324 1.0 0 0.0 httpd -f /mnt/etc/apache2/httpd.co
1459 1452 root S 6324 1.0 0 0.0 httpd -f /mnt/etc/apache2/httpd.co
1460 1452 root S 6324 1.0 1 0.0 httpd -f /mnt/etc/apache2/httpd.co
292 1 root S 3200 0.5 0 0.0 {wpa_supplicant} /mtd_cmmlib/WIFI_
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by wluczykijwf »

magicv wrote:no, i dont have this proces on my list :?
SpoilerShow
Mem: 572692K used, 47312K free, 0K shrd, 54352K buff, 310300K cached
CPU: 3.0% usr 3.3% sys 0.0% nic 93.6% idle 0.0% io 0.0% irq 0.0% sirq
Load average: 3.36 1.44 0.53 3/650 1722
PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND
91 70 root S < 859m141.6 0 3.2 ./exeTV -vdbinder
93 90 root S 1366m225.3 1 1.8 ./exeAPP -vdbinder
703 93 root S 635m104.8 0 0.6 {BrowserLauncher} /mtd_down/widget
1520 1507 root R 2100 0.3 1 0.1 top
480 93 root S 654m107.8 1 0.1 {WidgetEngine} /mtd_appext/WidgetE
772 93 root S 10596 1.7 0 0.0 {skyhost} /mtd_rwcommon/moip/engin
1443 1442 root S 1784 0.2 0 0.0 {listCH.sh} /bin/sh /mtd_rwcommon/
619 480 root S 775m127.8 1 0.0 /mtd_exe/Webkit/WebKitWebProcess 1
802 703 root S 639m105.4 1 0.0 {WebKitWebProces} /mtd_down/emps/e
277 93 root S 576m 94.9 0 0.0 Compositor -vdbinder
273 93 root S 575m 94.8 0 0.0 /mtd_appdata/Runtime/bin/X -logfil
346 1 root S 22484 3.6 0 0.0 /mtd_cmmlib/BT_LIB/bsa_server -all
71 70 root S 14800 2.3 0 0.0 ./servicemanager_csp -vdbinder
1422 1 root S 11576 1.8 1 0.0 smbd -s /mnt/etc/samba/smb.conf --
1429 1422 root S 11576 1.8 1 0.0 smbd -s /mnt/etc/samba/smb.conf --
1452 1 root S 6324 1.0 1 0.0 httpd -f /mnt/etc/apache2/httpd.co
1458 1452 root S 6324 1.0 0 0.0 httpd -f /mnt/etc/apache2/httpd.co
1459 1452 root S 6324 1.0 0 0.0 httpd -f /mnt/etc/apache2/httpd.co
1460 1452 root S 6324 1.0 1 0.0 httpd -f /mnt/etc/apache2/httpd.co
292 1 root S 3200 0.5 0 0.0 {wpa_supplicant} /mtd_cmmlib/WIFI_
You need to modify the original script 99_97_rtmpgateway.init by recommendations by fluffi444
fluffi444 wrote:We just need to add (to use the same place as usual)

Code: Select all

SODIR=$SYSROOT/opt/privateer/usr/libso
and change

Code: Select all

$DAEMON -g 1935 >/dev/null 2>/dev/null &
to

Code: Select all

$SODIR/$DAEMON -g 1935 >/dev/null 2>/dev/null &
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
magicv
Posts: 6
Joined: Wed Mar 25, 2015 11:37 am
Location: Poland

Re: [APP] Play any your source of live video on TV (e.g. WeebTV for OnlineTV) ES/F

Post by magicv »

hmm, i dont understend first part
We just need to add (to use the same place as usual)

Code: Select all

SODIR=$SYSROOT/opt/privateer/usr/libso
where i must add this?

rest i change

Post Reply

Return to “[F] Software”