Frndly TV for Channels

I'd be surprised if any of the server nodes responded to pings. Most will have ICMP blocked.

That IP does have a server listening:

pwsh> curl -IL 44.214.61.69
HTTP/1.1 404 Not Found
Date: Wed, 20 Mar 2024 19:23:35 GMT
Content-Type: text/plain; charset=UTF-8
Content-Length: 42
Connection: keep-alive
Server: akka-http/10.0.9

pwsh> curl -I https://44.214.61.69
curl: (60) schannel: SNI or certificate check failed: SEC_E_WRONG_PRINCIPAL (0x80090322) - The target principal name is incorrect.
More details here: https://curl.se/docs/sslcerts.html

Good point.
Like I said, I'm no Python expert, but it appears it's trying to Login and get a token and the connection times out. Maybe wrong/mangled password in the container environment.

Could be that. You'd have to do a number of 'tricks' to get Frndly in New Zealand.

I mentioned that in another post.
I think that's only used by the container in the url when it fetches a token.
Matt (dev) is from NZ

Yep, line 182 in frndly.py

I have changed timezone to Americas/New_York, also

I changed password because original had some crazy characters.

Still not working. :frowning:

1 Like

It seems like a networking issue on your host or with the docker setup. Could also be a firewall.

That was it. I had the NAS firewall turned on. Newbie mistake, thanks everyone for your input!

2 Likes

@matthuisman
I noticed that if friendly TV is Idle for a while it will try and stream the Channels before it logs on.

channel/live/start_tv > https://sr-live-weigel1.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/weigel_movies_nr_rt_new/19c162fd92464eafa0bc374d6447de6d/index.m3u8?ads.rating=tv14&ads.title=rizzoli%255F%255F%255Fisles&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=starttv&ads.us_privacy=1YNY&ads.duration=3600000&ads.genre=Drama%252Ccrime%255Fdrama%252Cmystery%255F%255F%255Fsuspense%252Csuspense%255Fthriller%252Cadaptation&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1710989972~exp=1711011572~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/weigel_movies_nr_rt_new/19c162fd92464eafa0bc374d6447de6d/*!/payload/yupptvott_43_2963012_SHIELD30X8X4X0_US_73.25.94.36_frndlytv_1_channel_48_-1/*~data=yupptvott_43_2963012_SHIELD30X8X4X0_US_73.25.94.36_frndlytv_1_channel_48_-1~hmac=22b6cfe93d4cb65c01db3294e730ed1a0aff366a68f40e2c9ffe62039acd540d&start=1710986400&startTime=1710986400
172.17.0.1 - - [21/Mar/2024 02:59:32] "GET /play/start_tv.m3u8 HTTP/1.1" 302 -
401
Unauthorized access
logging in....
401
Unauthorized access
logging in....
Logged in!

yes. it just logs in if a request fails.
it then does the request again.

Not sure why it logs in twice though. Something doesnt seem right there.
Your running latest code?

1 Like

I created it on 03/18 with latest image.

I've been posting here about this behavior since 7 months ago.
https://community.getchannels.com/t/frndly-tv-for-channels/29078/810
https://community.getchannels.com/t/frndly-tv-for-channels/29078/918
https://community.getchannels.com/t/frndly-tv-for-channels/29078/942
https://community.getchannels.com/t/frndly-tv-for-channels/29078/976

I'm running the latest container image.

Image details
ID sha256:1c115835d1c22176937a805f5167ff064ee46f8d048e4ed722044ce1089e4f8f
Size 133 MB
Created 2023-04-08 16:58:52
Build Docker on linux, amd64

Last time it happened was 7 days ago

