[APP] rtmpgw for ES/F-series

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

Re: [APP] rtmpgw for ES/F-series

Post by wluczykijwf »

tadzpadz wrote:thanks for response. i tried it yesterday and today some variations unsuccessfully, could you as more experienced user write an example with my url's (first two still working) or give an example of yours, maybe with weeb.tv or another (standard url in browser and modified for samsung)
Taste:
Characters e.g.: : / ? # & occurring after parametr name (e.g.: s=) replace to Percent encoding for URIs using a online conventer: e.g.: http://rishida.net/tools/conversion/

Example for weebtv and rtmpgw:

Code: Select all

http://127.0.0.1:1935/?r=rtmp%3A%2F%2F95.211.215.134%3A80%2Fchannel%2F1251%2FliveHI&s=http%3A%2F%2Fstatic.weeb.tv%2Fplayer.swf&J=470785542
tadzpadz wrote:p.s. offtopic how to view cpu load on tv?
Via telnet use the command:

Code: Select all

top
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
tadzpadz
Posts: 12
Joined: Tue Apr 29, 2014 6:49 am

Re: [APP] rtmpgw for ES/F-series

Post by tadzpadz »

please confirm that you could play these two links I provided, because I can't get it working. Your weeb.tv example does not work either. when I play simple rtmp streams like in your first post (without playpath, swfurl, ) it works and there is rtmpgw activity up to 4%, and with others there is no load - 0%
p.s. what is tag &J=470785542 for?
p.p.s. i'm trying these streams on other widget, not onlineTV, maybe there is problem as if i get url from website like this for BBC HD

Code: Select all

rtmp://95.211.215.136/channel/1269<playpath>live <swfUrl>http://static.weeb.tv/player.swf <pageUrl>http://weeb.tv/channel/kiepscy
I can't it play even on simple TV :(
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] rtmpgw for ES/F-series

Post by wluczykijwf »

tadzpadz wrote:please confirm that you could play these two links I provided, because I can't get it working. Your weeb.tv example does not work either. when I play simple rtmp streams like in your first post (without playpath, swfurl, ) it works and there is rtmpgw activity up to 4%, and with others there is no load - 0%
p.s. what is tag &J=470785542 for?
Example for weebtv and rtmpgw:

Code: Select all

http://127.0.0.1:1935/?r=rtmp%3A%2F%2F95.211.215.134%3A80%2Fchannel%2F1251%2FliveHI&s=http%3A%2F%2Fstatic.weeb.tv%2Fplayer.swf&J=470785542
This link will not work, because this is example for weebtv. For weebtv for some user generate is new "token" - J parametr.
I have not tried to play your links. For now, otherwise I can not help you.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
liverhook
SamyGO Project Donor
Posts: 12
Joined: Fri Feb 13, 2015 4:36 pm

Re: [APP] rtmpgw for ES/F-series

Post by liverhook »

It looks like I can quote here I short question perhaps related to this thread:
Is it possible to stream or otherwise get the shown windows desktop onto the full tv-screen?
Out of which programm from the PC? I have vlc-media-player in mind, which has such options!?
Would't it be similar like playing a video file with windows media player over the wlan to the tv, which is functioning for me (TV in the same home network)? Is'nt it streaming over http? Of course the windows desktop screen must first be recorded into a "buffer"-file, while this growing file could be streamed, or not?
Perhaps it also exists a simple solution for the windows media player!?

I'd be very happy to get an further ongoing answer or a hint to look for.

Best regards
Mein TV-Modellcode: UE40F6500; Softwareversion: T-MST12DEUC-2102.2, BT-G
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: RE: Re: [APP] rtmpgw for ES/F-series

Post by wluczykijwf »

liverhook wrote:It looks like I can quote here I short question perhaps related to this thread:
Is it possible to stream or otherwise get the shown windows desktop onto the full tv-screen?
Out of which programm from the PC? I have vlc-media-player in mind, which has such options!?
Would't it be similar like playing a video file with windows media player over the wlan to the tv, which is functioning for me (TV in the same home network)? Is'nt it streaming over http? Of course the windows desktop screen must first be recorded into a "buffer"-file, while this growing file could be streamed, or not?
Perhaps it also exists a simple solution for the windows media player!?
[...]
It is not possible with the rtmpgw. The rtmpgw no other use. Enables streaming the RTMP protocol and not the HTTP.
Edited by Moderator: Crapatalk bad quote edit
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
UksusoFF
Posts: 9
Joined: Sun Oct 18, 2015 4:45 pm

Re: [APP] rtmpgw for ES/F-series

Post by UksusoFF »

According to this post rtmpgw can be used for play RTSP stream from DVR or IP camera.

I'm try get it with url which played in VLC:

Code: Select all

rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0.sdp?
decoded url:

Code: Select all

http://127.0.0.1:1935/?r=rtsp%3A%2F%2F192.168.1.10%3A554%2Fuser%3Dadmin%26password%3D%26channel%3D1%26stream%3D0.sdp%3F
but in OnlineTV show connection failed.

Any way to see logs for check whats wrong here?

Should it be plays from external TV IP like:

Code: Select all

http://192.168.1.50:1935/?r=rtsp%3A%2F%2F192.168.1.10%3A554%2Fuser%3Dadmin%26password%3D%26channel%3D1%26stream%3D0.sdp%3F
?
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] rtmpgw for ES/F-series

Post by wluczykijwf »

I think the rtmpgw app can't works with rtsp protocol.
You look here: https://linux.die.net/man/8/rtmpgw.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
UksusoFF
Posts: 9
Joined: Sun Oct 18, 2015 4:45 pm

Re: [APP] rtmpgw for ES/F-series

Post by UksusoFF »

wluczykijwf wrote: Mon Aug 27, 2018 3:59 pm I think the rtmpgw app can't works with rtsp protocol.
You look here: https://linux.die.net/man/8/rtmpgw.
Thanks. Looks like it's can be done with ffmpeg? Can you update your dropbox link?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [APP] rtmpgw for ES/F-series

Post by zoelechat »

Fresher one there
I do NOT receive any PM. Please use forum.
UksusoFF
Posts: 9
Joined: Sun Oct 18, 2015 4:45 pm

Re: [APP] rtmpgw for ES/F-series

Post by UksusoFF »

zoelechat wrote: Mon Aug 27, 2018 6:19 pm Fresher one there
Thanks

Post Reply

Return to “[F] Software”