Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

i24NEWS Live

(http://stream-recorder.com/forum/showthread.php?t=23954)

confused.com 10-09-2020 01:57 AM

Re: i24NEWS Live


 
http://stream-recorder.com/forum/faq.php

j_cool 10-10-2020 02:34 AM

Re: i24NEWS Live


 
Just noticed..
My script still works without modification but with US VPN only.
Website in browser works without VPN.
English part of broadcast is mostly "best of" rather than live in real time.

j_cool 11-23-2020 11:22 PM

Re: i24NEWS Live


 
Here are some changes in stream url and I changed the script a bit accordingly.
I watch the stream now without US VPN.
What hasn't changed is that livecli can open this stream and streamlink can't.

Code:

$header = '"Accept: application/json;pk=BCpkADawqM1UIU4favtR1Jj4rqM0ZAkYwMEbgN9bsEpJ2150CdxJmRIG8jK-Up_9w4w37x3tP1AsoO_MZhD_XoAGkdKWxymaaw4OHuhPn_lEJczODTm3AO7S08gLFPnLnb-FcKJwXhbxCQ10"'
$s = ' "https://edge.api.brightcove.com/playback/v1/accounts/5377161796001/videos/6168209415001"'
$iPID = Run('cmd.exe /c curl.exe -k -H '& $header & $s,'',@SW_MINIMIZE,2)
ProcessWaitClose($iPID)
$s = StdoutRead($iPID)
$s = StringTrimLeft($s,StringInStr($s,'"https://i24alive2'))
$s = StringTrimRight($s,(StringLen($s)+1)-StringInStr($s,'"'))
$s = stringreplace($s,'\u0026','&')
run('cmd.exe /c livecli.exe --player=ffplay.exe "'& $s &'" 540p','',@SW_MINIMIZE)

Code:

[cli][info] Found matching plugin hls for URL https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001&hdnea=st=1606195800~exp=1606199400~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=a3988149e8d3f2d6d82d5838ffec4290ff3579c92b417edc965c59c2e439bad3&__nn__=5476555825001&hdnea=st=1593502200~exp=1593505800~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e10085a246c4608e9f04e7d4b925449af4c8477024068d6ca8e4e3f9de7364b1&__nn__=5476555825001&hdnea=st=1579100400~exp=1579104000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=c186cee77d80e35d26659b79813e3945270ce3339b49292ac0a39914dba1ffc5
[cli][info] Available streams: 180p (worst), 270p, 360p, 480p, 540p, 720p (best)
[cli][info] Opening stream: 540p (hls)
[cli][info] Starting player: ffplay.exe




New url contains unicode character \u0026 which has to be replaced with ampersand ( & ).

It can be noticed by comparing url from http sniffer and one returned from cmd.exe and curl.

bad url can be seen by running livecli with --loglevel debug switch.

Code:

run('cmd.exe /c livecli.exe --loglevel debug --player=ffplay.exe hls://"'& $s &'" 540p & pause')
Code:

[cli][debug] OS:      Windows 10
[cli][debug] Python:  3.6.6
[cli][debug] Livecli: 4.0.5+6.gca94a27
[cli][debug] Crypto(3.6.5), Requests(2.19.1), Socks(1.6.7), Websocket(0.51.0)
[cli][info] Found matching plugin hls for URL hls://https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001\u0026hdnea=st=1606195800~exp=1606199400~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=a3988149e8d3f2d6d82d5838ffec4290ff3579c92b417edc965c59c2e439bad3\u0026__nn__=5476555825001\u0026hdnea=st=1593502200~exp=1593505800~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e10085a246c4608e9f04e7d4b925449af4c8477024068d6ca8e4e3f9de7364b1\u0026__nn__=5476555825001\u0026hdnea=st=1579100400~exp=1579104000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=c186cee77d80e35d26659b79813e3945270ce3339b49292ac0a39914dba1ffc5
[plugin.hls][debug] URL=https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001\u0026hdnea=st=1606195800~exp=1606199400~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=a3988149e8d3f2d6d82d5838ffec4290ff3579c92b417edc965c59c2e439bad3\u0026__nn__=5476555825001\u0026hdnea=st=1593502200~exp=1593505800~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e10085a246c4608e9f04e7d4b925449af4c8477024068d6ca8e4e3f9de7364b1\u0026__nn__=5476555825001\u0026hdnea=st=1579100400~exp=1579104000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=c186cee77d80e35d26659b79813e3945270ce3339b49292ac0a39914dba1ffc5; params={}
error: Unable to open URL: https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001\u0026hdnea=st=1606195800~exp=1606199400~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=a3988149e8d3f2d6d82d5838ffec4290ff3579c92b417edc965c59c2e439bad3\u0026__nn__=5476555825001\u0026hdnea=st=1593502200~exp=1593505800~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e10085a246c4608e9f04e7d4b925449af4c8477024068d6ca8e4e3f9de7364b1\u0026__nn__=5476555825001\u0026hdnea=st=1579100400~exp=1579104000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=c186cee77d80e35d26659b79813e3945270ce3339b49292ac0a39914dba1ffc5 (403 Client Error: Forbidden for url: https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001%5Cu0026hdnea=st=1606195800~exp=1606199400~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=a3988149e8d3f2d6d82d5838ffec4290ff3579c92b417edc965c59c2e439bad3%5Cu0026__nn__=5476555825001%5Cu0026hdnea=st=1593502200~exp=1593505800~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e10085a246c4608e9f04e7d4b925449af4c8477024068d6ca8e4e3f9de7364b1%5Cu0026__nn__=5476555825001%5Cu0026hdnea=st=1579100400~exp=1579104000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=c186cee77d80e35d26659b79813e3945270ce3339b49292ac0a39914dba1ffc5)

And here is fix for url:

Code:

$s = stringreplace($s,'\u0026','&')
run('cmd.exe /c livecli.exe --loglevel debug --player=ffplay.exe hls://"'& $s &'" 540p & pause')

Code:

[cli][debug] OS:      Windows 10
[cli][debug] Python:  3.6.6
[cli][debug] Livecli: 4.0.5+6.gca94a27
[cli][debug] Crypto(3.6.5), Requests(2.19.1), Socks(1.6.7), Websocket(0.51.0)
[cli][info] Found matching plugin hls for URL hls://https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001&hdnea=st=1606195800~exp=1606199400~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=a3988149e8d3f2d6d82d5838ffec4290ff3579c92b417edc965c59c2e439bad3&__nn__=5476555825001&hdnea=st=1593502200~exp=1593505800~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e10085a246c4608e9f04e7d4b925449af4c8477024068d6ca8e4e3f9de7364b1&__nn__=5476555825001&hdnea=st=1579100400~exp=1579104000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=c186cee77d80e35d26659b79813e3945270ce3339b49292ac0a39914dba1ffc5
[plugin.hls][debug] URL=https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001&hdnea=st=1606195800~exp=1606199400~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=a3988149e8d3f2d6d82d5838ffec4290ff3579c92b417edc965c59c2e439bad3&__nn__=5476555825001&hdnea=st=1593502200~exp=1593505800~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e10085a246c4608e9f04e7d4b925449af4c8477024068d6ca8e4e3f9de7364b1&__nn__=5476555825001&hdnea=st=1579100400~exp=1579104000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=c186cee77d80e35d26659b79813e3945270ce3339b49292ac0a39914dba1ffc5; params={}
[cli][info] Available streams: 180p (worst), 270p, 360p, 480p, 540p, 720p (best)
[cli][info] Opening stream: 540p (hls)
[stream.hls][debug] Reloading playlist
[stream.hls][debug] Segments in this playlist are encrypted
[stream.hls][debug] First Sequence: 319701; Last Sequence: 320901
[stream.hls][debug] Start offset: 0; Duration: None; Start Sequence: 320899; End Sequence: None
[stream.hls][debug] Adding segment 320899 to queue
[cli][debug] Pre-buffering 8192 bytes
[stream.hls][debug] Adding segment 320900 to queue
[stream.hls][debug] Adding segment 320901 to queue
[stream.hls][debug] Download of segment 320899 complete - Time 534:49:54
[cli][info] Starting player: ffplay.exe
[cli.output][debug] Opening subprocess: f f p l a y . e x e " " -
[cli][debug] Writing stream to output
[stream.hls][debug] Download of segment 320900 complete - Time 534:50:00
[stream.hls][debug] Download of segment 320901 complete - Time 534:50:06


AAA 11-24-2020 02:35 AM

Re: i24NEWS Live


 
OK. Thanks.

Frermalry 11-24-2020 05:13 AM

buy cheapest Generic ****** 130mg online pharmacy fast delivery


 
selling cheapest Levitra 10 mg online shop without prescription
cheap Prednisolone 5mg fast shipping selling
purchase cheapest Hytrin 5 mg online pharmacy non prescription
purchase cheap Priligy pills online shop fast shipping
order cheap Cipro 500 online store no prescription
selling Levitra 10mg cheap online store
purchase cheapest Orlistat 120mg online shop non prescription
Voltaren SR fast delivery selling
order cheap Hytrin 5mg online store fast delivery
selling cheapest Orlistat pills online shop
selling Clomid 25mg cheapest online pharmacy
order cheapest Estrace 2 mg non prescription
online order Nolvadex 20 without prescription
purchase Cenforce 25 cheap online store
Orlistat 120mg fast delivery non prescription online purchase
purchase cheap Lasix pills online shop non prescription
purchase Generic ****** 50 online shop without pres
selling cheapest Generic Aralen online shop no prescription
cheap Cenforce tablets fast delivery without prescription order
cheapest Female Cialis 10 mg fast shipping online buy
cheap Zithromax tablets fast shipping without prescription online order
cheap Orlistat 120 mg fast delivery online buy

j_cool 11-24-2020 06:59 AM

Re: buy cheapest Generic ****** 130mg online pharmacy fast delivery


 
Quote:

Originally Posted by Frermalry (Post 97088)
selling cheapest Levitra 10 mg online shop without prescription
cheap Prednisolone 5mg fast shipping selling
purchase cheapest Hytrin 5 mg online pharmacy non prescription
purchase cheap Priligy pills online shop fast shipping
order cheap Cipro 500 online store no prescription
selling Levitra 10mg cheap online store
purchase cheapest Orlistat 120mg online shop non prescription
Voltaren SR fast delivery selling
order cheap Hytrin 5mg online store fast delivery
selling cheapest Orlistat pills online shop
selling Clomid 25mg cheapest online pharmacy
order cheapest Estrace 2 mg non prescription
online order Nolvadex 20 without prescription
purchase Cenforce 25 cheap online store
Orlistat 120mg fast delivery non prescription online purchase
purchase cheap Lasix pills online shop non prescription
purchase Generic ****** 50 online shop without pres
selling cheapest Generic Aralen online shop no prescription
cheap Cenforce tablets fast delivery without prescription order
cheapest Female Cialis 10 mg fast shipping online buy
cheap Zithromax tablets fast shipping without prescription online order
cheap Orlistat 120 mg fast delivery online buy


If this medicine is for me then at least post working links


https://github.com/streamlink/stream...ment-732805618

j_cool 09-14-2021 06:54 PM

Re: i24NEWS Live


 
Latest news...

Latest streamlink version streamlink-2.4.0_10.gde5b27b.exe can play hls url.
Lately I discovered english only broadcast on some Swiss web sites but Swiss VPN is mandatory.
Here is my latest script that plays either broadcast depending on if my VPN is on or off.

Code:

If ProcessExists("openvpn.exe") Then 
    $url = "https://zattoo.com/live/i24news_english"
    run('cmd.exe /c streamlink.exe --player="mpv.exe --vf=scale=960:540" --zattoo-email ***** --zattoo-password ***** --zattoo-stream-type dash '& $url &' best','',@SW_MINIMIZE)
Else
    $header = '"Accept: application/json;pk=BCpkADawqM1UIU4favtR1Jj4rqM0ZAkYwMEbgN9bsEpJ2150CdxJmRIG8jK-Up_9w4w37x3tP1AsoO_MZhD_XoAGkdKWxymaaw4OHuhPn_lEJczODTm3AO7S08gLFPnLnb-FcKJwXhbxCQ10"'
    $url = ' "https://edge.api.brightcove.com/playback/v1/accounts/5377161796001/videos/6168209415001"'
    $iPID = Run('cmd.exe /c curl.exe -k -H '& $header & $url,'',@SW_MINIMIZE,2)
    ProcessWaitClose($iPID)
    $s = StdoutRead($iPID)
    $s = StringTrimLeft($s,StringInStr($s,'"https://i24alive2'))
    $s = StringTrimRight($s,(StringLen($s)+1)-StringInStr($s,'"'))
    $s = stringreplace($s,'\u0026','&')
    run('cmd /c streamlink.exe --loglevel debug --player=mpv.exe hls://"'& $s &'" 540p & pause')
EndIf


cabulo 01-19-2022 05:40 AM

Re: i24NEWS Live


 
Nobody is asking any questions any more on this forum as if all questions about everything have been answered.

Even author of this thread doesn't post anything about changes on i24 news website.

This is maybe because it is easier to watch this broadcast now than it was before.

I can't get playlist from api url any more and here is why:

https://player.support.brightcove.co...licy-keys.html

Playlist also looks different and now it is static.

It hasn't changed for last 2 weeks at least so it is safe to post it here:

Code:

https://bcovlive-a.akamaihd.net/846c532fd891444e945b2ab6b2f766ec/eu-central-1/5377161796001/playlist.m3u8

https://bcovlive-a.akamaihd.net/846c532fd891444e945b2ab6b2f766ec/eu-central-1/5377161796001/profile_2/chunklist.m3u8


wizard 01-24-2022 06:16 AM

Re: i24NEWS Live


 
Quote:

Originally Posted by cabulo (Post 97214)
Nobody is asking any questions any more on this forum as if all questions about everything have been answered.

Probably because became clear to everyone that posting here anything "useful" gets patched soon after.

My guess is that partially people switched to discord channels, partially found alternative solutions and partially lost interest.

I have offered load of various premium accounts for free access to streaming/adult sites to chose in exchange for info related to adult cam sites recording but no one has contacted me at all... So, somehow I gave up as well, logging in here only from time to time...

AAA 01-24-2022 06:32 AM

Re: i24NEWS Live


 
Would you like to download?


All times are GMT -6. The time now is 04:52 AM.