2024-03-14T22:00:00.371137919Z 401
2024-03-14T22:00:00.372136277Z Unauthorized access
2024-03-14T22:00:00.372300851Z logging in....
2024-03-14T22:00:04.284501316Z Logged in!
2024-03-14T22:00:04.641397068Z 401
2024-03-14T22:00:04.641651411Z Unauthorized access
2024-03-14T22:00:04.641789817Z 172.17.0.1 - - [14/Mar/2024 15:00:04] "GET /play/fyi.m3u8 HTTP/1.1" 500 -
2024-03-14T22:00:04.642427932Z ----------------------------------------
2024-03-14T22:00:04.642654937Z Exception happened during processing of request from ('172.17.0.1', 41176)
2024-03-14T22:00:04.643764852Z Traceback (most recent call last):
2024-03-14T22:00:04.644134692Z   File "/usr/local/lib/python3.8/socketserver.py", line 683, in process_request_thread
2024-03-14T22:00:04.644437699Z     self.finish_request(request, client_address)
2024-03-14T22:00:04.644684042Z   File "/usr/local/lib/python3.8/socketserver.py", line 360, in finish_request
2024-03-14T22:00:04.644827595Z     self.RequestHandlerClass(request, client_address, self)
2024-03-14T22:00:04.644930893Z   File "./app.py", line 25, in __init__
2024-03-14T22:00:04.645030781Z     super().__init__(*args, **kwargs)
2024-03-14T22:00:04.645127155Z   File "/usr/local/lib/python3.8/socketserver.py", line 747, in __init__
2024-03-14T22:00:04.645229539Z     self.handle()
2024-03-14T22:00:04.645320172Z   File "/usr/local/lib/python3.8/http/server.py", line 435, in handle
2024-03-14T22:00:04.645545008Z     self.handle_one_request()
2024-03-14T22:00:04.645644445Z   File "/usr/local/lib/python3.8/http/server.py", line 423, in handle_one_request
2024-03-14T22:00:04.645746999Z     method()
2024-03-14T22:00:04.645835106Z   File "./app.py", line 55, in do_GET
2024-03-14T22:00:04.645949637Z     self._error(e)
2024-03-14T22:00:04.646043909Z   File "./app.py", line 53, in do_GET
2024-03-14T22:00:04.646140748Z     routes[func]()
2024-03-14T22:00:04.646232152Z   File "./app.py", line 64, in _play
2024-03-14T22:00:04.646375509Z     url = frndly.play(slug)
2024-03-14T22:00:04.646499998Z   File "/usr/src/app/frndly.py", line 51, in play
2024-03-14T22:00:04.646606379Z     data = self._request(f'https://frndlytv-api.revlet.net/service/api/v1/page/stream', params=params)
2024-03-14T22:00:04.646915544Z   File "/usr/src/app/frndly.py", line 133, in _request
2024-03-14T22:00:04.647036307Z     return self._request(url, params=params, login_on_failure=False)
2024-03-14T22:00:04.647146233Z   File "/usr/src/app/frndly.py", line 136, in _request
2024-03-14T22:00:04.647243832Z     raise Exception(data['error']['message'])
2024-03-14T22:00:04.647402723Z Exception: Unauthorized access
2024-03-14T22:00:04.647523295Z ----------------------------------------
2024-03-14T22:00:06.092204801Z 401
2024-03-14T22:00:06.092886588Z Unauthorized access
2024-03-14T22:00:06.093057523Z logging in....
2024-03-14T22:00:09.695170227Z Logged in!
2024-03-14T22:00:10.014706895Z channel/live/fyi > https://sr-live-ae.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tvpg&ads.title=storage%255Fwars&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=1800000&ads.genre=Other%252Cauction%252Cbusiness%252Creality%255Fcompetition&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1710453609~exp=1710475209~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=dce1cc71e068b538c7e2493014d38b0f046e9556c0185825ba62651aa5d585c8&start=1710453600&startTime=1710453600
2024-03-14T22:00:10.318704900Z 172.17.0.1 - - [14/Mar/2024 15:00:10] "GET /play/fyi.m3u8 HTTP/1.1" 302 -

i still cant reproduce locally.
However, i've just added a retry loop that may help.
Pull latest docker container and let me know

1 Like

Looks much better tuned faster and no interrupt.

Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
401
Unauthorized access
logging in....
Logged in!
Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
1 Like

Thanks!

Deployed your new image and will keep an eye on the logs.

2 Likes

Was doing great until today when it happened again. It recovers, but still...

2024-03-29T22:00:00.002812486Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-29T22:00:00.521841860Z 401
2024-03-29T22:00:00.522116109Z Unauthorized access
2024-03-29T22:00:00.522375876Z logging in....
2024-03-29T22:00:04.526516254Z Logged in!
2024-03-29T22:00:04.527192759Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-29T22:00:05.141446845Z 401
2024-03-29T22:00:05.142063645Z Unauthorized access
2024-03-29T22:00:05.142220705Z logging in....
2024-03-29T22:00:09.376091262Z Logged in!
2024-03-29T22:00:09.376753654Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-29T22:00:10.025628454Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tvpg&ads.title=storage%255Fwars&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=1800000&ads.genre=reality%252Cauction%252Cbusiness&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711749609~exp=1711771209~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=4efea17b3823f31bd8f222f784fed8e1909a14d20ae81027769ac545c247743a&start=1711749600&startTime=1711749600
2024-03-29T22:00:10.659011411Z 172.17.0.1 - - [29/Mar/2024 15:00:10] "GET /play/fyi.m3u8 HTTP/1.1" 302 -

