PDA

View Full Version : vod on playlists



gmac2
11-04-2018, 05:39 PM
is it possible to view the vod section using the m3u playlist in smart stb on a smart tv? i can view the normal channels but not the vod and also the HD channels appear to be in fast motion on same tv.

thanks in advance

kens
11-05-2018, 05:02 PM
Not at present.
This is a snippet from an old Post from another Site;

We see "unauthorised request" errors in the error log for your TV. We saw the same/similar errors with few other providers either giving out this or MPEG-TS stream with an message It seems the links by your provider are Temporary links tied to the IP address. Could you please ask your provider to process/parse the IP inside X-Forwarded-For / X-Real-IP that we send out or open port 88 (Apache backend) - this can solve the problem. Please note that the Smart STB app is seen as "proxy" with strict security settings while your TV accesses the Media URL directly and thus providing different IP and causing "Unauthorised" errors like this. More info for the Service Provider:

If you are the Service Provider and want your clients to watch from the Smart STB app on their smart TV's then please read on. If you have setup your Portal as per the official instructions from Infomir http://wiki.infomir.eu/doku.php/en:s..._and_configure

Then you only need to open port 88 on your server to allow the Smart STB app to work with all TV streams, Timeshift and VOD properly. If you use custom Portal Solution (for example bundled with Xtream Codes) then you need to read the X-Forwarded-For or X-Real-IP data that all TV's using the app are sending out. If you use other custom solution please make sure that you haven't disabled access for third party devices - check the config for "disable_third_party_devices" - it must be set to "false". Here is some more info that may help you: https://smart-stb.net/index.php?_url...stb-how-to-fix Let us know if this helped you.
Kind regards, Smart-STB dev team.
Kind regards, Smart-STB support team.
-------------------------------------
This refers to the fact that the VOD URL address for a specific selection, is just a pointer to another Playlist.
This redirected Playlist is also a randomized Playlist.
(Request it once you get a handle to a playlist. Request it again the handle is different- (see test request returns below)).

---------------------browser return1 ----------
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=3670566,CODECS="avc1.100.41,mp4a.40.2",RESOLUTION=1282x534
chunklist_w372845793.m3u8

---------------------browser return2 ----------
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=3670566,CODECS="avc1.100.41,mp4a.40.2",RESOLUTION=1282x534
chunklist_w1894789216.m3u8

------------- Debug info for both requests --------------
httplive stream: HTTP Live Streaming (main-vod-edge-2.iptvserver.tv/vodcached/_definst_/mp4:origin3/
Hotel.Artemis.2018.720p.BluRay.x264-[YTS.AM].mp4/playlist.m3u8)

/kens

gmac2
11-06-2018, 02:04 AM
thanks kens will go back to my android box


Not at present.
This is a snippet from an old Post from another Site;

We see "unauthorised request" errors in the error log for your TV. We saw the same/similar errors with few other providers either giving out this or MPEG-TS stream with an message It seems the links by your provider are Temporary links tied to the IP address. Could you please ask your provider to process/parse the IP inside X-Forwarded-For / X-Real-IP that we send out or open port 88 (Apache backend) - this can solve the problem. Please note that the Smart STB app is seen as "proxy" with strict security settings while your TV accesses the Media URL directly and thus providing different IP and causing "Unauthorised" errors like this. More info for the Service Provider:

If you are the Service Provider and want your clients to watch from the Smart STB app on their smart TV's then please read on. If you have setup your Portal as per the official instructions from Infomir http://wiki.infomir.eu/doku.php/en:s..._and_configure

Then you only need to open port 88 on your server to allow the Smart STB app to work with all TV streams, Timeshift and VOD properly. If you use custom Portal Solution (for example bundled with Xtream Codes) then you need to read the X-Forwarded-For or X-Real-IP data that all TV's using the app are sending out. If you use other custom solution please make sure that you haven't disabled access for third party devices - check the config for "disable_third_party_devices" - it must be set to "false". Here is some more info that may help you: https://smart-stb.net/index.php?_url...stb-how-to-fix Let us know if this helped you.
Kind regards, Smart-STB dev team.
Kind regards, Smart-STB support team.
-------------------------------------
This refers to the fact that the VOD URL address for a specific selection, is just a pointer to another Playlist.
This redirected Playlist is also a randomized Playlist.
(Request it once you get a handle to a playlist. Request it again the handle is different- (see test request returns below)).

---------------------browser return1 ----------
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=3670566,CODECS="avc1.100.41,mp4a.40.2",RESOLUTION=1282x534
chunklist_w372845793.m3u8

---------------------browser return2 ----------
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=3670566,CODECS="avc1.100.41,mp4a.40.2",RESOLUTION=1282x534
chunklist_w1894789216.m3u8

------------- Debug info for both requests --------------
httplive stream: HTTP Live Streaming (main-vod-edge-2.iptvserver.tv/vodcached/_definst_/mp4:origin3/
Hotel.Artemis.2018.720p.BluRay.x264-[YTS.AM].mp4/playlist.m3u8)

/kens