i24NEWS Livehttps://en.wikipedia.org/wiki/I24NEWS
They are not much arround on the internet. http://uk.play.tv/live-tv/1110/i24-news-uk/ This is m3u8 url from http shiffer: "https://edge-01.playmedia-cdn.net/origin02/amlst:i24-eng/playlist.m3u8?dar=ws&t=18ddf1b11ff0fbb27659a265b39 d112682c0d61962b62eacd7f69f98b392579cedb609bb3033b 737c4d6cc309dbbbb0e4ccc969004171b8764b6915f5c6229f 39bb0faf84e5e19c781546086987227be8fb5651d121608b7d a4940ededc50c74513ae3673049acfd9b33bbe246e3ab75721 8e96d0263ebb7e5a784349608c55c0f05e3434b243351" It is similar to what was before on dailymotion: https://www.dailymotion.com/i24news-en Problem with that m3u8 url is that it doesn't last long, it is changing after a few minutes. Any idea how to get this m3u8 url with CURL or some other means without opening the browser ? |
Re: i24NEWS LiveHi j_cool,
Code:
http://uk.play.tv/player/play/i24-news-uk/?format=hls&language=en greetz |
Re: i24NEWS LiveTroller,
you put Streamlink to shame. They have a plugin for play.tv and it doesn't work more often than it does work. [cli][info] Found matching plugin play for URL http://uk.play.tv/player/play/i24-news-uk/ [plugin.play][error] invalid username error: No playable streams found on this URL: http://uk.play.tv/player/play/i24-news-uk/ Press any key to continue . . . Here is what I make out of "http://uk.play.tv/player/play/i24-news-uk/?format=hls&language=en" i24.au3 Code:
#include <AutoItConstants.au3> curl should also be on %PATH%, if it is not specify path in script. Code:
#include <AutoItConstants.au3> Download autoit-v3.zip from https://www.autoitscript.com/site/autoit/downloads/ and extract it. ![]() Open i24.au3 with scite.exe ( autoit editor and compiler ) and compile i24.au3 to get i24.exe by pressing Ctrl+F7 or choosing compile from tools menu. ![]() Double click on i24.exe and here is screenshot of player working. ![]() |
Re: i24NEWS LiveTroller,
How can I work out what parameters come after url to get json output, like: ?format=hls&language=en I tried to replicate your trick on "http://play.tv/live-tv/908/i24-news-english/?format=hls&language=en" and result: message : "Une erreur est survenue. Veuillez réessayer un peu plus tard." That url plays the same stream as "http://uk.play.tv/player/play/i24-news-uk/" and params ?format=hls&language=en don't work. Html source: Code:
App.Data = {"playerParameters":{ Code:
curl.exe -H "Referer: http://play.tv/live-tv/908/i24-news-english/" "http://play.tv/player/initialize/i24-news-english/" Code:
curl.exe -H "Referer: http://play.tv/live-tv/908/i24-news-english/" "http://play.tv/player/play/i24-news-english/?format=hls^&language=en" |
Re: i24NEWS LiveStreamlink plays this url: "http://play.tv/live-tv/908/i24-news-english/"
[cli][info] Found matching plugin playtv for URL http://play.tv/live-tv/908/i24-news-english/ [cli][info] Available streams: 300k (worst), 800k (best) [cli][info] Opening stream: 800k (hls) [cli][info] Starting player: mpv.exe This is how plugin starts: class PlayTV(Plugin): FORMATS_URL = 'http://playtv.fr/player/initialize/{0}/' API_URL = 'http://playtv.fr/player/play/{0}/?format={1}&language={2}&bitrate={3}' and I don't get json output in browser with these urls: "http://playtv.fr/player/play/i24-news-english/?format=hls&language=en&bitrate=800" "http://play.tv/player/play/i24-news-english/?format=hls&language=en&bitrate=800" message "Une erreur est survenue. Veuillez réessayer un peu plus tard." |
Re: i24NEWS LiveHi j_cool,
in the pagesource of each channel of that site you can find a streamlanguage info. Code:
http://play.tv/live-tv/908/i24-news-english/ If the language dosent work then you get 400 Bad Request as response back instead of 200 OK. If I see it right then only fr & en language types are used.Just switch to other language (en or fr) if one of them did fail (400 Bad Request) and and request json link again.Just try it again. greetz |
Re: i24NEWS Live"http://play.tv/player/play/i24-news-english/?format=hls&language=fr"
"https://edge-01.playmedia-cdn.net/origin02/amlst:i24-eng/playlist.m3u8?dar=ws&t=18ddf1b11ff0fbb27659a265b39 d112682c0d61962b62eacd7f69f98b392579cedb609bb3033b 737a26dd88d3f316d99f7db3997e5e5902e7a8d3721f17be66 c5dc01f6cedf270698ed0781b9d8edad2aa39228847ba5b7da dce1071f41d32d8c17a0fed892bde49d79c66f2a797d044138 f1a559835d85b59457f1e11ba8cd0accee0e3b69a8d9b" This works with language=fr even though broadcast language is english. Sometimes common sense does not work. Streamlink's plugin has got it right and I got it wrong. After reading your post, I'll get it right as well. Cheers. |
Re: i24NEWS LiveThere is a change in how website works now.
Before, this url : "http://play.tv/player/play/i24-news-english/?format=hls&language=fr" would return: "https://edge-01.playmedia-cdn.net/origin02/amlst:i24-eng/playlist.m3u8?dar=ws&t=18ddf1b11ff0fbb27659a265b39 d112682c0d61962b62eacd7f69f98b392579cedb609bb3033b 737a26dd88d3f316d99f7db3997e5e5902e7a8d3721f17be66 c5dc01f6cedf270698ed0781b9d8edad2aa39228847ba5b7da dce1071f41d32d8c17a0fed892bde49d79c66f2a797d044138 f1a559835d85b59457f1e11ba8cd0accee0e3b69a8d9b" now it returns token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJod HRwczpcL1wvZWRnZS0wNy5wbGF5bWVkaWEtY2RuLm5ldFwvb3J pZ2luMDJcL2FtbHN0OmkyNC1lbmdcL3BsYXlsaXN0Lm0zdTg_Z GFyPXdzJnQ9MThkZGYxYjExZmYwZmJiMjc2NTlhMjY1YjM5ZDE xMjY1MmJjZDcyMWE2MDAxM2RiYTYwMmZmODY4ODRiNGM3MGI2Z WEwOWFiM2M1OGEwMDQ4OWJiODU2ODM5YWM4MGYyNTJiYTM3NWI 0NjdiOWJkNjA2ZTY0Yzk3YTE5ZjZlNTNkMDM3MDQ5NGRmOTI3N zA5OGI0ZTczNGE1NWRhZjBkZjMxM2IyMGJhYWY3OWQ5ZDMyMmV kZjc2NjFkYWJkNThlZmQyMmRhNGExM2Q3MGQxMTUzNDhiMDI0N mU4ZDk3ZDNhZjU1NjRiYTk1YmU5ODIzOTZmNzZlOGU4MGQwYTE zNTRkNTgwNzMyZDdhM2U5NmJmM2U4NWM0YTBkNmY3YjVlNTQyZ TE1YjY1N2ZmYjkyNDY4ZmFkNjFkOGY4MmE2ODkzNGNjMGIyNDV kZWUwZDI1ZTM5YWExNGQ3YTkzNzBhMiJ9.01GGNxuxMTGnojj3 OMxXsr1G29RnFxAAoTqjire4xd0 I can get playlist.m3u8 and chunklist with http sniffer: "https://edge-04.playmedia-cdn.net/origin02/amlst:i24-eng/playlist.m3u8?dar=ws&t=18ddf1b11ff0fbb27659a265b39 d1126ffdd3cce03753c70f0e586f6fcbb26e0e129430af2a4c bb3fafb828154207864cd43e35d6b2b78941c49bbb2a19663f e0d456519fec444f8a157e88243ec470ae1bc7e5d082592638 458b613629bdf862c3868d5f170977ca0039e7399318be0279 87877700458a4046e6d7260e89d9e60ae6fc7b114066d441f1 a7ac98f621348e941674896794dc4ca00257f5a0f0fbe5158e c001dc66c0f53071868d26c7a" "https://edge-04.playmedia-cdn.net/origin02/amlst:i24-eng/chunklist_w890278171_b800000.m3u8?dar=ws&t=18ddf1b 11ff0fbb27659a265b39d1126ffdd3cce03753c70f0e586f6f cbb26e0e129430af2a4cbb3fafb828154207864cd43e35d6b2 b78941c49bbb2a19663fe0d456519fec444f8a157e88243ec4 70ae1bc7e5d082592638458b613629bdf862c3868d5f170977 ca0039e7399318be027987877700458a4046e6d7260e89d9e6 0ae6fc7b114066d441f1a7ac98f621348e941674896794dc4c a00257f5a0f0fbe5158ec001dc66c0f53071868d26c7a" playlist doesn't play with MPV. chunklist does play with MPV and chunklist is good for few minutes only. Stream plays for longer time once it is started. Why playlist does not play in MPV and chunklist plays? and how to get playlist now after changes in how website works? |
Re: i24NEWS LiveMaybe something can be put together from these parameters:
http://play.tv/live-tv/908/i24-news-english/?popup=1 Code:
App.Data = App.Data || {} |
Re: i24NEWS LiveHi,
you can still use the same URL as before.In this new case it will return a mixed string and no direct URL anymore.The new string you get back constists three strings.First one and second string parts are encoded in Base64.So you just need to decode the middle string to get whole URL to the stream to see in JSON format.Just search the "." in the whole string = end marker and spilt them. Example: Code:
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9. Code:
{"typ":"JWT","alg":"HS256"} Code:
{"url":"https:\/\/edge-02.playmedia-cdn.net\/origin02\/amlst:i24-eng\/playlist.m3u8?dar=ws&t=18ddf1b11ff0fbb276......."} greetz |
Re: i24NEWS LiveHere are my first findings:
They have different "tid" across their site. They return different parameters. I tried : http://uk.play.tv/player/play/i24-ne...ls&language=en with curl : Code:
* Trying 89.202.139.130... ![]() To automate this I'll need command line tool to "base64decode". Maybe "base64decode" isn't the best tool, you see some part of decoded url in machine code. Very good starting point. So long for today. |
Re: i24NEWS LiveHi again,
I have test it now on fly (with my tools) and it works to play / record the streams.Only thing you have to check is the base64 middle string for one wrong sign "_" like this... Code:
dTg_ZGFy Code:
.m3u8?dar= greetz |
Re: i24NEWS LiveBy changing: "_" to: "/" I get it right:
eyJ1cmwiOiJodHRwczpcL1wvZWRnZS0wMi5wbGF5bWVkaWEtY2 RuLm5ldFwvb3JpZ2luMDJcL2FtbHN0OmkyNC1lbmdcL3BsYXls aXN0Lm0zdTg_ZGFyPXdzJnQ9MThkZGYxYjExZmYwZmJiMjc2NT lhMjY1YjM5ZDExMjYzYTk2ZjUxZDg5MDg1Y2E1NjAyYmJlMWIy Y2I3ZjJhZGNmZDZiMDk4MDk0N2Y3YTY4NDE1MDk2YmI3Yjg3Mj hmOGM0MGFiNDk2OGJjYmM3NDViYjYwOTg5ZjAxZTkzNTRhNWNk Yjc3NmU2N2U2OGUxZTM1NGU3OTYzYWI2YzI4NzYyODU1YjJjOT hhMDY5Yzk0MzJlMWYxMjY1MTU1NDdjZmY5YzE0Yjc3MDBlNDZm YTFiOTM0ZmQ4YTdiOGEwNWExZjE2Zjc1ZDYxMTJjMDRlMWQzYT JhNjE3MjVhZDVhOTdjMjUwOGY0MGVlMDk0ZjdiZmQ0OWQ2MTM4 MjNmYjczNGFkNjFhMmE0OWVkNDAyOTM2YjkyYThlNjlhOWIwYT AzYTNjOWQ4NjJlYWZhZmEzM2NmOWY1OWEyODgwNDVkYSJ9 eyJ1cmwiOiJodHRwczpcL1wvZWRnZS0wMi5wbGF5bWVkaWEtY2 RuLm5ldFwvb3JpZ2luMDJcL2FtbHN0OmkyNC1lbmdcL3BsYXls aXN0Lm0zdTg/ZGFyPXdzJnQ9MThkZGYxYjExZmYwZmJiMjc2NTlhMjY1YjM5ZD ExMjYzYTk2ZjUxZDg5MDg1Y2E1NjAyYmJlMWIyY2I3ZjJhZGNm ZDZiMDk4MDk0N2Y3YTY4NDE1MDk2YmI3Yjg3MjhmOGM0MGFiND k2OGJjYmM3NDViYjYwOTg5ZjAxZTkzNTRhNWNkYjc3NmU2N2U2 OGUxZTM1NGU3OTYzYWI2YzI4NzYyODU1YjJjOThhMDY5Yzk0Mz JlMWYxMjY1MTU1NDdjZmY5YzE0Yjc3MDBlNDZmYTFiOTM0ZmQ4 YTdiOGEwNWExZjE2Zjc1ZDYxMTJjMDRlMWQzYTJhNjE3MjVhZD VhOTdjMjUwOGY0MGVlMDk0ZjdiZmQ0OWQ2MTM4MjNmYjczNGFk NjFhMmE0OWVkNDAyOTM2YjkyYThlNjlhOWIwYTAzYTNjOWQ4Nj JlYWZhZmEzM2NmOWY1OWEyODgwNDVkYSJ9 {"url":"https:\/\/edge-02.playmedia-cdn.net\/origin02\/amlst:i24-eng\/playlist.m3u8?dar=ws&t=18ddf1b11ff0fbb27659a265b39 d11263a96f51d89085ca5602bbe1b2cb7f2adcfd6b0980947f 7a68415096bb7b8728f8c40ab4968bcbc745bb60989f01e935 4a5cdb776e67e68e1e354e7963ab6c28762855b2c98a069c94 32e1f126515547cff9c14b7700e46fa1b934fd8a7b8a05a1f1 6f75d6112c04e1d3a2a61725ad5a97c2508f40ee094f7bfd49 d613823fb734ad61a2a49ed402936b92a8e69a9b0a03a3c9d8 62eafafa33cf9f59a288045da"} This url doesn't play after I try it maybe because it must be used in matter of seconds. To test that I need to script all procedure and for the start I found one decoder that works how I need it to work but only on short string like "johnny cool", not on long string like m3u8 url. So I still look for right decoder which should decode string ideally on command line. Here is example of: https://base64-encoderdecoder.windows10compatible.com/ Base64 by ProXoft L.L.C (http://www.proxoft.com) Valid command line syntax: To Encode: Base64[.exe] /e[ncode] sourceFile [destinationFile] To Decode: Base64[.exe] /d[ecode] sourceFile [destinationFile] For Help: Base64[.exe] /h Note: if optional parameter [destinationFile] is omitted, program's output will be redirected to the console window. Here is how it works: C:\>base64.exe /e 1.txt am9obm55IGNvb2w= C:\>base64.exe /e 1.txt 2.txt File '1.txt' was successfully Byte64 encoded and saved to '2.txt' C:\>base64.exe /d 2.txt johnny cool C:\> |
Re: i24NEWS Live |
Re: i24NEWS LiveYes it does for some period of time.
I mentioned that in one previous post here. Chunklist will play and playlist will not play. The problem is how do you get chunklist without opening the browser? I get it only after stream started playing in the browser. I don't want to use the browser and want to watch the stream in player without browser at all. You are welcome with any new ideas and suggestions, if you know of any command line base64 decoder post the link here, I'm currently looking for one. That decoder I wrote about can be used if I split big encoded m3u8 in smaller pieces and loop to put decoded pieces together, but why complicate if there is more capable decoder. |
Re: i24NEWS LiveI found one non-free decoder on the internet and renamed it to decoder.exe.
It works exactly as it should. As if developer read my mind when he wrote it. C:\>decoder Less commandline paremters found! C:\> C:\>decoder -d eyJ1cmwiOiJodHRwczpcL1wvZWRnZS0wNC5wbGF5bWVkaWEtY2 RuLm5ldFwvb3JpZ2luMDJcL2FtbHN0OmkyNC1lbmdcL3BsYXls aXN0Lm0zdTg/ZGFyPXdzJnQ9MThkZGYxYjExZmYwZmJiMjc2NTlhMjY1YjM5ZD ExMjZmZmRkM2NjZTAzNzUzYzcwZjBlNTg2ZjZmY2JiMjZlMGUx Mjk0MzBhZjJhNGNiYjNmZGZkYzVhY2JlNjc5YmVlOTZhN2Y3M2 FlNTk2YTE2NTRiYzk2MGVkZjg1YTI0OWI1YjI3NjE4YjJhM2Vm NjdjZmVjM2QyN2Q5MjU4ZGQwZTBjMTAzMmQzNzM1N2ZjMzEyMz c4NmQ0ZDgxYjJhZGNkOTFlM2JhMzg0MzUzNjlmY2QxZWI2N2Vm M2Y1NTIzYjAwMjkxOTYyY2Y5MmRkZGYxZTczY2ZhMWY5NjI4OW ZjZjE5OGVkYjQ1MjdjN2JiNmMwOGRmODZhOGUxMGY1OWE4OTM2 YTE4Yjg2N2QyNGE4MzRkYTlhODQ1NTI2ZDU3NTM5MDdmMTk0Zj ljZDA1ZjkxZGVmNGEzNDQ0MTIwODgyNyJ9 {"url":"https:\/\/edge-04.playmedia-cdn.net\/origin02\/amlst:i24-eng\/playlist.m3u8?dar=ws&t=18ddf1b11ff0fbb27659a265b39 d1126ffdd3cce03753c70f0e586f6fcbb26e0e129430af2a4c bb3fdfdc5acbe679bee96a7f73ae596a1654bc960edf85a249 b5b27618b2a3ef67cfec3d27d9258dd0e0c1032d37357fc312 3786d4d81b2adcd91e3ba38435369fcd1eb67ef3f5523b0029 1962cf92dddf1e73cfa1f96289fcf198edb4527c7bb6c08df8 6a8e10f59a8936a18b867d24a834da9a845526d5753907f194 f9cd05f91def4a34441208827"} C:\> |
Re: i24NEWS LiveIs forum alive or dead ???
If alive, there are a lot of changes out there since the old days. Here is the latest one that works. HTML Code:
C:\>streamlink https://playtv.fr/television/i24-news-english/ best Cheers. |
Re: i24NEWS LiveIf somebody wants streamlink plugin for half arabic half english version of i24 broadcast
he may raise his voice on streamlink's link: https://github.com/streamlink/streamlink/issues/3218 plugin might be seen on the horizon. i24 link, free to watch in web browser: https://www.i24news.tv/ar/%D9%85%D8%...A7%D8%B4%D8%B1 |
Re: i24NEWS Live |
Re: i24NEWS Livedarkweblinks raised his voice on this forum 23 times and sadly we get 0 useful links.
|
Re: i24NEWS LiveQuote:
|
Re: i24NEWS LiveYeah,
read my comment in link. Imagine if there was something genuinely illegal being posted, who would chase who ? Spam is just another way of free speech so even if somebody keeps his eye on this forum doesn't care about it. http://stream-recorder.com/forum/sho...31&postcount=5 |
Re: i24NEWS Livecac mau chieu rong da bay l??n cho anh em c??ng xem n?*o gi?? tốt địa chỉ chá?? t??c chiá??u rồng Ä‘??
http://laser.inf.ethz.ch/2015/index....r&id =1270177 |
Re: i24NEWS Live |
Re: i24NEWS LiveNow back to main topic.
I want to watch this stream in player without opening web browser. Saving the stream will be the same as watching if anybody wants to save some of it. It appears to be the same problem with source of this stream as it was with play.tv. I get stream url with http sniffer and then it doesn't play with player and I have to figure out why it doesn't play. Is it protected in a way unknown to me and no player can play it or I have to be as quick as before with my script and get url with script in a player. Before it worked with Troller's tip. Any related information is welcome. Quote:
https://www.i24news.tv/ar/%D9%85%D8%...A7%D8%B4%D8%B1 Code:
https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001&hdnea=st=1602055800~exp=1602059400~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=2fdfe3e3a70099795b3d18c5d9f0c9fd932e8ceb0349d607e00a59de2f4024c1&__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 Code:
|
Re: i24NEWS Livelivecli "https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001&hdnea=st=1602086 400~exp=1602090000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e1cbe69e7ebd13c38a66869141ada76c2134fa76853 1640255d5f1e5c2add936&__nn__=5476555825001&hdnea=s t=1593502200~exp=1593505800~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=e10085a246c4608e9f04e7d4b925449af4c84770240 68d6ca8e4e3f9de7364b1&__nn__=5476555825001&hdnea=s t=1579100400~exp=1579104000~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=c186cee77d80e35d26659b79813e3945270ce3339b4 9292ac0a39914dba1ffc5" best
|
Re: i24NEWS LiveCode:
C:\livecli "https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001&hdnea=st=1602090000~exp=1602093600~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=3c1bf39834b5b0c66072404aa049844800d7c45b39315d70ee3ba874f37bb993&__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" best Code:
C:\>streamlink "https://i24alive2.akamaized.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8?__nn__=5476555825001&hdnea=st=1602090000~exp=1602093600~acl=/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/*~hmac=3c1bf39834b5b0c66072404aa049844800d7c45b39315d70ee3ba874f37bb993&__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" best Now we know we can play the stream in player just how to get stream url without browser is left unsolved for now. Maybe some nightly version of some player could play the stream directly, none of my players could. |
Re: i24NEWS Livecurl -H "Accept: application/json;pk=BCpkADawqM1UIU4favtR1Jj4rqM0ZAkYwMEbgN9bsE pJ2150CdxJmRIG8jK-Up_9w4w37x3tP1AsoO_MZhD_XoAGkdKWxymaaw4OHuhPn_lEJc zODTm3AO7S08gLFPnLnb-FcKJwXhbxCQ10" https://edge.api.brightcove.com/play.../6168209415001
|
Re: i24NEWS LiveNearly there. You solved the mystery and now I have to automate it and put in script.
Code:
C:\>curl -k -H "Accept: application/json;pk=BCpkADawqM1UIU4favtR1Jj4rqM0ZAkYwMEbgN9bsEpJ2150CdxJmRIG8jK-Up_9w4w37x3tP1AsoO_MZhD_XoAGkdKWxymaaw4OHuhPn_lEJczODTm3AO7S08gLFPnLnb-FcKJwXhbxCQ10" https://edge.api.brightcove.com/playback/v1/accounts/5377161796001/videos/6168209415001 "error_code": "INVALID_POLICY_KEY", "message": "Request policy key is missing or invalid" Code:
GET https://edge.api.brightcove.com/playback/v1/accounts/5377161796001/videos/6168209415001 HTTP/1.1 |
Re: i24NEWS Live'POLICY_KEY' is constantly changing.
|
Re: i24NEWS LiveSo the last obstacle. I'll have to work out something.
|
Re: i24NEWS Livekurtizanki moscow Up l??n cho bá??n
|
Re: i24NEWS LiveThank you darkweblinks.
You pay for me and I would fuck some of those models. |
Re: i24NEWS LiveBut if you want to do me even greater favour, pay for me to watch Smithsonian Channel somewhere.
I cannot pay even if I wanted to with my debit card and UK post code. |
Re: i24NEWS LiveCode:
$header = '"Accept: application/json;pk=BCpkADawqM1UIU4favtR1Jj4rqM0ZAkYwMEbgN9bsEpJ2150CdxJmRIG8jK-Up_9w4w37x3tP1AsoO_MZhD_XoAGkdKWxymaaw4OHuhPn_lEJczODTm3AO7S08gLFPnLnb-FcKJwXhbxCQ10"' ![]() Here is basic script. Not much but it is a start. Broadcast is half day in english and another half day in arabic. For english only stream i24news demands "membership", no option for me. |
Re: i24NEWS Liveapp maker Tham khá??o , c?? bá??n n?*o v?*o Zalo n??i chuyện vá»›i m?¬nh kh?´ng nhỉ 01232462435
http://www.drugoffice.gov.hk/gb/unigb/u3.net |
Re: i24NEWS LivePost a link that works. When I click on it I get to dead end.
|
Re: i24NEWS LiveI have good news. Stream plays with yesterday's script without changing anything.
Right now broadcast is in english. I can relax and enjoy news from holy land. |
Re: i24NEWS Liveescort Egypt Cairo , EscortFox is an erotic and escorts advertisements directory. Advertisements from escorts, erotic massage providers, men and women looking for new friends
|
All times are GMT -6. The time now is 09:27 AM. |