I'm guessing it's the FrndlyTV servers being slow to respond or slow to recognize I've just logged in?

And again this morning. Since it's being retried and is able to login, I'm not worried about it. Just passing on the log info.

2024-03-30T14:00:00.087855795Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T14:00:00.604183205Z 401
2024-03-30T14:00:00.604443063Z Unauthorized access
2024-03-30T14:00:00.604575823Z logging in....
2024-03-30T14:00:04.748179289Z Logged in!
2024-03-30T14:00:04.748839313Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T14:00:05.372917803Z 401
2024-03-30T14:00:05.373169183Z Unauthorized access
2024-03-30T14:00:05.373438996Z logging in....
2024-03-30T14:00:09.381087901Z Logged in!
2024-03-30T14:00:09.381801676Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T14:00:09.894255043Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tvpg&ads.title=billy%255Fthe%255Fexterminator&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=1800000&ads.genre=reality%252Canimals&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711807209~exp=1711828809~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=542c26850075cd1bb4b384318fade0a1e386bca62f2e4008ba1886278e5a7cef&start=1711807200&startTime=1711807200
2024-03-30T14:00:10.411014338Z 172.17.0.1 - - [30/Mar/2024 07:00:10] "GET /play/fyi.m3u8 HTTP/1.1" 302 -

Yeah I get 1 or 2 interrupts per day ... when Idle or on first connect of the day.

I was logging one to four "Exception: Unauthorized access" a month before this latest version.
At least this version seems to avoid or handle that Exception error.

seems on occasion that their site doesn't register the login or needs some sort of delay after login.
that would explain why i couldnt reproduce the issue.

I'm guessing it might also be their CDN that I'm hitting.
Channels DVR almost always has to retry 3 times to start a Frndly stream for a recording, complaining it couldn't fetch the playlist - 504 Gateway Time-out

