Page 106 of 110

Re: [App] More TV channels on E/F/H series

Posted: Tue May 15, 2018 8:51 am
by wluczykijwf
miras_mi wrote: Tue May 15, 2018 8:47 am Is there any chance to work with rtmpgw app?
Yea, all are here.

Re: RE: Re: [App] More TV channels on E/F/H series

Posted: Tue May 15, 2018 10:17 am
by bobiturboto
wluczykijwf wrote:The OnlineTV channels can you add to one a source only (DTV, SATD or CDTV) - i think so. Really personally i was not try it, but it should works theoretically Image lol
I have tried it it's not working because you can't add channels from dctv to dtv channel list. Online TV is operating at channel list level and usually channel numbers are mismatching. I can try to reorder the channels though

Sent from my D6503 using Tapatalk


Re: [App] More TV channels on E/F/H series

Posted: Tue May 15, 2018 1:20 pm
by miras_mi
Regarding to rtsp (IP camera) support by rtmpgw.
My working link on VLC is:
rtsp://user:pass@10.0.0.34:10554/tcp/av0_0
Correct link for rtmpgw is
http://127.0.0.1:1935/?r=rtsp://user:pa ... /tcp/av0_0 ?
Is there any log/troubleshooting available?

Re: [App] More TV channels on E/F/H series

Posted: Sat May 26, 2018 8:24 pm
by Djones6969
Has anyone got a link to samtoolbox or an alternative the one on page 1 does not work thanks

Re: [App] More TV channels on E/F/H series

Posted: Sun Jun 10, 2018 7:12 pm
by bobiturboto
Here it is.

Re: [App] More TV channels on E/F/H series

Posted: Mon Aug 27, 2018 1:58 pm
by miras_mi
Have a problem with adding channels from m3u using latest version of OnlineTVChanList.
Images are not imported.
Image field is empty or None
Sample of m3u file
#EXTINF:0 tvg-id="tvppolonia.pl" tvg-name="TVP Polonia" tvg-logo="http://picon.space/tvppolonia.png",TVP Polonia
http://10.0.0.7:8001/1:0:1:132B:33F4:13E:820000:0:0:0.
What is wrong?
Is there any other way to import picons?

Re: [App] More TV channels on E/F/H series

Posted: Mon Aug 27, 2018 3:50 pm
by wluczykijwf
Hi all.
The parser is very simple. It not import logo pictures. It can add only new channel with name and url link.

Re: [App] More TV channels on E/F/H series

Posted: Mon Aug 27, 2018 8:21 pm
by UksusoFF
miras_mi wrote: Tue May 15, 2018 1:20 pm Regarding to rtsp (IP camera) support by rtmpgw.
My working link on VLC is:
rtsp://user:pass@10.0.0.34:10554/tcp/av0_0
Correct link for rtmpgw is
http://127.0.0.1:1935/?r=rtsp://user:pa ... /tcp/av0_0 ?
Is there any log/troubleshooting available?
wluczykijwf say that you can't play rtsp through rtmpgw.

I'm also try get it and can make hls and m3u with this ffmpeg:

Code: Select all

/mnt/opt/privateer/usr/bin/ffmpeg -rtsp_transport tcp -i "rtsp://192.168.1.10:554/user=admin&password=&channel=1&stream=0.sdp?" -f ssegment -segment_list /dtv/www/hls/playlist.m3u8 -segment_list_type hls -hls_flags delete_segments -segment_list_size 10 -segment_list_flags +live -segment_time 10 /dtv/www/hls/out%03d.ts
But can't get it in OnlineTV - just blank screen.

Re: [App] More TV channels on E/F/H series

Posted: Mon Aug 27, 2018 8:47 pm
by wluczykijwf
Did you @UksusoFF read the post?

Re: [App] More TV channels on E/F/H series

Posted: Mon Aug 27, 2018 8:54 pm
by UksusoFF
wluczykijwf wrote: Mon Aug 27, 2018 8:47 pm Did you @UksusoFF read the post?
Yep. You describe command for decode mjpeg. I'm successful getting working hls parts in /dtv/www/hls (it's played with vlc) but not played in OnlineTV. Seems something wrong with playlist config.