Channels DVR
2024/03/29 23:00:00.014608 [DVR] Starting job 1711778400-ch9025 fyi for 10 mins every 8 hrs FRI at 2300 on ch=[9025]
2024/03/29 23:00:06.622330 [ERR] Failed to start stream on channel 9025 via M3U-frndlyTV: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/29 23:00:06.622439 [DVR] Error running job 1711778400-ch9025 fyi for 10 mins every 8 hrs FRI at 2300: could not start stream on channels=[9025]: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/29 23:00:07.720125 [DVR] Starting job 1711778400-ch9025 fyi for 10 mins every 8 hrs FRI at 2300 on ch=[9025]
2024/03/29 23:00:08.900044 [ERR] Failed to start stream on channel 9025 via M3U-frndlyTV: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/29 23:00:08.900117 [DVR] Error running job 1711778400-ch9025 fyi for 10 mins every 8 hrs FRI at 2300: could not start stream on channels=[9025]: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/29 23:00:10.905005 [DVR] Starting job 1711778400-ch9025 fyi for 10 mins every 8 hrs FRI at 2300 on ch=[9025]
2024/03/29 23:00:12.253679 [ERR] Failed to start stream on channel 9025 via M3U-frndlyTV: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/29 23:00:12.253800 [DVR] Error running job 1711778400-ch9025 fyi for 10 mins every 8 hrs FRI at 2300: could not start stream on channels=[9025]: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/29 23:00:16.258951 [DVR] Starting job 1711778400-ch9025 fyi for 10 mins every 8 hrs FRI at 2300 on ch=[9025]
2024/03/29 23:00:17.872403 [TNR] Opened connection to M3U-frndlyTV for ch9025 FYI
2024/03/29 23:00:17.895624 [DVR] Recording for job 1711778400-ch9025 from M3U-frndlyTV ch9025 into "TV/fyi for 10 mins every 8 hrs/fyi for 10 mins every 8 hrs 2024-03-29-2300.mpg" for 9m43.740906485s
FrndlyTV for Channels
2024-03-30T06:00:00.285467670Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T06:00:00.928370096Z 401
2024-03-30T06:00:00.929137910Z Unauthorized access
2024-03-30T06:00:00.929404520Z logging in....
2024-03-30T06:00:05.167193891Z Logged in!
2024-03-30T06:00:05.167895098Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T06:00:05.690062116Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tvpg&ads.title=storage%255Fwars&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=1800000&ads.genre=reality%252Cauction%252Cbusiness&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711778405~exp=1711800005~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=370e2666a3f801e1d2aab45a0b3bbfcf201565d98d672688bd18d4a17c355773&start=1711778400&startTime=1711778400
2024-03-30T06:00:06.189695244Z 172.17.0.1 - - [29/Mar/2024 23:00:06] "GET /play/fyi.m3u8 HTTP/1.1" 302 -
2024-03-30T06:00:07.721050041Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T06:00:08.211017300Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tvpg&ads.title=storage%255Fwars&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=1800000&ads.genre=reality%252Cauction%252Cbusiness&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711778408~exp=1711800008~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=02f689bc49cccea60d63cf2b8ca6520ac787156a1720fc75510c2c23e84e1efd&start=1711778400&startTime=1711778400
2024-03-30T06:00:08.705897219Z 172.17.0.1 - - [29/Mar/2024 23:00:08] "GET /play/fyi.m3u8 HTTP/1.1" 302 -
2024-03-30T06:00:10.905920424Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T06:00:11.458565540Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tvpg&ads.title=storage%255Fwars&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=1800000&ads.genre=reality%252Cauction%252Cbusiness&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711778411~exp=1711800011~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=a3e6d81f9f54895981ed3d275c21e00ac8dd04678166a58e0e60ed557beb4da8&start=1711778400&startTime=1711778400
2024-03-30T06:00:11.979731404Z 172.17.0.1 - - [29/Mar/2024 23:00:11] "GET /play/fyi.m3u8 HTTP/1.1" 302 -
2024-03-30T06:00:16.260727860Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T06:00:16.798888607Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tvpg&ads.title=storage%255Fwars&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=1800000&ads.genre=reality%252Cauction%252Cbusiness&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711778416~exp=1711800016~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=f1a2d084c5a3360d2ac13098668873b522d9352e406538454c1c9e433f9df2e7&start=1711778400&startTime=1711778400
2024-03-30T06:00:17.366159957Z 172.17.0.1 - - [29/Mar/2024 23:00:17] "GET /play/fyi.m3u8 HTTP/1.1" 302 -
Channels DVR
2024/03/30 15:00:00.000519 [DVR] Starting job 1711836000-ch9025 fyi for 10 mins every 8 hrs SAT at 1500 on ch=[9025]
2024/03/30 15:00:06.397819 [ERR] Failed to start stream on channel 9025 via M3U-frndlyTV: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/30 15:00:06.397975 [DVR] Error running job 1711836000-ch9025 fyi for 10 mins every 8 hrs SAT at 1500: could not start stream on channels=[9025]: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/30 15:00:07.452436 [DVR] Starting job 1711836000-ch9025 fyi for 10 mins every 8 hrs SAT at 1500 on ch=[9025]
2024/03/30 15:00:08.773458 [ERR] Failed to start stream on channel 9025 via M3U-frndlyTV: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/30 15:00:08.773550 [DVR] Error running job 1711836000-ch9025 fyi for 10 mins every 8 hrs SAT at 1500: could not start stream on channels=[9025]: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/30 15:00:10.778144 [DVR] Starting job 1711836000-ch9025 fyi for 10 mins every 8 hrs SAT at 1500 on ch=[9025]
2024/03/30 15:00:12.102034 [ERR] Failed to start stream on channel 9025 via M3U-frndlyTV: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/30 15:00:12.102137 [DVR] Error running job 1711836000-ch9025 fyi for 10 mins every 8 hrs SAT at 1500: could not start stream on channels=[9025]: M3U: Could not fetch playlist from 192.168.1.3:8183: GET: http://192.168.1.3:8183/play/fyi.m3u8: 504 Gateway Time-out
2024/03/30 15:00:16.132497 [DVR] Starting job 1711836000-ch9025 fyi for 10 mins every 8 hrs SAT at 1500 on ch=[9025]
2024/03/30 15:00:17.732248 [TNR] Opened connection to M3U-frndlyTV for ch9025 FYI
2024/03/30 15:00:17.732613 [DVR] Recording for job 1711836000-ch9025 from M3U-frndlyTV ch9025 into "TV/fyi for 10 mins every 8 hrs/fyi for 10 mins every 8 hrs 2024-03-30-1500.mpg" for 9m43.867374937s
FrndlyTV for Channels
2024-03-30T22:00:00.597260984Z 401
2024-03-30T22:00:00.597601172Z Unauthorized access
2024-03-30T22:00:00.597827411Z logging in....
2024-03-30T22:00:04.666315824Z Logged in!
2024-03-30T22:00:04.667755696Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T22:00:05.334257481Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tv14&ads.title=biography%255F%255Fwwe%255Flegends&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=7200000&ads.genre=Documentary%252Cprofile%252Csports%255Fstuff%252Cwrestling%252Cpro%255Fwrestling&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711836005~exp=1711857605~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=5554d28b87c000f9f290b66ff48ac4b8bc5d62431d3697fb8e7c49b814e6b650&start=1711836000&startTime=1711836000
2024-03-30T22:00:05.961198603Z 172.17.0.1 - - [30/Mar/2024 15:00:05] "GET /play/fyi.m3u8 HTTP/1.1" 302 -
2024-03-30T22:00:07.455319164Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T22:00:07.955160204Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tv14&ads.title=biography%255F%255Fwwe%255Flegends&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=7200000&ads.genre=Documentary%252Cprofile%252Csports%255Fstuff%252Cwrestling%252Cpro%255Fwrestling&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711836007~exp=1711857607~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=3de63b56493b0df2e4ba9a08b3d9c644d353b9300694e795756e4aaecc3fe1b0&start=1711836000&startTime=1711836000
2024-03-30T22:00:08.444401462Z 172.17.0.1 - - [30/Mar/2024 15:00:08] "GET /play/fyi.m3u8 HTTP/1.1" 302 -
2024-03-30T22:00:10.781313648Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T22:00:11.276151649Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tv14&ads.title=biography%255F%255Fwwe%255Flegends&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=7200000&ads.genre=Documentary%252Cprofile%252Csports%255Fstuff%252Cwrestling%252Cpro%255Fwrestling&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711836011~exp=1711857611~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=6859b096eca84726a553fedfa946aed701b23b5e7de49f0478d617dfcb08436b&start=1711836000&startTime=1711836000
2024-03-30T22:00:11.812189386Z 172.17.0.1 - - [30/Mar/2024 15:00:11] "GET /play/fyi.m3u8 HTTP/1.1" 302 -
2024-03-30T22:00:16.136704939Z Requesting: https://frndlytv-api.revlet.net/service/api/v1/page/stream
2024-03-30T22:00:16.776575029Z channel/live/fyi > https://sr-live-ae2.akamaized.net/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/index.m3u8?ads.rating=tv14&ads.title=biography%255F%255Fwwe%255Flegends&ads.contenttype=live&ads.app_store_url=https://play.google.com/store/apps/details?id=com.tvapp.frndlytv&ads.app_bundle=com.tvapp.frndlytv&ads.station=fyi&ads.us_privacy=1YNY&ads.gpp=DBABzw~1YNY~BVVqAAIiCAA&ads.gpp_sid=7&ads.duration=7200000&ads.genre=Documentary%252Cprofile%252Csports%255Fstuff%252Cwrestling%252Cpro%255Fwrestling&ads.did=d36cc1c5-945b-32fa-ae11-d2e87e215a3f&hdnts=st=1711836016~exp=1711857616~acl=!*/v1/master/840a24ccd7c75076211d060179b3ad0c64fdc6ca/live_v3_nr_ae/0de5960457f74c6da3ce7e751d605d66/*!/payload/yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1/*~data=yupptvott_43_1604910_SHIELD30X8X4X0_US_11.111.11.11_frndlytv_1_channel_32_-1~hmac=f416d49c74592cae9b7fe0dd4aab6313ae5f86df3b75d96c11f5e508c14b7419&start=1711836000&startTime=1711836000
2024-03-30T22:00:17.342520391Z 172.17.0.1 - - [30/Mar/2024 15:00:17] "GET /play/fyi.m3u8 HTTP/1.1" 302 -

fyi,

2 Likes